From 80db7467038f80220b2027382d7b1966c586c9ee Mon Sep 17 00:00:00 2001 From: Iisakki Rotko Date: Mon, 22 Apr 2024 16:41:39 +0200 Subject: [PATCH] Update changelog --- solara/website/pages/changelog/changelog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/solara/website/pages/changelog/changelog.md b/solara/website/pages/changelog/changelog.md index aecb5c565..407f65b7b 100644 --- a/solara/website/pages/changelog/changelog.md +++ b/solara/website/pages/changelog/changelog.md @@ -1,6 +1,19 @@ # Solara Changelog +## Version 1.32.0 + +### Details + + * Feature: Support for multiple custom asset locations. [#602](https://github.com/widgetti/solara/pull/602) + * Refactor: Improve API for working with third-party dataframes. [#600](https://github.com/widgetti/solara/pull/600) + * Bug Fix: Give task results more unique keys. [#609](https://github.com/widgetti/solara/pull/609) + * Bug Fix: Avoid closing kernel multiple times. [e5ca67b](https://github.com/widgetti/solara/commit/e5ca67b6be46a8d236cc127cc06068702aa40754) + * Bug Fix: Make `page_close` beacon thread safe. [2501c83](https://github.com/widgetti/solara/commit/2501c83f135bc342ed9845198f7aff3bdcf09bc0) + * Bug Fix: Viewing embedded Solara application in fullscreen could cause a Reacton error. [#603](https://github.com/widgetti/solara/pull/603) + * Bug Fix: Remove fade when navigation is done from a thread/task. [#594](https://github.com/widgetti/solara/pull/594) + * Bug Fix: Support Pydantic 1 and 2 in reactive variables. [#601](https://github.com/widgetti/solara/pull/601) + ## Version 1.31 We changed solara from a single package into multiple packages.