ArnaudRinquin / react-native-radio-buttons

[DEPRECATED] A Radio-button like logic wrapper for React Native
https://www.npmjs.com/package/react-native-radio-buttons
MIT License
414 stars 97 forks source link

Release notes for version 1.0.0 #85

Closed almirfilho closed 6 years ago

almirfilho commented 7 years ago

Hi @ArnaudRinquin, could you please publish the release notes for the version 1.0.0? I want to upgrade to the new version, but upgrading without knowing what changed is, besides hard, not a good practice.

Thanks for the awesome package =)

ArnaudRinquin commented 7 years ago

Oh sure, I'll do it ASAP.

In the meantime: I updated to a major following #84 as prop-types is now a peerDependency (instead of using React.PropTypes). Other that that it's just bug fixes from latests PRs.

almirfilho commented 7 years ago

Thank you very much.