Skip to content

Commit

Permalink
Sidebar now emits shown/hidden and state change events (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Jun 16, 2023
1 parent 545c6f7 commit 3ada183
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 12 deletions.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# bslib 0.5.0.9000

* Closed (#636): Outputs in sidebars now work as expected when an initially-closed sidebar is opened. (#624)

# bslib 0.5.0

Expand All @@ -23,7 +24,7 @@ This significant release focuses on making dashboards with filling/responsive la

## New features

* Added `page_sidebar()`, for easy dashboard creation. (#588)
* Added `page_sidebar()`, for easy dashboard creation. (#588)
* Added a `sidebar()` API for creating sidebar layouts in various contexts. See [the article](https://rstudio.github.io/bslib/articles/sidebars.html) to learn more. (#479)
* Added `layout_columns()`, for responsive column-based grid layouts. (#587)
* Adds a new `accordion()` API. See `help(accordion)` for examples and details. Note also `accordion()` is designed to [work well inside a `sidebar()`](https://rstudio.github.io/bslib/articles/sidebars.html#sidebar-accordions). (#475)
Expand Down
Binary file modified R/sysdata.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion inst/components/sidebar.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3ada183

Please sign in to comment.