Releases: dbc-team/dash-bootstrap-components
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
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)
Fixed
- The
minandmaxproperties of aProgressbar 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_submitif 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
hrefattribute 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_submitif the user types "shift + enter" to create a new-line (PR 968)
Added
- You can now pass a
hrefattribute 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_submitif 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_submitif the user types "shift + enter" to create a new-line (PR 968)
Added
- You can now pass a
hrefattribute 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_submitif the user types "shift + enter" to create a new-line (PR 968)
Release 1.4.2
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)
Prerelease 1.4.2-rc1
This is a patch release candidate 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)
Release 1.4.1
Version 1.4.1 of dash-bootstrap-components. This version contains bug fixes but no new features. Please continue to report problems on our issue tracker.
Fixed
- Fixed issue with
active_label_styleindbc.Tabnot overwritinglabel_style(PR 946) - Updated CDN links for icons in R and Julia packages (PR 950)
Thanks @Nenrikido for the contribution!
Prerelease 1.4.1-rc2
This is a patch release candidate of dash-bootstrap-components. This version contains bug fixes but no new features. Please continue to report problems on our issue tracker.
Fixed
- Fixed issue with
active_label_styleindbc.Tabnot overwritinglabel_style(PR 946) - Updated CDN links for icons in R and Julia packages (PR 950)
Thanks @Nenrikido for the contribution!