Sourced from react-native's releases.
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
... (truncated)
Sourced from react-native's changelog.
Changelog
v0.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)v0.68.0
Breaking Changes
- CI moved to Node 16. (f1488db109 by
@kelset). This change enforces Node >= 14 for React Native builds.- Bump Android Gradle Plugin to 7.0.1. (272cfe5d13 by
@dulmandakh) This version of Android Gradle plugin enforces JDK 11 for Android builds. Do not upgrade to AGP 7.1 as it is not supported by this version of react-native.- Removed
fallbackResourcefromRCTBundleURLProviderAPI (0912ee179c) by@philIipNew Architecture
If you are interested in enabling the new architecture, please refer to the dedicated documentation.
- Do not include Facebook license on users codegen'd code (450967938a by
@cortinico)Android specific
- Setup a
newArchEnabledproperty to Opt-in the New Architecture in the template (8d652fba4c by@cortinico)iOS specific
- Add fabric option to the default app template. (2e9a376c84 by
@sota000)- Add turbo module support in the default app template. (8ec0e6919c by
@sota000)- Rename the new architecture flag to RCT_NEW_ARCH_ENABLED. (c0c5439959e by
@sota000)Added
... (truncated)
72e1eda [0.68.2] Bump version numbersdfda480 Bump used version of react-native-codegen to 0.0.17a5ddc2e Bump react-native-codegen to 0.0.1762ef6f5 [Main][Windows] Working around Long paths limitation on Windows (#33707)b5f1b26 [0.68.1] Bump version numbers48113b5 Merge pull request #33628 from fortmarek/fix/yarn-lock-gradle-pluginfaaf256 Update yarn.lock with the new react-native-gradle-plugin version387ee70 Use NDK 23 only for Windows users. (#33611)3fd3fe0 react-native-gradle-plugin should not depend on react-native-codegen NPM packagefdd7848 Replaced windowsAwareYarn with windowsAwareCommandLine for node calls (#33530)