You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,20 +9,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### New features
11
11
12
-
* The `.output_*()` methods of the `ClientData` class (e.g., `session.clientdata.output_height()`) can now be called without an `id` inside a output renderer. (#1978)
12
+
* Added support for python 3.13. (#1711)
13
+
14
+
*`ui.sidebar()` is now interactively resizable. (#2020)
15
+
16
+
*`ui.update_*()` functions now accept `ui.TagChild` (i.e., HTML) as input to the `label` and `icon` arguments. (#2020)
17
+
18
+
* The `.output_*()` methods of the `ClientData` class (e.g., `session.clientdata.output_height()`) can now be called without an `id` when called inside a `@render` function. (#1978)
19
+
20
+
*`playwright.controller.InputActionButton` gains a `expect_icon()` method. As a result, the already existing `expect_label()` no longer includes the icon. (#2020)
13
21
14
22
### Improvements
15
23
24
+
* Improved the styling and readability of markdown tables rendered by `ui.Chat()` and `ui.MarkdownStream()`. (#1973)
25
+
16
26
*`selectize`, `remove_button`, and `options` parameters of `ui.input_select()` have been deprecated; use `ui.input_selectize()` instead. (Thanks, @ErdaradunGaztea!) (#1947)
17
27
18
-
*Improved the styling and readability of markdown tables rendered by `ui.Chat()` and `ui.MarkdownStream()`. (#1973)
28
+
*Added `timeout_secs` parameter to `create_app_fixture` to allow testing apps with longer startup times. (#2033)
19
29
20
30
### Bug fixes
21
31
32
+
* Fixed an issue with `ui.Chat()` sometimes wanting to scroll a parent element. (#1996)
33
+
22
34
* Explicitly call out module usage in UI input bookmark button documentation. (#1983)
23
35
24
36
* Fix missing session when trying to display an error duing bookmarking. (#1984)
25
37
38
+
* Fixed `set()` method of `InputSelectize` controller so it clears existing selections before applying new values. (#2024)
39
+
26
40
27
41
## [1.4.0] - 2025-04-08
28
42
@@ -50,6 +64,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
50
64
51
65
### Bug fixes
52
66
67
+
* Fixed issue where apps run in Workbench were unexpectedly crashing. Apps running in Workbench will now have `ws_per_message_deflate=False` enforced. (#2005)
68
+
53
69
* Fixed an issue where the `<main>` areas of `ui.page_sidebar()` and `ui.page_navbar()` (with a `sidebar`) were made to be a fillable containers even when `fillable=False`. (#1816)
54
70
55
71
* Fixed an issue where the `.update_user_input()` method on `ui.Chat()` isn't working in shinylive. (#1891)
0 commit comments