react-native-community / releases

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

[CHANGELOG] Add entries for v0.63.0 #198

Closed jeremy-deutsch closed 4 years ago

jeremy-deutsch commented 4 years ago

This is basically a duplicate of #192, but I found it easier to start from scratch. I sorted some of the entries, and removed anything I don't think could affect OSS RN users, e.g. any testing fixes/improvements. All of those changes are in the second commit; the first one has the pure generated changelog for reference.

There are still a few TODOs and maybes that I'll look at again with fresh eyes tomorrow:

Any other thoughts/corrections would be welcome, of course! cc @alloy @rickhanlonii @grabbou

alloy commented 4 years ago

cc @kmelmon

TheSavior commented 4 years ago

Do you want to mark this as ready for review and get it out of draft?

jeremy-deutsch commented 4 years ago

Do you want to mark this as ready for review and get it out of draft?

Sure, I'll just drop the React syncs and mark the PR as ready

TheSavior commented 4 years ago

It looks like there are a fair amount of deprecations spread out throughout the changelog. Those should probably get hoisted up to the top near the breaking changes.

I also want to flag that https://github.com/facebook/react-native/commit/fb2900e1851e9b12fbcfaf0c047302fb1ca6ae54 was reverted but the original commit showed up in the changelog. Seems like a bug in the generator that it didn't catch that. cc @alloy

grabbou commented 4 years ago

It looks like there are a fair amount of deprecations spread out throughout the changelog. Those should probably get hoisted up to the top near the breaking changes.

I think it would be good to list them under the Deprecated section. I will borrow them and put them in the article.

jeremy-deutsch commented 4 years ago

It looks like there are a fair amount of deprecations spread out throughout the changelog. Those should probably get hoisted up to the top near the breaking changes.

@TheSavior Could you leave comments on some of those deprecations? I couldn't find them by eyeballing the changes.

grabbou commented 4 years ago

I have moved the deprecation message that wasn't under the section. The rest is broken down by platform. Waiting for the final approval before we merge it.