diff --git a/NEWS.md b/NEWS.md index 89b5fad4..74cb3694 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,7 @@ ## Minor changes - Simple patch to fix wrong .Rbuildignore [rule](https://github.com/DivadNojnarg/outstanding-shiny-ui/issues/52). - Update internal file structure. +- Clean NOTE: https://cran.rstudio.com//web/checks/check_results_bs4Dash.html ## Bug Fix - Fix #220: Disable badgeLabel in SidebarMenuItem when collapsed. Wrong tag structure fixed. diff --git a/docs/news/index.html b/docs/news/index.html index 91f58e84..2d27eabf 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -163,6 +163,8 @@
bs4DashControlbarMenu()
, bs4DashControlbarItem()
and updatebs4ControlbarMenu()
updatebs4TabItems()
and updateTabItems()
to programatically update the selected sidebar tab and the corresponding body tabupdatebs4TabSetPanel()
and updateTabsetPanel()
(aliases) to dynamically update bs4TabSetPanel()
from the server sideupdatebs4TabSetPanel()
and updateTabsetPanel()
(aliases) to dynamically update bs4TabSetPanel()
from the server sidebs4Card()
and bs4TabCard()
. In other words, allow full screen optionbs4SidebarMenu()
. Now by adding an id to the menu, the user can recover the currently selected tab. Thanks @rpodcastbs4DashPage()
can also be dashboardPage()