Releases: dbc-team/dash-bootstrap-components
Prerelease 1.4.1-rc1
This is a patch release candidate of dash-bootstrap-components. This version contains bug fixes but no new features. Please continue to report problems on our issue tracker.
Fixed
- Fixed issue with
active_label_styleindbc.Tabnot overwritinglabel_style(PR 946)
Thanks @Nenrikido for the contribution!
Release 1.4.0
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, andSwitchcomponents. (PR 940)
Fixed
- Ensure ids in
dbc.Tabanddbc.AccordionItemare stringified before components are rendered (PR 937) - Allow
Offcanvas.titleto be an arbitrary dash component (PR 938)
Thanks @AnnMarieW for contributing to this release!
Prerelease 1.4.0-rc1
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, andSwitchcomponents. (PR 940)
Fixed
- Ensure ids in
dbc.Tabanddbc.AccordionItemare stringified before components are rendered (PR 937) - Allow
Offcanvas.titleto be an arbitrary dash component (PR 938)
Thanks @AnnMarieW for contributing to this release!
Prerelease 1.3.2-rc1
This is a patch release of dash-bootstrap-components. This version contains bug fixes but no new features. Please continue to report problems on our issue tracker.
Fixed
Release 1.3.1
This is a patch release of dash-bootstrap-components. This version contains bug fixes but no new features. Please continue to report problems on our issue tracker.
Fixed
Prerelease 1.3.1-rc1
This is a patch release of dash-bootstrap-components. This version contains bug fixes but no new features. Please continue to report problems on our issue tracker.
Fixed
- Fixed an issue where
pylintwould fail to recognisedbc.Table.from_dataframe(PR 926)
Release 1.3.0
Version 1.3.0 of dash-bootstrap-components. This version contains a number of new features, updates, and bug fixes. Please continue to report problems on our issue tracker.
Added
- Add shorthand syntax for specifying options in
Checklist,RadioItems,Selectto mimic dash-core-components ((PR 894) - Add
numberedprop toListGroupfor numbered list group support ((PR 895) - Add support for horizontal collapses with
horizontalprop inCollapsecomponent ((PR 896) - Add new
Stackcomponent for vertical layouts ((PR 897) - Add new
Placeholdercomponent which can be used as a loading component also ((PR 899) - Accept Dash components as arguments to
DropdownMenu.label,NavbarSimple.brandandToast.header((PR 917) - Expose
relprop inButtonwhen used as a link ((PR 921)
Fixed
- Fixed a recursion error that could arise when pickling dash-bootstrap-components (PR 918)
- Fixed navigation bug when using auto-dismissing
Toast((PR 920)
Changed
Big thank you to @glsdown who implemented many of the new features and bugfixes.
Prerelease 1.3.0-rc1
This is a release candidate for dash-bootstrap-components 1.2.0
Added
- Add shorthand syntax for specifying options in
Checklist,RadioItems,Selectto mimic dash-core-components ((PR 894) - Add
numberedprop toListGroupfor numbered list group support ((PR 895) - Add support for horizontal collapses with
horizontalprop inCollapsecomponent ((PR 896) - Add new
Stackcomponent for vertical layouts ((PR 897) - Add new
Placeholdercomponent which can be used as a loading component also ((PR 899) - Accept Dash components as arguments to
DropdownMenu.label,NavbarSimple.brandandToast.header((PR 917) - Expose
relprop inButtonwhen used as a link ((PR 921)
Fixed
- Fixed a recursion error that could arise when pickling dash-bootstrap-components (PR 918)
- Fixed navigation bug when using auto-dismissing
Toast((PR 920)