Skip to content

Commit 38aba75

Browse files
committed
Update changelog
1 parent 9fd03b2 commit 38aba75

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

CHANGELOG.md

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

3030
### Changes
3131

32+
* `ui.input_selectize()` now defaults to `remove_button=True`, which includes both the `"remove_button"` and `"clear_button"` selectize plugins. This means, it's now easier for the user to clear the selection (when `multiple=False`) as well as _all_ selections (when `multiple=True`). (#2064)
33+
3234
* `express.ui.insert_accordion_panel()`'s function signature has changed to be more ergonomic. Now you can pass the `panel_title` and `panel_contents` directly instead of `ui.hold()`ing the `ui.accordion_panel()` context manager. (#2042)
3335

3436
### Improvements
@@ -49,11 +51,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4951

5052
### Bug fixes
5153

52-
* Fixed numerous issues related to programmatically updating selectize options. (#2053)
53-
* `update_selectize(options=...)` no longer gets ignored when `server=False` (the default).
54-
* `update_selectize(options=...)` now works as expected in a module.
55-
56-
* Fixed an issue with `update_selectize()` to properly display labels with HTML reserved characters like "&" (#1330)
54+
* Fixed numerous issues with `update_selectize()`:
55+
* `options` now works when `server=False`. (#2053)
56+
* `options` now works when used in a module. (#2053)
57+
* `options` now correctly preserves `remove_button` on update. (#2064)
58+
* HTML reserved characters (i.e., `&`, `<`, `>`) inside `choices` labels no longer get incorrectly escaped (when `server=True`). (#1330)
5759

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

0 commit comments

Comments
 (0)