You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add menuIcon arg and align arg to bs4DropdownMenu(), add id arg to bs4DashControlbar() PR by @bjornlind
add background and header colours like cards to bs4TabCard(). PR by @statnmap
Bug fix
Fix icon rendering issue due to a change in shiny 1.2.0 dependencies (font awesome)
Fix #19: Whenever a bs4Card() starts on a collapsed state, the content is displayed when
uncollapsed is pressed. Thanks @stanmap for the remark. (See here for a similar issue)
bs4Card(): the collapse icon changes to + and - depending on the current collapse status.
fix various issues in bs4DropdownMenu()
fix #12: Compatibility with shinyWidgets pickerInput. Thanks @pvictor
fix #13 in bs4TabPanel(): handle tabName with space and with punctuation characters. Thanks @stephLH
fix bs4TabCard(): when the user set 2 or more active tabs at the same time, only
the first one is selected
related to #16: modify bs4Dash.js file so that only the first body content tab is selected
and not that of the bs4TabCard(), as they have the same class (tab-pane).