react-native-community / releases

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

docs(CHANGELOG.md): Document ScrollView ES6 conversion #77

Closed RSNara closed 5 years ago

RSNara commented 5 years ago

We've converted a number of components to ES6 classes, of which one is ScrollView. When converting these components to ES6 classes, we intentionally didn't bind public methods to the component instance. This was the default behaviour for all methods in createReactClass. Since this is a breaking change, we should document this in the v0.58 changelog.

RSNara commented 5 years ago

cc @turnrye, I moved the change to a breaking changes section, as Eli suggested. Could you look through it and let me know if it's better now? I'm also fine with flipping the description, if that's what you prefer.

turnrye commented 5 years ago

Thanks @RSNara !