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!