Skip to content

Commit a1a0962

Browse files
committed
changle and clean up app
1 parent 464394d commit a1a0962

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727

2828
* Added `timeout_secs` parameter to `create_app_fixture` to allow testing apps with longer startup times. (#2033)
2929

30+
* Added module support for `session.clientdata` methods. This allows you to access client data values in Shiny modules without needing to namespace the keys explicitly. (#1978)
31+
3032
### Bug fixes
3133

3234
* Fixed an issue with `ui.Chat()` sometimes wanting to scroll a parent element. (#1996)

tests/playwright/shiny/session/current_output_info/app.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ def info2():
1616

1717
app_ui = ui.page_fluid(
1818
ui.input_dark_mode(mode="light", id="dark_mode"),
19-
ui.output_text("text1"),
20-
ui.output_text("text2"),
2119
ui.output_text("info").add_class("shiny-report-theme"),
2220
mod_ui("mod1"),
2321
)

0 commit comments

Comments
 (0)