Skip to content

1.1.0

Compare
Choose a tag to compare
@kmagiera kmagiera released this 01 Mar 13:09

Minor release including a number of improvements and experimental web support. This version requires react-native in version at least 0.57.2. If you can't upgrade please use 1.0.X version line where we will try to merge critical fixes too.

🎉 NEW FEATURES

🐛 BUG FIXES

  • Fix missing View import by @impaler (#449)
  • Remove unnecessary binding for component's method by @osdnk (#443)

👍 IMPROVEMENTS

Starting from this version we plan on following the below methodology for version naming:

  • non breaking JS only changes will be released as patch versions
  • non breaking native changes will be release as minor versions
  • breaking changes (js or native) will be released as major versions

🙌 Thanks to all who contributed and submitted bug reports or helped with reviewing!