Version 1.4.0 of dash-bootstrap-components. This version contains some new features and bug fixes. Please continue to report problems on our issue tracker.
Added
- It is now possible to pass props as labels to
Checklist
,RadioItems
,RadioButton
,Checkbox
, andSwitch
components. (PR 940)
Fixed
- Ensure ids in
dbc.Tab
anddbc.AccordionItem
are stringified before components are rendered (PR 937) - Allow
Offcanvas.title
to be an arbitrary dash component (PR 938)
Thanks @AnnMarieW for contributing to this release!