Skip to content

Commit

Permalink
docs: update changelog for version 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Dec 1, 2023
1 parent 32a1ab1 commit 8e3edbc
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions solara/website/pages/docs/content/95-changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Solara Changelog


## Version 1.25.0


### Demo of a Chat GPT interface with medical 3d visualization

<video width="80%" controls>
<source src="https://github.com/widgetti/solara/assets/1765949/ca149ab5-0bd3-4eea-9736-08e1e0b06771" type="video/mp4" >
</video>




### Highlight

* Feature: Chat interface components for chatbots, chatrooms or conversational elements in your dashboards or apps [#384](https://github.com/widgetti/solara/pull/384)

### Details

* Performance: Under starlette, we throttle sending websocket messages to get better performance, this is experimental and can be enabled by setting the
environment variable `SOLARA_EXPERIMENTAL_PERFORMANCE=1` [#400](https://github.com/widgetti/solara/pull/400)
* Performance: Re-use the jinja environment when rendering templates (this also saves memory).

## Version 1.24.0

### Demo of CSS hot reloading
Expand Down

0 comments on commit 8e3edbc

Please # to comment.