v2.2.1
Happy Christmas break to everyone!
bs4Dash 2.2.1
New features
- New
pagination()
andupdatePagination()
. Bootstrap 4 implementation of
pagination.
Minor change
- Fix #323: remove sidebar collapse animation on app startup. JS code moved
back to R. Thanks @lucas-alcantara for reporting.
Bug fixes
- Fix #325:
menuItem()
applied wrong class to any nested element that is not
amenuSubItem()
. Thanks @echoplaza for reporting. - Fix #322:
notificationItem()
href does not work. - Fix #306: Dynamic
menuSubItems()
with apply() adds some extra text. Added .list
param tomenuItem()
to programmatically passmenuSubItem()
as list. - Fix #297:
tabsetPanel()
renders below the list oftabPanels
when vertical = TRUE.
Changed layout tofluidRow
. Thanks @lucas-alcantara for reporting. - Fix #296: Documentation issue for
valueBox()
andinfoBox()
in the render function section.
Thanks @corderoortiz for reporting. - Fix #293: Navbar stays keeps white background, even when dark mode is selected/toggled. Related to a previous PR. Thanks to @JJohnson-DA for reporting.
- Fix #290: don't set
data-toggle="tab"
whenhref
is not NULL intabsetPanel()
. Thanks @veer0318 for reporting. - Fix #243:
tabsetPanel()
id's not properly generated when inserting tabs to non-empty tabset. Thanks @DarkSideOfTheMat for reporting and giving hints.