Releases: react/react-native
0.68.0-rc.0
To test it, run:
npx react-native init RN068RC0 --version 0.68.0-rc.0
Please be aware that with 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.1
A patch release including fixes to unblock Detox and Android JSC builds
- Remove alert's window when call to
hide. (a46a99e120 by @asafkorem) - Do not remove libjscexecutor.so from release builds (574a773f8f by @cortinico)
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.67.0
0.67 stable is out!
This release includes 385 commits with 75 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.67.0-rc.6
We are aiming for this to be our candidate for stable. We aim to promote 0.67.0-rc.6 to stable in the first half of January 2022.
- (iOS) Fix M1 build error when pod has no IPHONEOS_DEPLOYMENT_TARGET 9cd4092
To test it, run
npx react-native init RN067RC6 --version 0.67.0-rc.6You 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.66.4
Fixes for iOS:
- Revert "Fix Deadlock in RCTi18nUtil (iOS) (#31032)" 70ddf46
- Pick Fix post_install_workaround downgrading development targets: a4a3e67
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.67.0-rc.5
We are aiming for this to be our candidate for stable (🤞)
- Revert Hermes 0.10 due to facebook/hermes#649
- Fix post_install_workaround downgrading development targets 87592fb
- Picks related to automating releases on CircleCI
To test it, run
npx react-native init RN067RC5 --version 0.67.0-rc.5You 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.
v0.67.0-rc.4
Updated pre-release with some fixes and Hermes 0.10
- Hermes 0.10 for iOS: 040e72e, Hermes 0.10 for Android: 1d6af14
- Revert f3fe7a0 as it breaks EXTRA_PACKAGER_ARGS on iOS
- Revert "Fix Deadlock in RCTi18nUtil (iOS) (#31032)" 70ddf46
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.67.0-rc.3
This release picks some fixes that were also picked on 0.66.3
- Rename deprecated
Keyboard.removeEventListenertoKeyboard.removeListener. (8880c09076 by @yungsters) - Revert changes in Jest preprocessor to fix tests in external projects (142090a5f3fa7 by @rubennorte)
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.
v0.66.3
This release contains a set of improvements to the script we use for npm releases; aside from it:
- Rename deprecated
Keyboard.removeEventListenertoKeyboard.removeListener. (8880c09076 by @yungsters) - Revert changes in Jest preprocessor to fix tests in external projects (142090a5f3fa7 by @rubennorte)
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.
v0.66.2
0.66.2 is out with some fixes:
Fixed
- Compare the LogBoxData ignorePatterns with the right code (a950634 by @wiseqingyang)
- [iOS] Fix logbox window capturing touch events (72ea0e1 by @paddlefish)
- Commit generated codegen files as a temporary workaround for devX issue with
yarn installremoving codegen assets. Proper fix coming in later. (5f7deb5 by @kelset)
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.