Changelog History
Page 2
-
v0.62.1 Changes
April 03, 2020π This release fixes a YellowBox regression in v0.62.0 where the Flipper network inspector causes YellowBox to crash the app due to using base64 images.
π You can view the complete changelog here.
π You can participate in the conversation for the next patch release in the dedicated issue.
β¬οΈ To help you upgrade to this version, you can use the new upgrade helper βοΈ
π You can find the whole changelog history over at
react-native-releases
. -
v0.62.0 Changes
March 26, 20200.62.0
π± 0.62 stable is here π
π± Thanks to everyone who contributed and helped to get this together, everyone worked really hard and we hope you are as excited as we are π€
Some of the major changes that this version brings:
- π Flipper support
- a new LogBox experience
- π better dark mode support
Among many others - please refer to the blog post for more details.
π This release comes in the midst of a global pandemic. Weβre releasing this version today to respect the work of hundreds of contributors who made this release possible and to prevent the release from falling too far behind master. You can participate in the conversation on the status of this release at this issue, but please be mindful of the reduced capacity of contributors to help with issues and prepare to delay upgrading if necessary.
β¬οΈ You can upgrade to this version using the upgrade helper webtool βοΈ
β¬οΈ And if you are having troubles, please refer to the new Upgrade Support repository by our awesome community.
π You can find the whole changelog history over at
react-native-releases
. -
v0.62.0-rc.5 Changes
March 07, 2020THIS IS A RELEASE CANDIDATE : this means it's not stable yet, so proceed with care.
π Please only upgrade or create new apps with
0.62.0-rc.5
if you'd like to help us test this before the stable release - which would be super useful π€β To test it, run:
npx react-native init RN062 --version 0.62.0-rc.5
This version introduces the new LogBox experience behind a feature flag. To try it out, add the following to your
index.js
file:require('react-native').unstable\_enableLogBox()
π This version also introduces Flipper integration and support for a new version of Hermes (0.4.0). For details and to report issues, see this issue.
π This release will be quite massive (there are around 1200 commits of delta between this version and 0.61!) so we don't have the changelog ready yet (draft PR) - it will be fully ready for when we will publish
0.62.0
.π You can participate in the conversation on the RC status this issue for updates, where you can post your bug reports and cherry-pick suggestions.
π You can find the whole changelog history over at react-native-releases.
-
v0.62.0-rc.4
March 06, 2020 -
v0.62.0-rc.3 Changes
February 25, 2020THIS IS A RELEASE CANDIDATE : this means it's not stable yet, so proceed with care.
π Please only upgrade or create new apps with
0.62.0-rc.3
if you'd like to help us test this before the stable release - which would be super useful π€β To test it, run:
npx react-native init RN062 --version 0.62.0-rc.3
RC3 introduces the new LogBox experience behind a feature flag. To try it out, add the following to your
index.js
file:require('react-native').unstable\_enableLogBox()
π RC3 also introduces Flipper integration and support for a new version of Hermes (0.4.0). For details and to report issues, see this issue.
π This release will be quite massive (there are around 1200 commits of delta between this version and 0.61!) so we don't have the changelog ready yet (draft PR) - it will be fully ready for when we will publish
0.62.0
.π You can participate in the conversation on the RC status this issue for updates, where you can post your bug reports and cherry-pick suggestions.
π You can find the whole changelog history over at react-native-releases.
-
v0.62.0-rc.2 Changes
February 13, 2020THIS IS A RELEASE CANDIDATE : this means it's not stable yet, so proceed with care.
π Please only upgrade or create new apps with
0.62.0-rc.2
if you'd like to help us test this before the stable release - which would be super useful π€β To test it, run:
npx react-native init RN062 --version 0.62.0-rc.2
RC2 introduces the new LogBox experience behind a feature flag. To try it out, add the following to your
index.js
file:require('react-native').unstable\_enableLogBox()
π RC2 also introduces Flipper integration. For details and to report issues, see this issue.
π This release will be quite massive (there are around 1200 commits of delta between this version and 0.61!) so we don't have the changelog ready yet (draft PR) - it will be fully ready for when we will publish
0.62.0
.π You can participate in the conversation on the RC status this issue for updates, where you can post your bug reports and cherry-pick suggestions.
π You can find the whole changelog history over at react-native-releases.
-
v0.62.0-rc.1 Changes
January 21, 2020THIS IS A RELEASE CANDIDATE : this means it's not stable yet, so proceed with care.
π Please only upgrade or create new apps with
0.62.0-rc.1
if you'd like to help us test this before the stable release - which would be super useful π€β To test it, run:
npx react-native init RN062 --version 0.62.0-rc.1
This RC1 introduces the new LogBox experience behind a feature flag: to try it out, add in the
index.js
file:require('react-native').unstable\_enableLogBox()
π We are also aware of some Android and Hermes related issues, keep an eye on the RC status issue to know more - they are still being investigated but will likely be fixed in the next RC.
π This release will be quite massive (there are around 1200 commits of delta between this version and 0.61!) so we don't have the changelog ready yet (draft PR) - it will be fully ready for when we will publish
0.62.0
.π You can participate in the conversation on the RC status this issue for updates, where you can post your bug reports and cherry-pick suggestions.
π You can find the whole changelog history over at react-native-releases.
-
v0.62.0-rc.0 Changes
December 18, 2019THIS IS A RELEASE CANDIDATE : this means it's not stable yet, so proceed with care.
π Please only upgrade or create new apps with
0.62.0-rc.0
if you'd like to help us test this before the stable release - which would be super useful π€β To test it, run:
npx react-native init RN062 --version 0.62.0-rc.0
π This release will be quite massive (there are around 1200 commits of delta between this version and 0.61!) so we don't have the changelog ready yet - it will be fully ready for when we will publish
0.62.0
.π You can participate in the conversation on the RC status this issue for updates, and you can post there your bug reports and cherry-pick suggestions.
π You can find the whole changelog history over at react-native-releases.
-
v0.61.5 Changes
November 23, 2019π This release fixes a few minor issues that were reported by the community. You can view the complete changelog here.
π You can participate in the conversation for the next patch release in the dedicated issue.
β¬οΈ To help you upgrade to this version, you can use the new upgrade helper webtool βοΈ
π You can find the whole changelog history over at
react-native-releases
. -
v0.61.4 Changes
November 04, 2019π This release fixes a few minor issues that were reported by the community. You can view the complete changelog here.
π You can participate in the conversation for the next patch release in the dedicated issue.
β¬οΈ To help you upgrade to this version, you can use the new upgrade helper webtool βοΈ
π You can find the whole changelog history over at
react-native-releases
.