Skip to content

Releases: dbc-team/dash-bootstrap-components

Prerelease 1.5.0-rc4

05 Sep 08:23
645e015
Compare
Choose a tag to compare
Prerelease 1.5.0-rc4 Pre-release
Pre-release

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

04 Sep 20:11
f79596c
Compare
Choose a tag to compare
Prerelease 1.5.0-rc3 Pre-release
Pre-release

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)

Prerelease 1.5.0-rc2

04 Sep 19:40
e006c93
Compare
Choose a tag to compare
Prerelease 1.5.0-rc2 Pre-release
Pre-release

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

29 Aug 20:04
f07ec9d
Compare
Choose a tag to compare
Prerelease 1.5.0-rc1 Pre-release
Pre-release

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)

Release 1.4.2

15 Jul 12:14
9254d5e
Compare
Choose a tag to compare

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

09 Jul 21:47
dba2ebb
Compare
Choose a tag to compare
Prerelease 1.4.2-rc1 Pre-release
Pre-release

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

17 Mar 23:05
7df4bf6
Compare
Choose a tag to compare

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_style in dbc.Tab not overwriting label_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

17 Mar 22:53
e8da156
Compare
Choose a tag to compare
Prerelease 1.4.1-rc2 Pre-release
Pre-release

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_style in dbc.Tab not overwriting label_style (PR 946)
  • Updated CDN links for icons in R and Julia packages (PR 950)

Thanks @Nenrikido for the contribution!

Prerelease 1.4.1-rc1

28 Feb 18:50
eaf8576
Compare
Choose a tag to compare
Prerelease 1.4.1-rc1 Pre-release
Pre-release

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_style in dbc.Tab not overwriting label_style (PR 946)

Thanks @Nenrikido for the contribution!

Release 1.4.0

27 Feb 22:27
e0ff6db
Compare
Choose a tag to compare

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

Added

  • It is now possible to pass props as labels to Checklist, RadioItems, RadioButton, Checkbox, and Switch components. (PR 940)

Fixed

  • Ensure ids in dbc.Tab and dbc.AccordionItem are stringified before components are rendered (PR 937)
  • Allow Offcanvas.title to be an arbitrary dash component (PR 938)

Thanks @AnnMarieW for contributing to this release!