ariakit@2.0.0-next.28
Pre-release
Pre-release
·
4770 commits
to main
since this release
Minor Changes
-
The
hiddenprop passed toDialogis now inherited by the internalDialogBackdropcomponent. (#1387)Before, if we wanted to pass
hidden={false}to both the dialog and the backdrop components, we would have to do this (still works):<Dialog hidden={false} backdropProps={{ hidden: false }} />
Now, the
backdropPropsis not necessary anymore:<Dialog hidden={false} />
Patch Changes
-
Fixed
ComboboxPopoverbeing shown on right clicks on the combobox input. (#1371) -
Fixed
Commandcomponent not being clicked when using the keyboard on Firefox when it's rendered as asummaryelement. (#1392) -
Fixed
Dialogand derived dialog components not hiding when dragging elements outside it. (#1378) -
Fixed
SelectPopoverbeing shown on right clicks on the select button. (#1371) -
Updated dependencies:
ariakit-utils@0.17.0-next.19.