This is a beta release of dash-bootstrap-components. This version makes some improvements to Carousel
and Textarea
as well as updating CDN links. Please continue to report problems on our issue tracker.
Added
- The
title
property ofAccordionItem
can now be an arbitrary Dash component (PR 988) - You can now set
enforceFocus=False
on aModal
to allow components in the background to receive focus while theModal
is open (PR 1001)
Fixed
- The
min
andmax
properties of aProgress
bar are propagated to its children (PR 986)
Changed
- Drop support for Python 3.7 as it is EOL (PR 995)
Thanks @arthur-FD and @arunsathiya for contributing to this release!