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
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,20 +9,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### New features
11
11
12
+
*`ui.sidebar()` is now interactively resizable. (#2020)
13
+
14
+
*`ui.update_*()` functions now accept `ui.TagChild` (i.e., HTML) as input to the `label` and `icon` arguments. (#2020)
15
+
16
+
*`playwright.controller.InputActionButton` gains a `expect_icon()` method. As a result, the already existing `expect_label()` no longer includes the icon. (#2020)
17
+
12
18
### Improvements
13
19
20
+
* Improved the styling and readability of markdown tables rendered by `ui.Chat()` and `ui.MarkdownStream()`. (#1973)
21
+
14
22
*`selectize`, `remove_button`, and `options` parameters of `ui.input_select()` have been deprecated; use `ui.input_selectize()` instead. (Thanks, @ErdaradunGaztea!) (#1947)
15
23
16
-
*Improved the styling and readability of markdown tables rendered by `ui.Chat()` and `ui.MarkdownStream()`. (#1973)
24
+
*Added `timeout_secs` parameter to `create_app_fixture` to allow testing apps with longer startup times. (#2033)
17
25
18
26
### Bug fixes
19
27
28
+
* Fixed an issue with `ui.Chat()` sometimes wanting to scroll a parent element. (#1996)
29
+
20
30
* Explicitly call out module usage in UI input bookmark button documentation. (#1983)
21
31
22
32
* Fix missing session when trying to display an error duing bookmarking. (#1984)
23
33
24
-
* Fixed an issue with `ui.Chat()` sometimes wanting to scroll a parent element. (#1996)
25
-
26
34
* Fixed `set()` method of `InputSelectize` controller so it clears existing selections before applying new values. (#2024)
0 commit comments