-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat!: react 19 support #2368
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
Merged
Merged
feat!: react 19 support #2368
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
e4fb14c
chore(deps): update to react 19
df8f164
refactor: impact of the upgrade to React 19
82f171e
chore(deps): update fiber and drei to match react 19
dc46b7b
chore: removed unused '@ts-expect-error' directive
9876a1b
refactor: update context creation
3434525
chore(deps): update react and react dom
f15dbf1
refactor: revert null to undefined
c5ced33
update: rebase @keriancap work
d662abf
update(doc): install instruction for react < 19
9ba05e1
chore(deps)!: update to react 19
5203954
doc: add a breaking change section
c7d6089
fix: multiple react version due to dependance tree
92614b7
chore(deps): set broader React version allowance
5b87c6c
wip: filter build
2378880
impact of removing ES output from native target
5e2da35
clean and comment
a769342
remove @types/react-transition-group
fb5d99e
remove allowSyntheticDefaultImports
fa099da
revert unwanted changes
d94ae2c
chore: ci fixes
joshuaellis 3a7bdfa
chore: bump to beta
joshuaellis b0b9922
update(zdog): React 19 incompatibility
9f7d1f6
Update yarn.lock
joshuaellis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,24 @@ | ||
{ | ||
"mode": "pre", | ||
"tag": "beta", | ||
"initialVersions": { | ||
"@react-spring/demo": "1.0.0", | ||
"@react-spring/docs": "2.0.0", | ||
"@react-spring/animated": "9.7.5", | ||
"@react-spring/core": "9.7.5", | ||
"eslint-config-react-spring": "0.0.1", | ||
"@react-spring/parallax": "9.7.5", | ||
"@react-spring/rafz": "9.7.5", | ||
"react-spring": "9.7.4", | ||
"@react-spring/shared": "9.7.5", | ||
"@react-spring/types": "9.7.5", | ||
"@react-spring/konva": "9.7.5", | ||
"@react-spring/native": "9.7.5", | ||
"@react-spring/three": "9.7.5", | ||
"@react-spring/web": "9.7.5", | ||
"@react-spring/zdog": "9.7.5" | ||
}, | ||
"changesets": [ | ||
"proud-socks-refuse" | ||
] | ||
} |
This file contains hidden or 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,16 @@ | ||
--- | ||
'react-spring': major | ||
'@react-spring/animated': major | ||
'@react-spring/parallax': major | ||
'@react-spring/shared': major | ||
'@react-spring/native': major | ||
'@react-spring/core': major | ||
'@react-spring/konva': major | ||
'@react-spring/three': major | ||
'@react-spring/zdog': major | ||
'@react-spring/web': major | ||
'@react-spring/rafz': major | ||
'@react-spring/types': major | ||
--- | ||
|
||
react19 |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.