Skip to content

Release 1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jun 13:54
e0dc34a

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)