Skip to content

Commit 188eefa

Browse files
committed
Changelog tweak. Followup to #629
1 parent 933f925 commit 188eefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212

1313
* `shiny run` now takes a `--reload-dir <DIR>` argument that indicates a directory `--reload` should (recursively) monitor for changes, in addition to the app's parent directory. Can be used more than once. (#353)
1414
* The default theme has been updated to use Bootstrap 5 with custom Shiny style enhancements. (#624)
15-
* Added experimental UI `tooltip()`, `update_tooltip()`, and `toggle_tooltip()` methods for easy creation (and server-side updating) of [Bootstrap tooltips](https://getbootstrap.com/docs/5.2/components/tooltips/). (A way to display additional information when focusing (or hovering over) a UI element). (#629)
15+
* Added experimental UI `tooltip()`, `update_tooltip()`, and `toggle_tooltip()` for easy creation (and server-side updating) of [Bootstrap tooltips](https://getbootstrap.com/docs/5.2/components/tooltips/) (a way to display additional information when focusing (or hovering over) a UI element). (#629)
1616

1717

1818
### Bug fixes

0 commit comments

Comments
 (0)