-
Notifications
You must be signed in to change notification settings - Fork 918
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Access ref from props before element.ref * Apply ref access fix to presence component * adding react 19 to peer deps * Upgrade to React 18.3.1 * Add missing React 19 peer deps * Remove propTypes * Update ReactDOM usage * yarn * Upgrade to React 19 and access refs in a backwards compatible way * Recover Storybook * Remove an outdated type * Suppress a type error, tweak formatting * Track version changes * Don't throw in render, just log the error * Update and upgrade tests * Roll back tests deps changes * ^ in react version affects tests? * Upgrade testing-library and wrap FocusScope tests in act * Upgrade @testing-library/react to 16.0 * Of cooooourse * Remove unnecessary changes * Refine getElementRef * Upgrade start-server-and-test * Flaky cypress test? * Remove unnecessary changes --------- Co-authored-by: Chung Wei <[email protected]> Co-authored-by: Ben Hammond <[email protected]>
- Loading branch information
1 parent
af1e3b4
commit 06de2d4
Showing
105 changed files
with
4,044 additions
and
4,264 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
releases: | ||
"@radix-ui/react-accessible-icon": patch | ||
"@radix-ui/react-accordion": patch | ||
"@radix-ui/react-alert-dialog": patch | ||
"@radix-ui/react-announce": patch | ||
"@radix-ui/react-arrow": patch | ||
"@radix-ui/react-aspect-ratio": patch | ||
"@radix-ui/react-avatar": patch | ||
"@radix-ui/react-checkbox": patch | ||
"@radix-ui/react-collapsible": patch | ||
"@radix-ui/react-collection": patch | ||
"@radix-ui/react-compose-refs": patch | ||
"@radix-ui/react-context": patch | ||
"@radix-ui/react-context-menu": patch | ||
"@radix-ui/react-dialog": patch | ||
"@radix-ui/react-direction": patch | ||
"@radix-ui/react-dismissable-layer": patch | ||
"@radix-ui/react-dropdown-menu": patch | ||
"@radix-ui/react-focus-guards": patch | ||
"@radix-ui/react-focus-scope": patch | ||
"@radix-ui/react-form": patch | ||
"@radix-ui/react-hover-card": patch | ||
"@radix-ui/react-id": patch | ||
"@radix-ui/react-label": patch | ||
"@radix-ui/react-menu": patch | ||
"@radix-ui/react-menubar": patch | ||
"@radix-ui/react-navigation-menu": patch | ||
"@radix-ui/react-popover": patch | ||
"@radix-ui/react-popper": patch | ||
"@radix-ui/react-portal": patch | ||
"@radix-ui/react-presence": minor | ||
"@radix-ui/react-primitive": major | ||
"@radix-ui/react-progress": patch | ||
"@radix-ui/react-radio-group": patch | ||
"@radix-ui/react-roving-focus": patch | ||
"@radix-ui/react-scroll-area": patch | ||
"@radix-ui/react-select": patch | ||
"@radix-ui/react-separator": patch | ||
"@radix-ui/react-slider": patch | ||
"@radix-ui/react-slot": minor | ||
"@radix-ui/react-switch": patch | ||
"@radix-ui/react-tabs": patch | ||
"@radix-ui/react-toast": patch | ||
"@radix-ui/react-toggle": patch | ||
"@radix-ui/react-toggle-group": patch | ||
"@radix-ui/react-toolbar": patch | ||
"@radix-ui/react-tooltip": patch | ||
"@radix-ui/react-use-callback-ref": patch | ||
"@radix-ui/react-use-controllable-state": patch | ||
"@radix-ui/react-use-escape-keydown": patch | ||
"@radix-ui/react-use-layout-effect": patch | ||
"@radix-ui/react-use-previous": patch | ||
"@radix-ui/react-use-rect": patch | ||
"@radix-ui/react-use-size": patch | ||
"@radix-ui/react-visually-hidden": patch | ||
|
||
declined: | ||
- primitives | ||
- ssr-testing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.