-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ariakit to 0.3.3 #54818
Update ariakit to 0.3.3 #54818
Conversation
Size Change: +1.42 kB (0%) Total Size: 1.62 MB
ℹ️ View Unchanged
|
c264056
to
a192e7b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Flaky tests detected in dd5d498. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/6311437034
|
Warning: Type of PR label error To merge this PR, it requires exactly 1 label indicating the type of PR. Other labels are optional and not being checked here.
Read more about Type labels in Gutenberg. |
What?
Update
@ariakit/react
from version0.2.12
to the (currently latest) version0.3.3
Why?
To benefit from the latest additions (eg. providers) and bug fixes (eg. better interactions between
Menu
and third-party modals)How?
I manually updated
packages/components/package.json
, and then rannpm install
.Testing Instructions
From the release notes, the only breaking changes affect the
useSelectStore
,useMenuStore
anduseComboboxStore
hooks, none of which are currently used in the project.We should make sure that components using ariakit are still working as expected in Storybook and the editor:
TabPanel
ToggleGroupControl
Toolbar
Tooltip