bs4Dash 2.3.3

Breaking change (potential)

library(shiny)
library(bs4Dash)

shinyApp(
  ui = dashboardPage(
    dark = NULL,
    header = dashboardHeader(
      title = dashboardBrand(
        title = "My dashboard",
        color = "primary",
        href = "https://adminlte.io/themes/v3",
        image = "https://adminlte.io/themes/v3/dist/img/AdminLTELogo.png"
      )
    ),
    sidebar = dashboardSidebar(skin = "dark"),
    body = dashboardBody(
      box(status = "danger"),
      box(status = "primary"),
      box(status = "orange")
    ),
    controlbar = dashboardControlbar(skin = "dark"),
    title = "DashboardPage"
  ),
  server = function(input, output) { }
)

Bug fixes

bs4Dash 2.3.0

New feature

New navbar navigation menu. - navbarTab(), navbarMenu() and updateNavbarTabs() to create navbar navigation. This will close #108.

Minor change

Bug fixes

Internal

bs4Dash 2.2.1

New features

Minor change

Bug fixes

bs4Dash 2.1.0

Breaking change

Minor changes/fixes

bs4Dash 2.0.3

This release is a patch to fix an issue preventing the release of Shiny 1.7.0.

Minor changes

bs4Dash 2.0.2

Patch to fix CRAN warning on Mac M1.

Minor changes

bs4Dash 2.0.1

Minor changes

Bug Fix

bs4Dash 2.0.0

Breaking changes

This is to align with shinydashboard and shinydashboardPlus. ### bs4DashPage/dashboardPage - navbar param becomes header. - Remove old_school, sidebar_mini, sidebar_collapsed, controlbar_collapsed, controlbar_overlay, enable_preloader, loading_duration and loading_background. These parameters move to dashboardSidebar, controlbar … - New freshTheme parameter to pass {fresh} powered themes. - New options parameter to configure AdminLTE3. - New preloader to use {waiter} as a preloading engine.

bs4DashFooter

bs4DashNavbar/dashboardHeader

bs4UserMenu

bs4DashControlbar/dashboardControlbar

updatebs4Controlbar

bs4DashSidebar/dashboardSidebar/updateSidebar

bs4SidebarMenu

bs4SidebarMenuItem

bs4SidebarUserPanel

bs4Card

bs4CardSidebar

bs4TabCard

bs4ValueBox

bs4InfoBox

bs4UserCard

bs4SocialBox

attachmentBlock

descriptionBlock

bs4Box

bs4TabCard

bs4DropdownMenu

bs4DropdownMenuItem

Others

New features

Minor change

Bug Fix

bs4Dash 0.5.0

Breaking Changes

Major Changes

New features

Bug Fix

bs4Dash 0.4.0

Major changes

Breaking changes

Minor Changes

Bug Fix

bs4Dash 0.3.0

Breaking change

Major changes

Minor changes

Bug fix

bs4Dash 0.2.0

Major changes

Minor changes

bs4Dash 0.1.0