Skip to content

Releases: dbc-team/dash-bootstrap-components

Prerelease 1.4.0-rc1

22 Feb 21:28
4b068b8
Compare
Choose a tag to compare
Prerelease 1.4.0-rc1 Pre-release
Pre-release

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!

Prerelease 1.3.2-rc1

17 Feb 22:30
e57419f
Compare
Choose a tag to compare
Prerelease 1.3.2-rc1 Pre-release
Pre-release

This is a patch release of dash-bootstrap-components. This version contains bug fixes but no new features. Please continue to report problems on our issue tracker.

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)

Release 1.3.1

29 Jan 21:18
234c01a
Compare
Choose a tag to compare

This is a patch release of dash-bootstrap-components. This version contains bug fixes but no new features. Please continue to report problems on our issue tracker.

Fixed

  • Fixed an issue where pylint would fail to recognise dbc.Table.from_dataframe (PR 926)
  • Simpler implementation of deprecation warnings made possible by Python 3.6 deprecation (PR 928)

Prerelease 1.3.1-rc1

05 Jan 21:45
a128c0e
Compare
Choose a tag to compare
Prerelease 1.3.1-rc1 Pre-release
Pre-release

This is a patch release of dash-bootstrap-components. This version contains bug fixes but no new features. Please continue to report problems on our issue tracker.

Fixed

  • Fixed an issue where pylint would fail to recognise dbc.Table.from_dataframe (PR 926)

Release 1.3.0

28 Dec 20:26
5203d6f
Compare
Choose a tag to compare

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.

Prerelease 1.3.0-rc1

28 Dec 14:21
057b50a
Compare
Choose a tag to compare
Prerelease 1.3.0-rc1 Pre-release
Pre-release

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)

Release 1.2.1

31 Jul 16:32
730c6fe
Compare
Choose a tag to compare

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)

Prerelease 1.2.1-rc1

31 Jul 15:29
138e182
Compare
Choose a tag to compare
Prerelease 1.2.1-rc1 Pre-release
Pre-release

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)

Release 1.2.0

29 Jun 13:54
e0dc34a
Compare
Choose a tag to compare

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)

Prerelease 1.2.0-rc3

29 Jun 13:40
4f13adb
Compare
Choose a tag to compare
Prerelease 1.2.0-rc3 Pre-release
Pre-release

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)