Skip to content

Commit c351a4f

Browse files
committed
Update CHANGELOG.md
1 parent d2c8a57 commit c351a4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
### Experimental breaking changes
1212

1313
* `shiny.experimental.ui.sidebar_toggle()` has been renamed to `shiny.experimental.ui.toggle_sidebar()`. (TODO-barret)
14+
* `shiny.experimental.ui.tooltip_toggle()` has been renamed to `shiny.experimental.ui.toggle_tooltip()`. (TODO-barret)
15+
* `shiny.experimental.ui.tooltip_update()` has been renamed to `shiny.experimental.ui.update_tooltip()`. (TODO-barret)
1416

1517

1618
### New features
1719

1820
* Added `shiny.render.renderer_components` decorator to help create new output renderers. (#621)
21+
* Added `shiny.experimental.ui.popover()`, `update_popover()`, and `toggle_popover()` for easy creation (and server-side updating) of [Bootstrap popovers](https://getbootstrap.com/docs/5.2/components/popovers/). Popovers are similar to tooltips, but are more persistent, and should primarily be used with button-like UI elements (e.g. `input_action_button()` or icons). (#TODO-barret)
1922
* Added `shiny.experimental.ui.toggle_switch()`. (TODO-barret)
2023
* Added CSS classes to UI input methods. (TODO-barret)
2124

0 commit comments

Comments
 (0)