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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
29
30
30
### Improvements
31
31
32
+
* Restricted the allowable types of the `choices` parameter of `input_select()`, `input_selectize()`, `update_select()`, and `update_selectize()` to actual set of allowable types (previously, the type was suggesting HTML-like values were supported). (#2048)
33
+
32
34
* Improved the styling and readability of markdown tables rendered by `ui.Chat()` and `ui.MarkdownStream()`. (#1973)
33
35
34
36
*`selectize`, `remove_button`, and `options` parameters of `ui.input_select()` have been deprecated; use `ui.input_selectize()` instead. (Thanks, @ErdaradunGaztea!) (#1947)
@@ -41,6 +43,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
41
43
42
44
### Bug fixes
43
45
46
+
* Fixed numerous issues related to programmatically updating selectize options. (#2053)
47
+
*`update_selectize(options=...)` no longer gets ignored when `server=False` (the default).
48
+
*`update_selectize(options=...)` now works as expected in a module.
49
+
50
+
* Fixed an issue with `update_selectize()` to properly display labels with HTML reserved characters like "&" (#1330)
51
+
44
52
* Fixed an issue with `ui.Chat()` sometimes wanting to scroll a parent element. (#1996)
45
53
46
54
* Explicitly call out module usage in UI input bookmark button documentation. (#1983)
0 commit comments