Releases: react/react-native
0.69.0-rc.0
To test it, run:
npx react-native init RN069RC0 --version 0.69.0-rc.0
You can participate in the conversation on the status of this release in the working group.
To help you upgrade to this version, you can use the upgrade helper ⚛️
See changes from this release in the changelog PR
0.68.1
Changed
Android specific
- Bump React Native Gradle plugin to 0.0.6 (9573d7b84d by @cortinico)
- Don't require yarn for codegen tasks (d5da70e17e by @danilobuerger)
Fixed
- Fix dynamic_cast (RTTI) by adding key function to ShadowNodeWrapper and related classes (58a2eb7f37 by @kmagiera)
- Pin use-subscription to < 1.6.0 (5534634892 by @danilobuerger)
Android specific
- Use NDK 23 only for Windows users. (e48a580080 by @cortinico)
- Improve support for Android users on M1 machine (4befd2a29c by @cortinico)
- Template: Specify abiFilters if enableSeparateBuildPerCPUArchitecture is not set. (5dff920177 by @cortinico)
- Fix for building new architecture sources on Windows (5a8033df98 by @mganandraj)
You can participate in the conversation on the status of this release at this discussion
To help you upgrade to this version, you can use the upgrade helper ⚛️
You can find the whole changelog history in the changelog.md file.
0.68.0
0.68 stable is out!
This release includes 614 commits by 68 contributors! Thank you to all our contributors new and old! You can find the full changelog here.
- See the highlights of the release in our release blog post.
- You can participate in the conversation on the status of this release at this issue.
- You can upgrade to this version using the upgrade helper webtool ⚛️
0.68.0-rc.4
Includes fixes to Flipper setup on iOS.
To test it, run:
npx react-native init RN068RC4 --version 0.68.0-rc.4
Please be aware that with 0.68, JDK 11 is required for Android compilation.
You can participate in the conversation on the status of this release in the working group discussion.
To help you upgrade to this version, you can use the upgrade helper ⚛️
See changes from this release in the changelog PR
0.67.4
Fixed
Android specific
- Added a null check to native.value in Switch to fix #32594 (8d50bf1133 by @jonathanmos)
You can participate in the conversation on the status of this release at this discussion
To help you upgrade to this version, you can use the upgrade helper ⚛️
You can find the whole changelog history in the changelog.md file.
0.68.0-rc.3
Includes improvements to the new architecture setup on Android and iOS, as well as dependency fixes for maccatalyst.
To test it, run:
npx react-native init RN068RC3 --version 0.68.0-rc.3
Please be aware that with 0.68, JDK 11 is required for Android compilation.
You can participate in the conversation on the status of this release in the working group discussion.
To help you upgrade to this version, you can use the upgrade helper ⚛️
See changes from this release in the changelog PR
0.68.0-rc.2
Includes improvements to the new architecture setup on Android and backported fixes from 0.67.3.
To test it, run:
npx react-native init RN068RC2 --version 0.68.0-rc.2
Please be aware that with 0.68, JDK 11 is required.
You can participate in the conversation on the status of this release in the working group discussion.
To help you upgrade to this version, you can use the upgrade helper ⚛️
See changes from this release in the changelog PR
0.67.3
Fixed
Android specific
- Text with adjustsFontSizeToFit changes the text layout infinitely (c1db41f060)
iOS specific
- Fix a broken input for the Korean alphabet in TextInput (1a83dc36ce by @bernard-kms)
You can participate in the conversation on the status of this release at this discussion
To help you upgrade to this version, you can use the upgrade helper ⚛️
You can find the whole changelog history in the changelog.md file.
0.68.0-rc.1
Notable changes:
- Bump RN CLI to v7, and Metro to 67 (848ba6fb1d by @kelset)
- Added DoNotStripAny proguard rules (48318b1542 by @ShikaSD)
- Do not bundle libhermes.so or libjsc.so inside the React Native Android AAR (fa85417179 by @cortinico)
- Fix potential crash if ReactRootView does not have insets attached. (6239e2f5ce by @enahum) - picked from 0.67.2
To test it, run:
npx react-native init RN068RC1 --version 0.68.0-rc.1
Please be aware that with 0.68, JDK 11 is required.
You can participate in the conversation on the status of this release in the working group discussion.
To help you upgrade to this version, you can use the upgrade helper ⚛️
See changes from this release in the changelog PR
0.67.2
Fixed
- Fix error "mockModal is not a function" (507b05f4c0 by @AntoineDoubovetzky)
Android specific
- Fix potential crash if ReactRootView does not have insets attached. (6239e2f5ce by @enahum)
- Upgrading OkHttp from 4.9.1 to 4.9.2 to fix CVE-2021-0341. (e896d21 by @owjsub)
iOS specific
- Fix
Time.hpatch not being applied when runningpod install --project-directory=ios(60cef850bd by @tido64) - Find-node.sh now respects .nvmrc (35bcf934b1 by @igrayson)
You can participate in the conversation on the status of this release at this discussion
To help you upgrade to this version, you can use the upgrade helper ⚛️
You can find the whole changelog history in the changelog.md file.