Skip to content

Prerelease 1.6.0-b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Feb 23:02
131d12c

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 of AccordionItem can now be an arbitrary Dash component (PR 988)
  • You can now set enforceFocus=False on a Modal to allow components in the background to receive focus while the Modal is open (PR 1001)

Fixed

  • The min and max properties of a Progress 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!