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.64.0 #216

Closed jeremy-deutsch closed 3 years ago

jeremy-deutsch commented 3 years ago

This PR is the replacement for #215, and should end up being the final changelog. It's a work in progress still; I still have to go through Fixed, unsorted commits, and various TODOs I've noted. The first commit is the unchanged generated changelog, and the edits start after that.

cc @kelset @grabbou @alloy

grabbou commented 3 years ago

Note before this gets merged: add CLI release notes.

CC: @thymikee

There's one breaking change at least that I can think of: we now explicitly require file:// protocol when doing init with a local template. Passing absolute paths was accidentally supported.

TheSavior commented 3 years ago

Closing in favor of https://github.com/react-native-community/releases/pull/220