Skip to content

Prerelease 1.0.1-rc4

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Nov 16:22
1fa6f0d

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)