Dash Bootstrap Components Versions Save

Bootstrap components for Plotly Dash

1.6.1-rc1

1 week ago

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 / contentStyle and dialog_style / dialogStyle props to Modal to complement the existing contentClassName and dialogClassName props (PR 1029)

1.6.0

1 month ago

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 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)
  • The documentation now has a dark mode (PR 984)

Fixed

  • The min and max properties of a Progress bar are propagated to its children (PR 986)
  • Fixed console errors originating from Tooltip component (PR 1008)
  • Fix error caused by Tooltip closing as component unmounts (PR 1008)

Changed

  • Drop support for Python 3.7 as it is EOL (PR 995)
  • The themes module now links to Bootstrap 5.3.3 (PR 1013)

Thanks @arthur-FD, @arunsathiya and @AnnMarieW for contributing to this release!

1.6.0-rc1

1 month ago

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 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)
  • The documentation now has a dark mode (PR 984)

Fixed

  • The min and max properties of a Progress bar are propagated to its children (PR 986)
  • Fixed console errors originating from Tooltip component (PR 1008)
  • Fix error caused by Tooltip closing as component unmounts (PR 1008)

Changed

  • Drop support for Python 3.7 as it is EOL (PR 995)
  • href props are sanitized in the same was as in first party Dash components (PR 1000)
  • The themes module now links to Bootstrap 5.3.3 (PR 1013)

Thanks @arthur-FD, @arunsathiya and @AnnMarieW for contributing to this release!

1.6.0-b1

3 months ago

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!

1.5.0

8 months ago

Version 1.5.0 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.

Changed

  • Textarea will no longer increment n_submit if the user types "shift + enter" to create a new-line (PR 968)
  • CDN links have been updated to use Bootstrap version 5.3.1 (PR 977)

Added

  • You can now pass a href attribute to a Carousel item to render that item as a link. (PR 971, PR 973, PR 975)

Thanks @mapix for contributing to this release!

1.5.0-rc4

8 months ago

This is a release candidate of dash-bootstrap-components. Please continue to report problems on our issue tracker.

Changed

  • Textarea will no longer increment n_submit if the user types "shift + enter" to create a new-line (PR 968)

Added

  • You can now pass a href attribute to a Carousel item to render that item as a link. (PR 971, PR 973, PR 975)

Thanks @mapix for contributing to this release!

1.5.0-rc3

8 months ago

This is a release candidate of dash-bootstrap-components. Please continue to report problems on our issue tracker.

Changed

  • Textarea will no longer increment n_submit if the user types "shift + enter" to create a new-line (PR 968)

Added

  • You can now pass a href attribute to a Carousel item to render that item as a link. (PR 971, PR 973)

1.5.0-rc2

8 months ago

This is a release candidate of dash-bootstrap-components. Please continue to report problems on our issue tracker.

Changed

  • Textarea will no longer increment n_submit if the user types "shift + enter" to create a new-line (PR 968)

Added

  • You can now pass a href attribute to a Carousel item to render that item as a link. (PR 971)

1.5.0-rc1

8 months ago

This is a release candidate of dash-bootstrap-components. Please continue to report problems on our issue tracker.

Changed

  • Textarea will no longer increment n_submit if the user types "shift + enter" to create a new-line (PR 968)

1.4.2

10 months ago

Version 1.4.2 of dash-bootstrap-components. This version contains updates and bug fixes but no new features. Please continue to report problems on our issue tracker.

Fixed

  • Fixed navigation bug when using auto-dismissing Alert (PR 962)

Changed

  • Updated CDN links for Bootstrap and Bootswatch stylesheets (PR 963)