react-native-community / releases

React Native releases
https://github.com/facebook/react-native/
1.5k stars 405 forks source link

0.57.7 Discussion #71

Closed kelset closed 5 years ago

kelset commented 5 years ago

Conversation on this thread are limited to 0.57.7 release's major issues and backport (cherry-pick) requests from commits that are already on master - so that we can then produce a 0.57.8 release in the near future.

An example of a good such request is a bug fix for a serious issue that has been merged into master but did not make the 0.57.7 cut.

In other words, if you cannot point to a particular commit on master, then your request likely belongs as a new issue in http://github.com/facebook/react-native/issues.

If the commit you request to cherry pick is a complicated port, you will be asked to create the PR to the 0.57-stable branch yourself, in order to ensure that the process proceeds smoothly.

miblanchard commented 5 years ago

Could 53da585 be cherry-picked?

ahce commented 5 years ago

React sync

radeno commented 5 years ago

Some other possible fixing cherry-picks

Maybe:

dvicory commented 5 years ago

:+1: on https://github.com/facebook/react-native/commit/8d68a3e9f1de4c2d52498d82357ab7031d246635. That metro upgrade contains the Yarn PnP resolver that I really want to make use of. :smile:

radeno commented 5 years ago

Another fixes:

Maybe:

kelset commented 5 years ago

hey everyone, thanks for the suggestions, I am thinking of releasing 0.57.8 by end of the week as last release for 0.57 for this year.

I'll keep you updated.


EDIT: I won't upgrade Metro because it relies on an alpha of Jest. You are free to enforce it in your local project, but for this branch we are trying to keep things as stable as possible.

levibuzolic commented 5 years ago

~Any chance we could get https://github.com/facebook/react-native/commit/077386a233a9066ed0efab0e02cf0fd677c79915 into 0.57.8? Or would it be more appropriate for the 0.58.0 release?~

Oops never mind, got reverted. Will wait to find out what happened and get it back in. 🤦‍♂️

radeno commented 5 years ago

@levibuzolic that commit was reverted. So i don't think so.

sunnylqm commented 5 years ago

https://github.com/facebook/react-native/commit/0314fca63a035c95864e5b198e1fbd9a5ee1d2a7

kelset commented 5 years ago

Hey everyone, just cherry-picked the commits, tested locally all everything went smoothly - now pushed to repo to test CI. You can see the list of commits here.

Didn't cherry pick because created conflicts:

kelset commented 5 years ago

Release 0.57.8 is now on npm, I'll publish the changelog in a bit.

Thanks to everyone who got involved, you can follow up the conversation for 0.57.8 in its dedicated issue.