Skip to content

Commit 8b9d686

Browse files
chore: Polish CHANGELOG for v1.5.0 release (#2081)
Co-authored-by: Carson <[email protected]>
1 parent 031d1ae commit 8b9d686

File tree

1 file changed

+19
-28
lines changed

1 file changed

+19
-28
lines changed

CHANGELOG.md

Lines changed: 19 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,82 +7,73 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [UNRELEASED]
99

10-
### Breaking changes
11-
12-
* The `ui.Chat` and `ui.MarkdownStream` components are now imported from the new `shinychat` library. Future versions of `shinychat` will likely deprecate and remove some features from `Chat`. If you still want to use those features with the latest Shiny, we suggest pinning `shinychat` to it's initial release (v0.1.0). (#2051)
13-
1410
### New features
1511

1612
* Added AI-powered test generator for Shiny applications. Use `shiny add test` to automatically generate comprehensive Playwright tests for your apps using AI models from Anthropic or OpenAI. (#2041)
1713

18-
* `navset_card_*()` now has a `full_screen` option to support `card()`'s existing full-screen functionality. (#1451)
14+
* `ui.sidebar()` is now interactively resizable. (#2020)
1915

20-
* Added `ui.insert_nav_panel()`, `ui.remove_nav_panel()`, and `ui.update_nav_panel()` to support dynamic navigation. (#90)
16+
* `ui.sidebar()` gains a `fillable` argument to support vertical fill behavior in sidebars. (#2077)
2117

22-
* Added support for python 3.13. (#1711)
18+
* Added `ui.insert_nav_panel()`, `ui.remove_nav_panel()`, and `ui.update_nav_panel()` to support dynamic navigation. (#90)
2319

24-
* `ui.sidebar()` is now interactively resizable. (#2020)
20+
* `navset_card_*()` now gains a `full_screen` option. (#1451)
2521

2622
* `ui.update_*()` functions now accept `ui.TagChild` (i.e., HTML) as input to the `label` and `icon` arguments. (#2020)
2723

2824
* 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)
2925

3026
* `playwright.controller.InputActionButton` gains a `expect_icon()` method. As a result, the already existing `expect_label()` no longer includes the icon. (#2020)
3127

32-
* `ui.sidebar()` gains a `fillable` argument to support vertical fill behavior in sidebars. (#2077)
28+
### Breaking changes
3329

34-
### Changes
30+
* The `ui.Chat` and `ui.MarkdownStream` components are now imported from the new `shinychat` library. Future versions of `shinychat` will likely deprecate and remove some features from `Chat`. If you still want to use those features with the latest Shiny, we suggest pinning `shinychat` to it's initial release (v0.1.0). (#2051)
3531

3632
* `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)
3733

3834
### Improvements
3935

40-
* Add support for selecting menu items in `Navset` controllers to improve dropdown navigation test coverage. (#2066)
36+
* Improved the styling and readability of markdown tables rendered by `ui.Chat()` and `ui.MarkdownStream()`. (#1973)
4137

42-
* `input_date()`, `input_date_range()`, `update_date()`, and `update_date_range()` now supports `""` for values, mins, and maxes. In this case, no date will be specified on the client. (#1713) (#1689)
38+
* `input_date()`, `input_date_range()`, `update_date()`, and `update_date_range()` now support `""` for values, mins, and maxes. In this case, no date will be specified on the client. (#1713) (#1689)
4339

4440
* 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)
4541

46-
* Improved the styling and readability of markdown tables rendered by `ui.Chat()` and `ui.MarkdownStream()`. (#1973)
47-
48-
* `selectize`, `remove_button`, and `options` parameters of `ui.input_select()` have been deprecated; use `ui.input_selectize()` instead. (Thanks, @ErdaradunGaztea!) (#1947)
42+
* 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)
4943

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

52-
* 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)
53-
54-
* Fixed false positive warning in `layout_columns()` about number of widths vs elements. (#1704)
46+
* Add support for selecting menu items in `Navset` controllers to improve dropdown navigation test coverage. (#2066)
5547

56-
* When errors occur in a bookmarking context, they are now reported in the Python console. (#2076)
48+
* Python 3.13 is now offically supported and tested. (#1711)
5749

5850
### Bug fixes
5951

52+
* `include_js()` and `include_css()` now work as expected in multi-user settings and also when multiple files from the same directory are included. (#2061, #2069)
53+
6054
* Fixed numerous issues related to programmatically updating selectize options. (#2053)
6155
* `update_selectize(options=...)` no longer gets ignored when `server=False` (the default).
6256
* `update_selectize(options=...)` now works as expected in a module.
6357

64-
* Fixed an issue with `update_selectize()` to properly display labels with HTML reserved characters like "&" (#1330)
58+
* Fixed an issue with `update_selectize(server=True)` not properly displaying labels with HTML reserved characters like "&" (#1330)
6559

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

68-
* Explicitly call out module usage in UI input bookmark button documentation. (#1983)
69-
70-
* Fix missing session when trying to display an error duing bookmarking. (#1984)
62+
* Fix several issues with bookmarking error reporting and documentation. (#2076, #1984, #1983)
7163

7264
* `input_date()` and `input_date_range()` once again use the client's (not the server) current date as the default `value`. (#2060)
7365

74-
* Fixed `set()` method of `InputSelectize` controller so it clears existing selections before applying new values. (#2024)
75-
76-
* `include_js()` and `include_css()` now work as expected when trying to include multiple files from the same directory. (#2069)
66+
* Fixed false positive warning in `layout_columns()` about number of widths vs elements. (#1704)
7767

78-
* `include_js()` and `include_css()` now correctly handle file permissions in multi-user settings. (#2061)
68+
* Fixed `set()` method of the `InputSelectize` test controller so it clears existing selections before applying new values. (#2024)
7969

8070
### Deprecations
8171

82-
* `ui.update_navs()` has been deprecated in favor of `ui.update_navset()`. (#2047)
72+
* `ui.update_navs()` is deprecated in favor of `ui.update_navset()`. (#2047)
8373

8474
* `ui.panel_well()` is deprecated in favor of `ui.card()`. (#2038)
8575

76+
* `selectize`, `remove_button`, and `options` parameters of `ui.input_select()` have been deprecated; use `ui.input_selectize()` instead. (Thanks, @ErdaradunGaztea!) (#1947)
8677

8778
## [1.4.0] - 2025-04-08
8879

0 commit comments

Comments
 (0)