This release adds no new features but fixes a number of bugs. Please continue to report bugs on our issue tracker!
Fixed
- Open
AccordionItem
s 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 preventedvalid
andinvalid
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 thelegacy
trigger, and fix bug that preventedoffset
andhide_arrow
props from having an effect. (PR 757) - Make
Button
compatible withdash_core_components.ConfirmDialogProvider
(PR 773) - Fixed bug in
Button
that preventedtarget
prop from having an effect (PR 781)