Skip to content

Commit d7e3815

Browse files
committed
Update changelog
1 parent abaebbb commit d7e3815

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [UNRELEASED]
99

10+
### New features
11+
12+
* The `Session` class gains a `current_output_id` attribute. If an output renderer is currently
13+
being rendered, this attribute will contain the ID of the output. ()
14+
* The `.output_*()` methods of the `ClientData` class (e.g., `session.clientdata.output_height()`) can now be called without an `id` inside a output renderer. ()
15+
1016
### Improvements
1117

1218
* Improved the styling and readability of markdown tables rendered by `ui.Chat()` and `ui.MarkdownStream()`. (#1973)
1319

1420
## [1.4.0] - 2025-04-08
1521

16-
## New features
22+
### New features
1723

1824
* Added support for bookmarking Shiny applications. Bookmarking allows users to save the current state of an application and return to it later. This feature is available in both Shiny Core and Shiny Express. (#1870, #1915, #1919, #1920, #1922, #1934, #1938, #1945, #1955)
1925
* To enable bookmarking in Express mode, set `shiny.express.app_opts(bookmark_store=)` during the app's initial construction.

0 commit comments

Comments
 (0)