Skip to content

flexdashboard 0.6.2

Latest
Compare
Choose a tag to compare
@gadenbuie gadenbuie released this 12 Aug 00:48
e11d2a8

New features

  • flexdashboard now supports icons for navigation dropdown menus. Pages are created with level-1 headings and can be added to a dropdown menu with the data-navmenu attribute. You can now also assign an icon to this dropdown menu by providing a data-navmenu-icon attribute, using the same icon selections as described in Page Icons. (#419)

  • Improved support for page selection in navigation dropdown menus in Bootstrap 5. (#421)

Minor improvements and fixes

  • Fixed #411: Improved support for Bootstrap 5 to ensure correct handling of the active dashboard page. (#418)

  • Fixed #234: Use the correct social sharing link for Facebook.

  • Fixed #102: knitr's collapse chunk option now works as expected. This fix also ensures that other knitr options that modify the chunk option, like class.chunk and others are applied correctly. (#428)