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 - Release 1.3.0

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

Version 1.3.0 of dash-bootstrap-components. This version contains a number of new features, updates, and bug fixes. Please continue to report problems on our issue tracker.

Added

  • Add shorthand syntax for specifying options in Checklist, RadioItems, Select to mimic dash-core-components ((PR 894)
  • Add numbered prop to ListGroup for numbered list group support ((PR 895)
  • Add support for horizontal collapses with horizontal prop in Collapse component ((PR 896)
  • Add new Stack component for vertical layouts ((PR 897)
  • Add new Placeholder component which can be used as a loading component also ((PR 899)
  • Accept Dash components as arguments to DropdownMenu.label, NavbarSimple.brand and Toast.header ((PR 917)
  • Expose rel prop in Button when used as a link ((PR 921)

Fixed

  • Fixed a recursion error that could arise when pickling dash-bootstrap-components (PR 918)
  • Fixed navigation bug when using auto-dismissing Toast ((PR 920)

Changed

  • Update to Bootstrap 5.2.3 ((PR 916)
  • Drop support for Python 3.6 ((PR 913)

Big thank you to @glsdown who implemented many of the new features and bugfixes.

dash-bootstrap-components - Prerelease 1.3.0-rc1

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

This is a release candidate for dash-bootstrap-components 1.2.0

Added

  • Add shorthand syntax for specifying options in Checklist, RadioItems, Select to mimic dash-core-components ((PR 894)
  • Add numbered prop to ListGroup for numbered list group support ((PR 895)
  • Add support for horizontal collapses with horizontal prop in Collapse component ((PR 896)
  • Add new Stack component for vertical layouts ((PR 897)
  • Add new Placeholder component which can be used as a loading component also ((PR 899)
  • Accept Dash components as arguments to DropdownMenu.label, NavbarSimple.brand and Toast.header ((PR 917)
  • Expose rel prop in Button when used as a link ((PR 921)

Fixed

  • Fixed a recursion error that could arise when pickling dash-bootstrap-components (PR 918)
  • Fixed navigation bug when using auto-dismissing Toast ((PR 920)

Changed

  • Update to Bootstrap 5.2.3 ((PR 916)
  • Drop support for Python 3.6 ((PR 913)
dash-bootstrap-components - Release 1.2.1

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

Version 1.2.1 of dash-bootstrap-components. This is a patch release containing bug fixes but no new features.

Fixed

  • Suppress console errors originating from DropdownMenu (PR 878) - thank you @schmijos for the contribution!
  • Allow DropdownMenu toggle to be rendered as a link (PR 884)
dash-bootstrap-components - Prerelease 1.2.1-rc1

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

This is a pre-release candidate for version 1.2.1 of dash-bootstrap-components. This is a patch release containing bug fixes but no new features.

Fixed

  • Suppress console errors originating from DropdownMenu (PR 878)
  • Allow DropdownMenu toggle to be rendered as a link (PR 884)
dash-bootstrap-components - Release 1.2.0

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

This is version 1.2.0 of dash-bootstrap-components.

Added

  • Tooltip can now be shown and hidden from callbacks via the new is_open prop (PR 861)
  • Added trigger prop to Tooltip which behaves like trigger prop of Popover, allowing users to control what causes the tooltip to show (PR 861)
  • Added fade prop to Tooltip, which behaves like fade prop of Alert, allowing users to control whether the tooltip shows and hides with a fade animation or not ((PR 861)
  • Add persistence prop to Alert, Carousel, Popover, Toast ((PR 872)

Fixed

  • Fixed bug in Textarea. Now setProps is called with the correct value when debounce=True on blur and submit event (PR 858)
  • zindex / zIndex argument in Modal is now applied correctly (PR 869)
  • Popover displays on start-up when default value of is_open is True ((PR 872)
dash-bootstrap-components - Prerelease 1.2.0-rc3

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

This is a release candidate for dash-bootstrap-components 1.2.0

Added

  • Tooltip can now be shown and hidden from callbacks via the new is_open prop (PR 861)
  • Added trigger prop to Tooltip which behaves like trigger prop of Popover, allowing users to control what causes the tooltip to show (PR 861)
  • Added fade prop to Tooltip, which behaves like fade prop of Alert, allowing users to control whether the tooltip shows and hides with a fade animation or not ((PR 861)
  • Add persistence prop to Alert, Carousel, Popover, Toast ((PR 872)

Fixed

  • Fixed bug in Textarea. Now setProps is called with the correct value when debounce=True on blur and submit event (PR 858)
  • zindex / zIndex argument in Modal is now applied correctly (PR 869)
  • Popover displays on start-up when default value of is_open is True ((PR 872)
dash-bootstrap-components - Prerelease 1.2.0-rc2

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

This is a release candidate for dash-bootstrap-components 1.2.0

Added

  • Tooltip can now be shown and hidden from callbacks via the new is_open prop (PR 861)
  • Added trigger prop to Tooltip which behaves like trigger prop of Popover, allowing users to control what causes the tooltip to show (PR 861)
  • Added fade prop to Tooltip, which behaves like fade prop of Alert, allowing users to control whether the tooltip shows and hides with a fade animation or not ((PR 861)

Fixed

  • Fixed bug in Textarea. Now setProps is called with the correct value when debounce=True on blur and submit event (PR 858)
  • zindex / zIndex argument in Modal is now applied correctly (PR 869)
dash-bootstrap-components - Prerelease 1.2.0-rc1

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

This is a release candidate for dash-bootstrap-components 1.2.0

Added

  • Tooltip can now be shown and hidden from callbacks via the new is_open prop (PR 861)
  • Added trigger prop to Tooltip which behaves like trigger prop of Popover, allowing users to control what causes the tooltip to show (PR 861)
  • Added fade prop to Tooltip, which behaves like fade prop of Alert, allowing users to control whether the tooltip shows and hides with a fade animation or not ((PR 861)

Fixed

  • Fixed bug in Textarea. Now setProps is called with the correct value when debounce=True on blur and submit event (PR 858)
dash-bootstrap-components - Prerelease 1.1.1-rc1

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

This is a patch release candidate for dash-bootstrap-components

Fixed

  • Fixed bug in Textarea. Now setProps is called with the correct value when debounce=True on blur and submit event (PR 858)
dash-bootstrap-components - Release 1.1.0

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

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

Added

  • Add readonly prop to Input component (PR 833)
  • Add always_open prop to Accordion. When set to True, opening one section of the accordion does not close any currently open sections (PR 840)
  • dash-bootstrap-components now explicitly supports Python 3.10 (PR 841)

Fixed

  • Allow arbitrary colors to be passed to color prop of Progress (PR 835)
  • contentClassName in Modal has been fixed, previously it was not passing the class names on to the relevant elements (PR 839)
  • Select can now be cleared by returning None from a callback (PR 842)

Changed

  • Updated CDN links for FontAwesome and Bootstrap Icons in the icons submodule. FontAwesome now uses version 6.1.1, Bootstrap Icons uses version 1.8.1 (PR 837)
dash-bootstrap-components - Prerelease 1.1.0-rc1

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

This is a release candidate for version 1.1.0.

Added

  • Add readonly prop to Input component (PR 833)
  • Add always_open prop to Accordion. When set to True, opening one section of the accordion does not close any currently open sections (PR 840)
  • dash-bootstrap-components now explicitly supports Python 3.10 (PR 841)

Fixed

  • Allow arbitrary colors to be passed to color prop of Progress (PR 835)
  • contentClassName in Modal has been fixed, previously it was not passing the class names on to the relevant elements (PR 839)
  • Select can now be cleared by returning None from a callback (PR 842)

Changed

  • Updated CDN links for FontAwesome and Bootstrap Icons in the icons submodule. FontAwesome now uses version 6.1.1, Bootstrap Icons uses version 1.8.1 (PR 837)
dash-bootstrap-components - Release 1.0.3

Published by tcbegley over 2 years ago

This is a patch release that fixes a few bugs. Please continue to report any bugs on our issue tracker!

Fixed

  • Set cursor: pointer on tabs that aren't disabled (PR 801)
  • Ensure no caret is rendered when caret=False in DropdownMenu (PR 804)
dash-bootstrap-components - Prerelease 1.1.0-b1

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

This is a beta release of version 1.1.0.

Added

  • Add readonly prop to Input component (PR 833)

Fixed

  • Allow arbitrary colors to be passed to color prop of Progress (PR 835)
dash-bootstrap-components - Prerelease 1.0.3-rc3

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

This is a patch release that fixes a few bugs. Please continue to report any bugs on our issue tracker!

Fixed

  • Set cursor: pointer on tabs that aren't disabled (PR 801)
  • Ensure no caret is rendered when caret=False in DropdownMenu (PR 804)
dash-bootstrap-components - Prerelease 1.0.3-rc2

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

This is a patch release that fixes a few bugs. Please continue to report any bugs on our issue tracker!

Fixed

  • Set cursor: pointer on tabs that aren't disabled (PR 801)
  • Ensure no caret is rendered when caret=False in DropdownMenu (PR 804)
dash-bootstrap-components - Prerelease 1.0.3-rc1

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

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

Fixed

  • Set cursor: pointer on tabs that aren't disabled (PR 801)
dash-bootstrap-components - Release 1.0.2

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

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)
dash-bootstrap-components - Prerelease 1.0.2-rc1

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

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

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

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)
dash-bootstrap-components - Prerelease 1.0.1-rc4

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

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)
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