Skip to content

Commit 81ea302

Browse files
committed
Update CHANGELOG.md
1 parent bcc915f commit 81ea302

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

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

1111
### Experimental breaking changes
1212

13-
* `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)
13+
* `shiny.experimental.ui.sidebar_toggle()` has been renamed to `shiny.experimental.ui.toggle_sidebar()` (#680).
14+
* `shiny.experimental.ui.tooltip_toggle()` has been renamed to `shiny.experimental.ui.toggle_tooltip()` (#680).
15+
* `shiny.experimental.ui.tooltip_update()` has been renamed to `shiny.experimental.ui.update_tooltip()` (#680).
1616

1717

1818
### New features
1919

20-
* 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)
22-
* Added `shiny.experimental.ui.toggle_switch()`. (TODO-barret)
23-
* Added CSS classes to UI input methods. (TODO-barret)
20+
* 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) (#680).
22+
* Added `shiny.experimental.ui.toggle_switch()` (#680).
23+
* Added CSS classes to UI input methods (#680) .
2424

2525
### Bug fixes
2626

0 commit comments

Comments
 (0)