-
Notifications
You must be signed in to change notification settings - Fork 4.9k
blogpost for 0.67 #2933
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
blogpost for 0.67 #2933
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
d794bbd
add Lorenzo
kelset 9c12aef
Facebook -> Meta
kelset 4635523
067 blogpost
kelset 4b16b97
add highlights and truncate
kelset b7cca88
tweak
kelset cf5ab2c
Update website/blog/2022-01-19-version-067.md
lunaleaps a652bb7
Update website/blog/2022-01-19-version-067.md
lunaleaps 3e09c01
Move Hermes 0.10 issue callout to acknowledgements
lunaleaps 41c7237
Link the wiki
lunaleaps File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
--- | ||
title: Announcing React Native 0.67 | ||
authors: [kelset, lunaleaps] | ||
tags: [announcement, release] | ||
--- | ||
|
||
# Announcing 0.67 | ||
|
||
Happy new year everyone! Today we are announcing the latest release of React Native, 0.67.0, along with some updates on the release process that we have been working on in the past few months. | ||
|
||
### Sections | ||
|
||
- [Highlights of 0.67](/blog/2022/01/19/version-067#highlights-of-067) | ||
- [Improvements to Release Process](/blog/2022/01/19/version-067#improvements-to-release-process) | ||
- [Interested in helping React Native stabilise new releases?](/blog/2022/01/19/version-067#interested-in-helping-react-native-stabilise-new-releases) | ||
|
||
<!--truncate--> | ||
|
||
## Highlights of 0.67 | ||
|
||
As mentioned in Meta's [H2 2021 plans](https://reactnative.dev/blog/2021/08/19/h2-2021), React Native is attempting more frequent releases for a shorter turnaround time for new features and fixes (like the new architecture) to land in the community. Naturally, many releases will focus on fixes and improvements. | ||
|
||
Here are some notable changes coming in 0.67.0: | ||
|
||
- Lean-core removals: [DatePickerAndroid](https://github.com/facebook/react-native/commit/7a770526c626e6659a12939f8c61057a688aa623#diff-e727e4bdf3657fd1d798edcd6b099d6e092f8573cba266154583a746bba0f346) | ||
- Bump Gradle version to 7.2, Bump Kotlin version to 1.5.31 [Bump Kotlin and Gradle versions (#32319)](https://github.com/facebook/react-native/commit/9ae3367431428748f5486c782199beb4f9c6b477) | ||
- A notable callout: 0.67 continues to depend on Hermes 0.9.0, unchanged from 0.66 | ||
|
||
You can find the [full changelog here](https://github.com/facebook/react-native/blob/main/CHANGELOG.md#v0670). | ||
|
||
You can participate in the conversation on the status of this release at [this discussion](https://github.com/reactwg/react-native-releases/discussions/10) - and, as always, to help you upgrade to this version, you can use the [upgrade helper](https://react-native-community.github.io/upgrade-helper/) ⚛️ | ||
|
||
### Acknowledgements | ||
|
||
This release includes [379 commits with 74 contributors](https://github.com/facebook/react-native/compare/0.66-stable...0.67-stable)! Thank you, to all our contributors (old and new)! You can find the [full changelog here](https://github.com/facebook/react-native/blob/main/CHANGELOG.md#v0670). | ||
|
||
We wanted to also thank the release testers who helped us make sure that 0.67.0 could reach your codebases without any massive regression. Specifically, we wanted to thank: | ||
|
||
- Marc Rousavy ([@mrousavy](https://github.com/mrousavy)) from [Margelo](https://margelo.io/), that surfaced a [regression for Hermes 0.10](https://github.com/facebook/hermes/issues/649) (that would have never been caught on CI testing) which will be fixed in Hermes 0.11 in the 0.68 release of React Native. | ||
- The Reanimated team for quickly preparing a [0.67 compatible version](https://github.com/software-mansion/react-native-reanimated/releases/tag/2.2.4) of their lib early in the 0.67 RC phase. | ||
- Elias Nahum ([@enahum](https://github.com/enahum)) from [Mattermost](https://mattermost.com/) | ||
- Mike Hardy ([@mikeHardy](https://github.com/mikeHardy)) working with [Invertase](https://invertase.io/) | ||
lunaleaps marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
We appreciate also [Rainbow](https://rainbow.me/), [Comm](https://comm.app/) and [Ledger Live](https://www.ledger.com/ledger-live) for also being part of the pilot of the "Release Tester" program (more details below). | ||
|
||
## Improvements to Release Process | ||
|
||
As mentioned, React Native has been restructuring the release pipeline to allow for more frequent releases such that new features and fixes can roll out faster to the community. | ||
|
||
Over the last few months we tackled some issues that delay releases. | ||
|
||
### Coordination and Knowledge Sharing | ||
|
||
We invested in our documentation of releases to cover how to run a release, FAQs, coordination of release issues, etc – all of which can be found in this section of the [react-native wiki](https://github.com/facebook/react-native/wiki/Releases). | ||
By documentation, releases are no longer blocked on any individual or tribal knowledge. | ||
|
||
In addition to documentation, we have also revamped the coordination of releases and have moved discussion of pre-release status and patches to a dedicated discussion group: [react-wg/react-native-releases](https://github.com/reactwg/react-native-releases/discussions). | ||
|
||
### Clarity of responsibility | ||
|
||
Following more documentation, release work can scale such that no one person is critical to running a release. | ||
|
||
A React Native release is susceptible to a broad spectrum of potential points of failure and has a lot of dependencies and follow-up. Considering that usage of React Native varies across the community, it’s essential to have stakeholders involved in releases. We have defined a set of [roles and responsibilities in supporting a release](https://github.com/facebook/react-native/wiki/Release-Roles-and-Responsibilities). | ||
|
||
### Release candidate signal | ||
|
||
Another issue with releases is getting a good signal that a release will not suffer from build regressions. This can be addressed with growing investment in testing build variants, etc. but signal from adoption will continue to be useful for some time. | ||
|
||
In the 0.67 release we piloted a “Release Tester” program where React Native developers working on Open Source apps [commit to testing release candidates](https://github.com/facebook/react-native/wiki/Release-Roles-and-Responsibilities#release-tester-responsibilities) on their apps. Prior, there was no formal expectation that the community will test out release candidates to raise any potential issues. This program helps us get faster signal to ensure a level of stability of the release. | ||
|
||
Open source React Native apps are particularly useful due to availability of source code to help debug any regressions. With this program in place, a release tester surfaced a regression in 0.67 and we were able to resolve it without thrashing the larger community with a faulty release. | ||
|
||
## Interested in helping React Native stabilise new releases? | ||
|
||
A great way to help us catch regressions is to integrate the React Native pre-release version [`react-native@next`](https://www.npmjs.com/package/react-native) or [`react-native@nightly`](https://www.npmjs.com/package/react-native) to your CI. For any regressions, you can [file a release issue](https://github.com/facebook/react-native/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2CType%3A+Upgrade+Issue&template=upgrade-regression-form.yml) and notify the appropriate discussion. | ||
|
||
If your app or company is interested in joining the “Release Tester” program, head to the dedicated section at the bottom of the [Release Roles and Responsibilities wiki](https://github.com/facebook/react-native/wiki/Release-Roles-and-Responsibilities#release-tester-responsibilities) to learn more. | ||
|
||
Lastly any help on trying our release candidates or helping unblock release issues is much appreciated! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,41 @@ | ||
abernathyca: | ||
name: Christine Abernathy | ||
title: Developer Advocate at Facebook | ||
title: Developer Advocate at Meta | ||
url: https://twitter.com/abernathyca | ||
image_url: https://github.com/caabernathy.png | ||
|
||
Eli_White: | ||
name: Eli White | ||
title: Engineering Manager at Facebook | ||
title: Engineering Manager at Meta | ||
url: https://twitter.com/Eli_White | ||
image_url: https://github.com/TheSavior.png | ||
|
||
lunaleaps: | ||
name: Luna Wei | ||
title: Software Engineer at Facebook | ||
title: Software Engineer at Meta | ||
url: https://twitter.com/lunaleaps | ||
image_url: https://github.com/lunaleaps.png | ||
|
||
SamuelSusla: | ||
name: Samuel Susla | ||
title: Software Engineer at Facebook | ||
title: Software Engineer at Meta | ||
url: https://twitter.com/SamuelSusla | ||
image_url: https://github.com/sammy-SC.png | ||
|
||
yungsters: | ||
name: Timothy Yung | ||
title: Software Engineer at Facebook | ||
title: Software Engineer at Meta | ||
url: https://twitter.com/yungsters | ||
image_url: https://github.com/yungsters.png | ||
|
||
huxpro: | ||
name: Xuan Huang | ||
title: Software Engineer at Facebook | ||
title: Software Engineer at Meta | ||
url: https://twitter.com/huxpro | ||
image_url: https://github.com/huxpro.png | ||
|
||
kelset: | ||
name: Lorenzo Sciandra | ||
title: Senior Software Engineer at Microsoft | ||
url: https://twitter.com/kelset | ||
image_url: https://github.com/kelset.png |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.