Releases: facultyai/dash-bootstrap-components
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
/contentStyle
anddialog_style
/dialogStyle
props toModal
to complement the existingcontentClassName
anddialogClassName
props (PR 1029) - Added
submit_on_enter
prop toTextarea
to allow users to disable default behaviour of incrementingn_submit
when 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
/contentStyle
anddialog_style
/dialogStyle
props toModal
to complement the existingcontentClassName
anddialogClassName
props (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
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) - The documentation now has a dark mode (PR 984)
Fixed
- The
min
andmax
properties of aProgress
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!
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
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) - The documentation now has a dark mode (PR 984)
Fixed
- The
min
andmax
properties of aProgress
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!
Prerelease 1.6.0-b1
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!
Release 1.5.0
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!
Prerelease 1.5.0-rc4
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!
Prerelease 1.5.0-rc3
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
Prerelease 1.5.0-rc2
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)
Prerelease 1.5.0-rc1
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)