dash-bootstrap-components

Bootstrap components for Plotly Dash

APACHE-2.0 License

Downloads
1.1M
Stars
1.1K
Committers
34

Bot releases are visible (Hide)

dash-bootstrap-components - Prerelease 1.0.1-rc3

Published by github-actions[bot] almost 3 years ago

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

dash-bootstrap-components - Prerelease 1.0.1-rc2

Published by github-actions[bot] almost 3 years ago

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

dash-bootstrap-components - Prerelease 1.0.1-rc1

Published by github-actions[bot] almost 3 years ago

Fixed

  • Open Accordion items close when clicked (PR 744).
dash-bootstrap-components - Release 1.0.0

Published by github-actions[bot] almost 3 years ago

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.

dash-bootstrap-components - Prerelease 1.0.0-rc1

Published by github-actions[bot] about 3 years ago

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).
dash-bootstrap-components - Release 0.13.1

Published by tcbegley about 3 years ago

Fixed

  • Fix cursor jump issue in Input component. (PR 712)
dash-bootstrap-components - Prerelease 0.13.1-rc1

Published by github-actions[bot] about 3 years ago

Fixed

  • Fix cursor jump issue in Input component. (PR 712)
dash-bootstrap-components - Prerelease 1.0.0-b3

Published by github-actions[bot] about 3 years ago

This is the third beta 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

  • Six new components! Accordion, Breadcrumb, FormFloating, 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).
dash-bootstrap-components - Prerelease 1.0.0-b2

Published by github-actions[bot] about 3 years ago

This is the second beta 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

  • Six new components! Accordion, Breadcrumb, FormFloating, 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)

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).
dash-bootstrap-components - Release 0.13.0

Published by github-actions[bot] about 3 years ago

Added

  • Adds a new Carousel component to display images in an animated slideshow. Thanks @AnnMarieW for the contribution! (PR 587)
  • Exposes title prop on Button and Badge (PR 617)
  • Added links_left prop to NavbarSimple to allow links to be left-aligned (PR 618)

Fixed

  • Fixed bug in Spinner component that meant spinner_style prop was not correctly applied to the spinner. (PR 578)

Changed

  • Updated behaviour of Input with type="number" to match behaviour in dash-core-components. If an invalid input is entered (i.e. one outside the range of min / max or with an invalid step) the component passes the value None to callbacks for the first invalid input, then doesn't fire again until a valid input is entered. PR 626)
dash-bootstrap-components - Prerelease 0.13.0-rc1

Published by github-actions[bot] about 3 years ago

Added

  • Adds a new Carousel component to display images in an animated slideshow. Thanks @AnnMarieW for the contribution! (PR 587)
  • Exposes title prop on Button and Badge (PR 617)
  • Added links_left prop to NavbarSimple to allow links to be left-aligned (PR 618)

Fixed

  • Fixed bug in Spinner component that meant spinner_style prop was not correctly applied to the spinner. (PR 578)

Changed

  • Updated behaviour of Input with type="number" to match behaviour in dash-core-components. If an invalid input is entered (i.e. one outside the range of min / max or with an invalid step) the component passes the value None to callbacks for the first invalid input, then doesn't fire again until a valid input is entered. PR 626)
dash-bootstrap-components - Release 0.12.2

Published by github-actions[bot] over 3 years ago

Fixed

  • Fix issue with nested Progress bars(PR 573)
dash-bootstrap-components - Prerelease 0.12.2-rc1

Published by github-actions[bot] over 3 years ago

Fixed

  • Fix issue with nested Progress bars(PR 573)
dash-bootstrap-components - Release 0.12.1

Published by github-actions[bot] over 3 years ago

Added

  • Adds required property to Input and Select (PR 552)
  • Added debounce and show_initially props to Spinner. debounce can be used to add a time delay to prevent the spinner from dismissing immediately when its children have finished loading. This can help reduce flickering. show_initially can be used to ensure that the spinner is initially showing when the app starts up to prevent flickering when initial callbacks fire. (PR 561)
  • Added name and value props to Button, can be used to send additional data with form submissions. (PR 565)

Fixed

  • Fix toggle property of DropdownMenuItem which can be used to prevent the parent DropdownMenu from dismissing when that item is clicked on (PR 554)
dash-bootstrap-components - Prerelease 0.12.1-rc1

Published by github-actions[bot] over 3 years ago

Added

  • Adds required property to Input and Select (PR 552)
  • Added debounce and show_initially props to Spinner. debounce can be used to add a time delay to prevent the spinner from dismissing immediately when its children have finished loading. This can help reduce flickering. show_initially can be used to ensure that the spinner is initially showing when the app starts up to prevent flickering when initial callbacks fire. (PR 561)
  • Added name and value props to Button, can be used to send additional data with form submissions. (PR 565)

Fixed

  • Fix toggle property of DropdownMenuItem which can be used to prevent the parent DropdownMenu from dismissing when that item is clicked on (PR 554)
dash-bootstrap-components - Release 0.12.0

Published by github-actions[bot] over 3 years ago

Added

  • Adds a new trigger property to Popover, allowing it to be used without writing callbacks if desired (PR 531)
  • Exposes download prop on Button (PR 528)

Fixed

  • Restore default colours in Alert and Badge components (PR 542)

Changed

  • Adds visibility:hidden to Fade when content is faded so that tooltips do not appear on faded content (PR 535, PR 537)
dash-bootstrap-components - Prerelease 0.12.0-rc3

Published by github-actions[bot] over 3 years ago

Added

  • Adds a new trigger property to Popover, allowing it to be used without writing callbacks if desired (PR 531)
  • Exposes download prop on Button (PR 528)

Fixed

  • Restore default colours in Alert and Badge components (PR 542)

Changed

  • Adds visibility:hidden to Fade when content is faded so that tooltips do not appear on faded content (PR 535, PR 537)
dash-bootstrap-components - Prerelease 0.11.4-rc3

Published by github-actions[bot] over 3 years ago

This pre-release adds some additional styling to Fade, ensuring tooltips on
faded elements do not appear.

dash-bootstrap-components - Prerelease 0.11.4-rc1

Published by github-actions[bot] over 3 years ago

Includes download prop for Button component added in #528

dash-bootstrap-components - Release 0.11.3

Published by github-actions[bot] over 3 years ago

This version marks the first release of dash-bootstrap-components for Julia. There are no changes in functionality.

Package Rankings
Top 1.18% on Pypi.org
Top 6.5% on Npmjs.org
Top 8.91% on Conda-forge.org
Top 12.32% on Juliahub.com