1.1.0
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
- Add exclusive touch on iOS by @osdnk (#454)
- Add tvOS Target by @hufkens (#448)
- Overflow hittest support for Android by @osdnk (#393)
- web compatibility by @jaulz (#406)
🐛 BUG FIXES
- Fix missing View import by @impaler (#449)
- Remove unnecessary binding for component's method by @osdnk (#443)
👍 IMPROVEMENTS
- Add types for Touchable polyfills by @oblador (#431)
- Add containerStyle Prop by @roydigerhund (#437)
- Add childrenContainerStyle prop by @scottmas (#461)
- Remove WebView by @osdnk (#438)
- Add docs for touchables by @osdnk (#442)
- Fix duplicate link in touchables doc by @angly-cat (#470)
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!