Skip to content

Releases: facultyai/dash-bootstrap-components

Prerelease 1.0.3-rc1

04 Feb 21:13
5fe5f04
Compare
Choose a tag to compare
Prerelease 1.0.3-rc1 Pre-release
Pre-release

This is a patch release that fixes a bug in Tabs.

Fixed

  • Set cursor: pointer on tabs that aren't disabled (PR 801)

Release 1.0.2

12 Dec 17:44
ec4378a
Compare
Choose a tag to compare

This release updates CDN links to use Bootstrap 5.1.3 and fixes a few bugs. Please continue to report bugs on our issue tracker!

Changed

  • Links in the themes module now use Bootstrap 5.1.3 (PR 789)

Added

  • Added autohide prop to Tooltip and Popover when using the hover trigger. When set to True, the Popover / Tooltip will hide if the mouse is moved over the content (PR 788)

Fixed

  • Popover with trigger hover will not dismiss if mouse is moved over the content (PR 788)
  • Resolved bug where Tooltip could get stuck open when moused over quickly (PR 788)

Prerelease 1.0.2-rc1

12 Dec 16:49
f472945
Compare
Choose a tag to compare
Prerelease 1.0.2-rc1 Pre-release
Pre-release

This release updates CDN links to use Bootstrap 5.1.3 and fixes a few bugs. Please continue to report bugs on our issue tracker!

Changed

  • Links in the themes module now use Bootstrap 5.1.3 (PR 789)

Added

  • Added autohide prop to Tooltip and Popover when using the hover trigger. When set to True, the Popover / Tooltip will hide if the mouse is moved over the content (PR 788)

Fixed

  • Popover with trigger hover will not dismiss if mouse is moved over the content (PR 788)
  • Resolved bug where Tooltip could get stuck open when moused over quickly (PR 788)

Release 1.0.1

28 Nov 10:28
74a0ec5
Compare
Choose a tag to compare

This release adds no new features but fixes a number of bugs. Please continue to report bugs on our issue tracker!

Fixed

  • Open AccordionItems will close when clicked on (PR 744)
  • Fixed regressions in DropdownMenu dismissal. The menu will dismiss if the user clicks outside the menu or if the escape key is pressed. (PR 751)
  • Fixed bug in Select that prevented valid and invalid props from having an effect (PR 755)
  • Set id property on tabs so that they can be targeted with tooltips. (PR 756)
  • A number of fixes to Popover: ensure the correct behaviour of the legacy trigger, and fix bug that prevented offset and hide_arrow props from having an effect. (PR 757)
  • Make Button compatible with dash_core_components.ConfirmDialogProvider (PR 773)
  • Fixed bug in Button that prevented target prop from having an effect (PR 781)

Prerelease 1.0.1-rc4

27 Nov 16:22
1fa6f0d
Compare
Choose a tag to compare
Prerelease 1.0.1-rc4 Pre-release
Pre-release

This release adds no new features but fixes a number of bugs. Please continue to report bugs on our issue tracker!

Fixed

  • Open AccordionItems will close when clicked on (PR 744)
  • Fixed regressions in DropdownMenu dismissal. The menu will dismiss if the user clicks outside the menu or if the escape key is pressed. (PR 751)
  • Fixed bug in Select that prevented valid and invalid props from having an effect (PR 755)
  • Set id property on tabs so that they can be targeted with tooltips. (PR 756)
  • A number of fixes to Popover: ensure the correct behaviour of the legacy trigger, and fix bug that prevented offset and hide_arrow props from having an effect. (PR 757)
  • Make Button compatible with dash_core_components.ConfirmDialogProvider (PR 773)
  • Fixed bug in Button that prevented target prop from having an effect (PR 781)

Prerelease 1.0.1-rc3

17 Nov 09:11
3dafe96
Compare
Choose a tag to compare
Prerelease 1.0.1-rc3 Pre-release
Pre-release

This is a release candidate for version 1.0.1 of dash-bootstrap-components

Prerelease 1.0.1-rc2

17 Nov 07:32
4168ed9
Compare
Choose a tag to compare
Prerelease 1.0.1-rc2 Pre-release
Pre-release

This is a release candidate for version 1.0.1 of dash-bootstrap-components

Prerelease 1.0.1-rc1

21 Oct 20:41
6308fc4
Compare
Choose a tag to compare
Prerelease 1.0.1-rc1 Pre-release
Pre-release

Fixed

  • Open Accordion items close when clicked (PR 744).

Release 1.0.0

19 Oct 21:40
0a25b03
Compare
Choose a tag to compare

v1 of dash-bootstrap-components! This release contains loads of new features, but also breaking changes. Please read the changelog carefully, and refer to the migration guide for more information about all the changes.

Added

  • Seven new components! Accordion, Breadcrumb, FormFloating, ModalTitle, Offcanvas, Pagination, and Switch (PR 646) (PR 689)
  • New CDN links for icons from Bootstrap Icons and Font Awesome (PR 661)
  • CDN Links for four new Bootswatch themes: QUARTZ, MORPH, VAPOR and ZEPHYR.
  • All components now accept class_name as an alternative to className. If both are specified then class_name will take precedence. class_name should be preferred from now on. (PR 642)

Fixed

  • The loading_state is no longer passed to underlying DOM nodes in any components (PR 666)
  • Popover doesn't error if is_open defaults to true. (PR 646)
  • Fixed an issue with the cursor jumping to the end of an Input component when typing. (PR 707)

Changed

  • Components are all now built for Bootstrap 5. CDN links have all been updated. There are multiple breaking changes in the component props. Please see the migration-guide for full details on the changes (PR 646).

Huge thanks to @AnnMarieW and @glsdown for their significant contributions to this milestone, and thanks to all those who gave feedback on the betas and release candidates for version 1.

Prerelease 1.0.0-rc1

09 Oct 09:36
8262b6d
Compare
Choose a tag to compare
Prerelease 1.0.0-rc1 Pre-release
Pre-release

This is the first release candidate of dash-bootstrap-components version 1.0.0. Please refer to the preview documentation and the migration guide for more information.

v1 of dash-bootstrap-components! This release contains loads of new features, but also breaking changes. Please read the changelog carefully for full details.

Added

  • Seven new components! Accordion, Breadcrumb, FormFloating, ModalTitle, Offcanvas, Pagination, and Switch (PR 646) (PR 689)
  • New CDN links for icons from Bootstrap Icons and Font Awesome (PR 661)
  • CDN Links for four new Bootswatch themes: QUARTZ, MORPH, VAPOR and ZEPHYR.
  • All components now accept class_name as an alternative to className. If both are specified then class_name will take precedence. class_name should be preferred from now on. (PR 642)

Fixed

  • The loading_state is no longer passed to underlying DOM nodes in any components (PR 666)
  • Popover doesn't error if is_open defaults to true. (PR 646)
  • Fixed an issue with the cursor jumping to the end of an Input component when typing. (PR 707)

Changed

  • Components are all now built for Bootstrap 5. CDN links have all been updated. There are multiple breaking changes in the component props. Please see the migration-guide for full details on the changes (PR 646).