Releases: dbc-team/dash-bootstrap-components
Prerelease 2.0.5-a2
This pre-release of dash-bootstrap-components was created to test fixes to the
release pipeline.
Release 2.0.4
Release 2.0.3
dash-bootstrap-components version 2.0.3! This version fixes a bug in the Tabs component and updates the version requirement for the dash package. We have also updated CDN links for Bootstrap stylesheets. Please continue to report problems on our issue tracker.
Changed
- dash-bootstrap-components now requires dash>=3.0.4 (PR 1129)
- Update the version of Bootstrap CDN links to 5.3.6 (PR 1130)
- Update docs domain to dash-bootstrap-components.com (PR 1133)
Fixed
- Fixed bug that caused an error message when changing the number of children in
Tabscomponent (PR 1128)
Prerelease 2.0.3-rc2
This is a release candidate for dash-bootstrap-components version 2.0.3! This version fixes a bug in the Tabs component and updates the version requirement for the dash package. We have also updated CDN links for Bootstrap stylesheets. Please continue to report problems on our issue tracker.
Changed
- dash-bootstrap-components now requires dash>=3.0.4 (PR 1129)
- Update the version of Bootstrap CDN links to 5.3.6 (PR 1130)
- Update docs domain to dash-bootstrap-components.com (PR 1133)
Fixed
- Fixed bug that caused an error message when changing the number of children in
Tabscomponent (PR 1128)
Prerelease 2.0.3-rc1
This is a release candidate for dash-bootstrap-components version 2.0.3! This version fixes a bug in the Tabs component and updates the version requirement for the dash package. We have also updated CDN links for Bootstrap stylesheets. Please continue to report problems on our issue tracker.
Changed
- dash-bootstrap-components now requires dash>=3.0.4 (PR 1129)
- Update the version of Bootstrap CDN links to 5.3.6 (PR 1130)
Fixed
- Fixed bug that caused an error message when changing the number of children in
Tabscomponent (PR 1128)
Release 2.0.2
dash-bootstrap-components version 2.0.2! This version fixes a bug in the Tabs component and updates the version requirement for the dash package. A number of docstrings have also been cleaned up and made consistent. Please continue to report problems on our issue tracker.
Changed
- dash-bootstrap-components now requires dash>=3.0.3 (PR 1120)
- Updated docstrings correcting typos and making formatting consistent (PR 1122)
Fixed
- Updating a
Tabin a callback now triggers a re-render of the parentTabscomponent (PR 1120)
Prerelease 2.0.2-rc1
This is a pre-release for dash-bootstrap-components version 2.0.2! This version fixes a bug in the Tabs component and updates the version requirement for the dash package. Please continue to report problems on our issue tracker.
Changed
- dash-bootstrap-components now requires dash>=3.0.3 (PR 1120)
Fixed
- Updating a
Tabin a callback now triggers a rerender of the parentTabscomponent (PR 1120)
Thanks @FRosner for the contribution!
Release 2.0.1
dash-bootstrap-components version 2.0.1! This version fixes bugs and updates CDN links. Please continue to report problems on our issue tracker.
Changed
- Updated CDN links for Bootstrap CSS, Bootswatch CSS, Bootstrap Icons and FontAwesome Icons (PR 1109)
- Dropped upper bound on supported Python versions (PR 1107)
Fixed
- Fixed regression preventing
dbc.Buttonfrom being used in conjunction withdcc.ConfirmDialogProvider(PR 1111)
Prerelease 2.0.1-rc1
This is a pre-release for dash-bootstrap-components version 2.0.1! This version fixes bugs and updates CDN links. Please continue to report problems on our issue tracker.
Changed
- Updated CDN links for Bootstrap CSS, Bootswatch CSS, Bootstrap Icons and FontAwesome Icons (PR 1109)
- Dropped upper bound on supported Python versions (PR 1107)
Fixed
- Fixed regression preventing
dbc.Buttonfrom being used in conjunction withdcc.ConfirmDialogProvider(PR 1111)
Release 2.0.0
dash-bootstrap-components version 2.0.0! This version makes various internal updates for compatibility with Dash 3.0.0. Please continue to report problems on our issue tracker.
Added
- Added Label.xxl prop. The logic for this was in place but the prop was not exposed to the Component due to a missing prop-types declaration (PR 1084)
SpinnerandPlaceholdernow accept thetarget_componentsprop which functions likedcc.Loading(PR 1080)- Added
displayprop forSpinnerandPlaceholderto force the component to show (PR 1080) - Added
disabledprop toCardLink(PR 1084)
Changed
- Made
Modalstyling props consistent.modal_class_nameandmodalClassNameare renamed toclass_nameandclassNamerespectively which target the same element asstyle.class_nameandclassNamepreviously set styles on the modal dialog, which should now be done withdialog_class_nameanddialogClassNamerespectively. This is consistent with behaviour ofstyleanddialog_style(PR 1090)
Removed
- Removed the following props which had no effect: Carousel.ride, DropdownMenu.addon_type, Navbar.light, NavbarSimple.light, Popover.innerClassName, Popover.inner_class_name. (PR 1088) (PR 1090)
- Removed the following deprecated props: DropdownMenu.right, Table.dark (PR 1084)
- All
_timestampprops. Use callback context instead. (PR 1082)