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
- Fix #323: remove sidebar collapse animation on app startup. JS code moved
9
+
back to R. Thanks @lucas-alcantara for reporting.
10
+
11
+
## Bug fixes
12
+
- Fix #325: `menuItem()` applied wrong class to any nested element that is not
13
+
a `menuSubItem()`. Thanks @echoplaza for reporting.
14
+
- Fix #322: `notificationItem()` href does not work.
15
+
- Fix #306: Dynamic `menuSubItems()` with apply() adds some extra text. Added __.list__
16
+
param to `menuItem()` to programmatically pass `menuSubItem()` as list.
17
+
- Fix #297: `tabsetPanel()` renders below the list of `tabPanels` when vertical = TRUE.
18
+
Changed layout to `fluidRow`. Thanks @lucas-alcantara for reporting.
19
+
- Fix #296: Documentation issue for `valueBox()` and `infoBox()` in the render function section.
20
+
Thanks @corderoortiz for reporting.
21
+
- 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.
22
+
- Fix #290: don't set `data-toggle="tab"` when `href` is not NULL in `tabsetPanel()`. Thanks @veer0318 for reporting.
23
+
- Fix #243: `tabsetPanel()` id's not properly generated when inserting tabs to non-empty tabset. Thanks @DarkSideOfTheMat for reporting and giving hints.
0 commit comments