Releases: react/react-native
Release list
0.59.2
This is a patch fix release addressing regressions, crashes, and a few developer-experience pain points. Thanks everyone who contributed code or participated in the discussion for cherry-picking commits.
Fixed
Android specific
- Crash on pre-26 Android devices when setting TextInput content type (7263a77 by @hramos)
- Crash when scroll to index 0 in a SectionList (699fad7 by @danilobuerger)
- Switch's
trackColorbeing reset when toggled (4260907 and becc154 by @dulmandakh and @ejanzer)
iOS specific
- ScrollView offset out of content size (f6516d2 by @zhongwuzw)
- RefreshControl state's race condition (6aca514 by @rostislav-simonik)
- Start Metro packager from project root (392b084 by @MatthieuLemoine)
- TextInputs that are single-line reverting to default text (a38dc73 by @PeteTheHeat)
Changed
Android specific
- Add TLS 1.3 support to all Android versions using Conscrypt; to use this, you must add
implementation('org.conscrypt:conscrypt-android:2.0.0')tobuild.gradle(fab86ee by @dulmandakh) - Turn off Metro JS Deltas by default for Android (3f1d2b0 by @PeteTheHeat)
You can find the whole changelog history over at react-native-releases.
0.59.1
This is a small patch release that addresses two critical issues from the 0.59.0 release.
Thanks everyone who contributed code or participated in the discussion for cherry-picking commits - you can participate in the decision process for the next patch release here.
Fixed
Android specific
iOS specific
- Build error warning of Text module (000119d by @zhongwuzw)
You can find the whole changelog history over at react-native-releases.
0.59.0
Welcome to the stable release of 0.59🚀
Some of the major changes that this version brings:
- React Hooks 🎣
- the CLI is extracted to this repository
- quite a few new deprecated Components
- a whole lot of QoL improvements on the native Android side (64 bits support via a new JSC, AppCompatActivity, etc) - some of which will be Breaking Changes (for brownfield apps) 💥
For a more complete picture on all the changes, you can read more in the dedicated blog post. Thanks to those who participated in the release candidate phase - and obviously to those who contributed with PRs to make this release possible 🤗
If you're interested in helping evaluate our next release (0.60), subscribe to the dedicated issue here.
Or you can participate to the decision process for the next patch release (0.59.1) here.
You can find the full 0.59.0 commit-by-commit history, plus the whole changelog over at react-native-releases.
0.58.6
This release is fairly small, as we approach stable status for 0.59.
Thanks everyone who contributed code or participated in the discussion for cherry-picking commits - you can participate in the decision process for the next patch release here.
Fixed
Android specific
iOS specific
- Map TextInput textContentType strings to Objective-C constants (#22611) (2d56e06 by @levibuzolic)
- Don't reconnect inspector if connection refused (#22625) (82c84c5 by @msand)
You can find the whole changelog history over at react-native-releases.
v0.59.0-rc.3
THIS IS A RELEASE CANDIDATE: this means it's not stable yet.
Please refrain from upgrading from now, unless you want to collaborate in testing it to make sure that 0.59.0 will be fully stable - which would be super useful 🤗
To test it, run react-native init RN059 --version react-native@next 🚢
Some of the major changes that this version will bring:
- React Hooks 🎣
- the CLI is extracted to this repository
- quite a few new deprecated Components
- a whole lot of QoL improvements on the native Android side (64 bits support via a new JSC, AppCompatActivity, etc) - some of which will be Breaking Changes (for brownfield apps) 💥
(once we reach stable we will create the full changelog, these are only a few highlights)
You can refer to this issue for updates on the RC status, and you can post there your bug reports.
If you feel particularly brave: you'll find a new metro.config.js in your App template: https://github.com/facebook/react-native/blob/0.59-stable/template/metro.config.js#L12-L13
turn the two flags to true which may bring significant perf improvements. Here is a basic explanation of inline requires/imports.
You can find the whole changelog history over at react-native-releases.
For differences from v0.59.0-rc.2, see this list of commits
0.58.5
This release resolves a few bugs and includes a few improvements, listed below.
Thanks everyone who contributed code or participated in the discussion for cherry-picking commits - you can participate in the decision process for the next patch release here.
Removed
Fixed
- Fixes capitalized I's when emojiis are present after the text being edited. (#21951) (a4f8820 by @dchersey)
- Fix broken jsiexecutor search path. (#23274) (519ad8c by @amccarri)
- Fix duplicate symbols linker error in xcodeproj (#23284) (805e4fe by @tyrone-sudeium)
- apply Network Security Config file (fixes #22375) (part 2 of #23105) (#23135) (b5270e8 by @Salakar)
- Fix crash for web socket in some race conditions (#22439) (0fc2392 by @zhongwuzw)
iOS specific
Security
Android specific
- improve Android Network Security config (#23429) (fbd31c5 by @dulmandakh)
You can find the whole changelog history over at react-native-releases.
v0.59.0-rc.2
THIS IS A RELEASE CANDIDATE: this means it's not stable yet.
Please use latest release candidate.
You can find the whole changelog history over at react-native-releases.
v0.59.0-rc.1
THIS IS A RELEASE CANDIDATE: this means it's not stable yet.
Please use latest release candidate.
You can find the whole changelog history over at react-native-releases.
0.59.0-rc.0
THIS IS A RELEASE CANDIDATE: this means it's not stable yet.
Please use latest release candidate.
You can find the whole changelog history over at react-native-releases.
0.58.4
This release resolves a few bugs and includes a few improvements, listed below.
Thanks everyone who contributed code or participated in the discussion for cherry-picking commits - you can participate in the decision process for the next patch release here.
Added
Android specific
Changed
Android specific
- bump soloader to
0.6.0(e1694ee by @dulmandakh)
Removed
Fixed
Android specific
iOS specific
- fix incorrect type which makes animated gifs not loop forever on device (#22987) (5e87547 by @chrisnojima)
- Fixes for running the simulator (9a8c959 by @osunnarvik), (98bcfe0 by @cpojer) and (8bddcb6 by @cpojer)
You can find the whole changelog history over at react-native-releases.