NEWS


bs4Dash 2.3.4 (2024-09-03)

Minor change

bs4Dash 2.3.3 (2024-01-23)

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 (2023-06-15)

New feature

New navbar navigation menu.

Minor change

Bug fixes

Internal

bs4Dash 2.2.1 (2022-12-20)

New features

Minor change

Bug fixes

bs4Dash 2.1.0 (2022-05-05)

Breaking change

Minor changes/fixes

bs4Dash 2.0.3 (2021-09-16)

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

Minor changes

bs4Dash 2.0.2 (2021-07-23)

Patch to fix CRAN warning on Mac M1.

Minor changes

bs4Dash 2.0.1 (2021-07-16)

Minor changes

Bug Fix

bs4Dash 2.0.0 (2021-05-26)

Breaking changes

This is to align with shinydashboard and shinydashboardPlus.

bs4DashPage/dashboardPage

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 (2019-11-27)

Breaking Changes

Major Changes

New features

Bug Fix

bs4Dash 0.4.0 (2019-07-25)

Major changes

Breaking changes

Minor Changes

Bug Fix

bs4Dash 0.3.0 (2019-04-06)

Breaking change

Major changes

Minor changes

Bug fix

bs4Dash 0.2.0 (2018-09-20)

Major changes

Minor changes

bs4Dash 0.1.0 (2018-07-05)