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 @@

@@ -628,7 +630,7 @@

  • add bs4DashControlbarMenu(), bs4DashControlbarItem() and updatebs4ControlbarMenu()
  • add updatebs4TabItems() and updateTabItems() to programatically update the selected sidebar tab and the corresponding body tab
  • -
  • add updatebs4TabSetPanel() and updateTabsetPanel() (aliases) to dynamically update bs4TabSetPanel() from the server side
  • +
  • add updatebs4TabSetPanel() and updateTabsetPanel() (aliases) to dynamically update bs4TabSetPanel() from the server side
  • add maximizable option for bs4Card() and bs4TabCard(). In other words, allow full screen option
  • Fix #8: add input binding to the bs4SidebarMenu(). Now by adding an id to the menu, the user can recover the currently selected tab. Thanks @rpodcast
  • add aliases to make bs4Dash closer to shinydashboard (the conversion is easier). For instance bs4DashPage() can also be dashboardPage()