Sourced from react-native's releases.
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 https://github.com/facebook/react-native/commit/9cd40923362ff717a722f8f36c8250a29a5142b7
To test it, run
npx react-native init RN067RC6 --version 0.67.0-rc.6
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
- Revert Hermes on iOS: https://github.com/facebook/react-native/commit/a510c2733fe6fad95e346195f7e5292aac498370
... (truncated)
Sourced from react-native's changelog.
v0.67.1
Fixed
Android specific
- Do not remove libjscexecutor.so from release builds (574a773f8f by
@cortinico)iOS specific
- Remove alert's window when call to
hide. (a46a99e120 by@asafkorem)v0.67.0
Added
Android specific
- Add
ACCESS_MEDIA_LOCATIONpermission to PermisionsAndroid library. (79db483568 by@Skrilltrax)- Implement
SnapToAlignmentinReactScrollView(e774c037bc),ReactScrollViewManager(c6e5640e87),ReactHorizontalScrollView(b12256394e),ReactHorizontalScrollViewManager(deec1db9fd) and updateScrollView.js(a54cfb9e57) and reach parity with iOS (04184ef851) by@mdvacca- Show Redbox for C++ errors. (d6c879edba by
@sota000)- Added an experimental touch dispatch path (a2feaeb5f1 by
@ShikaSD)iOS specific
- Added
cancelButtonTintColorprop forActionSheetIOSto change only the text color of the cancel button (01856633a1 by@nomi9995)- Added
LSApplicationQueriesSchemesin info.plist with entries tel, telprompt, http, fb, geo (b26f277262 by@utkarsh-dixit)- Add
UIAccessibilityTraitUpdatesFrequentlyto progressBar role (1a42bd6e97 by@jimmy623)- Add
asdf-vmsupport infind-node.sh(3e7c310b1d by@pastleo)Changed
ImageBackgroundnow respectsimageStylewidth and height (dbd5c3d8e5 by@Naturalclar)- Rename deprecated
Keyboard.removeEventListenertoKeyboard.removeListener. (8880c09076 by@yungsters)- Update
Modal's mock to not render its children when it is not visible (ec614c16b3 by@AntoineDoubovetzky)- Upgraded
react-devtools-coredependency to 4.19.1 (356236471a by@jstejada)- React-native/normalize-color now supports Node.js (65e58f26e1 by
@yungsters)- Updated to Contributor Covenant v2.1 (19f8d2f7da)
Android specific
- Hermes initialization will no longer need an explicit configuration. (a40f973f58 by
@Ashoat)- Setting
overflow: scrollin View component style will clip the children in the View container (93beb83abe by@ryancat)- Native views backing
Animated.View(w/ JavaScript-driven animations) will no longer be flattened; this should be a transparent change. (4fdbc44ab5 by@yungsters)- Use new Locale API on Android 11 (API 30)+ (b7c023a8c1)
- Changed
react.gradledetectCliPathfunction logic forcliPathcase (ce51b62494 by@vitalyiegorov)- Remove
"high"and"balanced"as values forandroid_hyphenationFrequencyonText(a0d30b848a)- Bump Gradle version to 7.2, Bump Kotlin version to 1.5.31 (9ae3367431 by
@svbutko)- Move mavenCentral repo below local paths (046b02628d by
@friederbluemle)iOS specific
- Optimized font handling for iOS (4ac42d88ef by
@Adlai-Holler)
... (truncated)
25f3d31 [0.67.1] Bump version numbers96ad60e Do not remove libjscexecutor.so from release builds (#32932)218b4c1 fix(iOS): remove alert's window when call to hide. (#32833)857dbd9 [0.67.0] Bump version numbers900af2b TODO dummy commit842aac5 Update bump-oss-version.js to guide releaser through release actions (#32769)a59141f Update comments in publish-npm and leverage isTaggedLateste7296d6 Remove usages of bump-oss-version from generated scripts6fc004e Use tag to set publish version (#32757)c3aa86b [0.67.0-rc.6] Bump version numbers