Releases: dbc-team/dash-bootstrap-components
Prerelease 2.0.0-rc1
This is a release candidate of 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)
Prerelease 1.7.1-a1
This is a prerelease of dash-bootstrap-components used to test changes to the release pipeline.
Release 1.7.1
Version 1.7.1 dash-bootstrap-components. This version fixes a build issue with the previous version. Please continue to report problems on our issue tracker.
Fixed
- Fixed build of dash-bootstrap-components that resulted in a broken release. Apologies and thanks for quick reports of the issue (PR 1066)
Prerelease 1.7.1-rc1
Release candidate of dash-bootstrap-components. This version fixes a build issue with the previous version. Please continue to report problems on our issue tracker.
Fixed
- Fixed build of dash-bootstrap-components that resulted in a broken release. Apologies and thanks for quick reports of the issue (PR 1066)
Release 1.7.0
Version 1.7.0 of dash-bootstrap-components. This version exposes some new props for Modal, and Textarea to allow users to customise the behaviour of those components, and extends the functionality of the debounce prop in Input and Textarea components. Please continue to report problems on our issue tracker.
Added
- Added
content_style/contentStyleanddialog_style/dialogStyleprops toModalto complement the existingcontentClassNameanddialogClassNameprops (PR 1029) - Added
submit_on_enterprop toTextareato allow users to disable default behaviour of incrementingn_submitwhen the Enter key is pressed (PR 1036) - Allow numeric debounce in
InputandTextareacomponents (PR 1056)
Prerelease 1.7.0-rc3
This is a release candidate of dash-bootstrap-components v1.7.0. This version exposes some new props for Modal, and Textarea to allow users to customise the behaviour of those components, and extends the functionality of the debounce prop in Input and Textarea components. Please continue to report problems on our issue tracker.
Added
- Added
content_style/contentStyleanddialog_style/dialogStyleprops toModalto complement the existingcontentClassNameanddialogClassNameprops (PR 1029) - Added
submit_on_enterprop toTextareato allow users to disable default behaviour of incrementingn_submitwhen the Enter key is pressed (PR 1036) - Allow numeric debounce in
InputandTextareacomponents (PR 1056)
Prerelease 1.6.1-rc2
This is a release candidate of dash-bootstrap-components v1.6.1. This version exposes some new props for Modal, and Textarea to allow users to customise the behaviour of those components. Please continue to report problems on our issue tracker.
Added
- Added
content_style/contentStyleanddialog_style/dialogStyleprops toModalto complement the existingcontentClassNameanddialogClassNameprops (PR 1029) - Added
submit_on_enterprop toTextareato allow users to disable default behaviour of incrementingn_submitwhen the Enter key is pressed (PR 1036)
Prerelease 1.6.1-rc1
This is a release candidate of dash-bootstrap-components v1.6.0. This version makes some improvements to Accordion, Modal and Progress as well as updating CDN links. Please continue to report problems on our issue tracker.
Added
- Added
content_style/contentStyleanddialog_style/dialogStyleprops toModalto complement the existingcontentClassNameanddialogClassNameprops (PR 1029)
Release 1.6.0
Version 1.6.0 of dash-bootstrap-components. This version makes some improvements to Accordion, Modal and Progress as well as updating CDN links. Please continue to report problems on our issue tracker.
Added
- The
titleproperty ofAccordionItemcan now be an arbitrary Dash component (PR 988) - You can now set
enforceFocus=Falseon aModalto allow components in the background to receive focus while theModalis open (PR 1001) - The documentation now has a dark mode (PR 984)
Fixed
- The
minandmaxproperties of aProgressbar are propagated to its children (PR 986) - Fixed console errors originating from
Tooltipcomponent (PR 1008) - Fix error caused by
Tooltipclosing as component unmounts (PR 1008)
Changed
- Drop support for Python 3.7 as it is EOL (PR 995)
- The
themesmodule now links to Bootstrap 5.3.3 (PR 1013)
Thanks @arthur-FD, @arunsathiya and @AnnMarieW for contributing to this release!
Prerelease 1.6.0-rc1
This is a release candidate of dash-bootstrap-components v1.6.0. This version makes some improvements to Accordion, Modal and Progress as well as updating CDN links. Please continue to report problems on our issue tracker.
Added
- The
titleproperty ofAccordionItemcan now be an arbitrary Dash component (PR 988) - You can now set
enforceFocus=Falseon aModalto allow components in the background to receive focus while theModalis open (PR 1001) - The documentation now has a dark mode (PR 984)
Fixed
- The
minandmaxproperties of aProgressbar are propagated to its children (PR 986) - Fixed console errors originating from
Tooltipcomponent (PR 1008) - Fix error caused by
Tooltipclosing as component unmounts (PR 1008)
Changed
- Drop support for Python 3.7 as it is EOL (PR 995)
hrefprops are sanitized in the same was as in first party Dash components (PR 1000)- The
themesmodule now links to Bootstrap 5.3.3 (PR 1013)
Thanks @arthur-FD, @arunsathiya and @AnnMarieW for contributing to this release!