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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
14
14
### Bug fixes
15
15
16
-
* An empty `input_date()` value no longer crashes Shiny. (#1528)
16
+
* An empty `ui.input_date()` value no longer crashes Shiny. (#1528)
17
17
18
18
* Fixed bug where calling `.update_filter(None)` on a data frame renderer did not visually reset non-numeric column filters. (It did reset the column's filtering, just not the label). Now it resets filter's label. (#1557)
19
19
20
20
* Require shinyswatch >= 0.7.0 and updated examples accordingly. (#1558)
21
21
22
-
*`input_text_area(autoresize=True)` now resizes properly even when it's not visible when initially rendered (e.g. in a closed accordion or a hidden tab). (#1560)
22
+
*`ui.input_text_area(autoresize=True)` now resizes properly even when it's not visible when initially rendered (e.g. in a closed accordion or a hidden tab). (#1560)
23
+
24
+
*`ui.notification_show(duration=None)` now persists the notification until the app user closes it. (#1577)
0 commit comments