Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Apr 8, 2024
1 parent 5e9dabc commit fc1b644
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions solara/website/pages/changelog/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Solara Changelog


## Version 1.31

We changed solara from a single package into multiple packages.

The `solara` package is a meta package that installs all the necessary dependencies to get started with Solara. By default, we install:

* [`pip install "solara-ui[all]"`](https://pypi.org/project/solara-ui)
* [`pip install "solara-server[starlette,dev]"`](https://pypi.org/project/solara-ui)

Notebook users can simply install `solara-ui` if they do not need the solara-server. Read our [installation guide](https://solara.dev/documentation/getting_started/installing) for more information.

## Version 1.30.1

### Details
Expand Down

0 comments on commit fc1b644

Please sign in to comment.