1.0.14
First minor release after winter break. We merged in a lot of improvements and as #393 is nearing completion in the next release we will likely bump minor version number and drop support for RN < 0.57.2. We plan to continue merging critical fixes into 1.0 branch.
🎉 NEW FEATURES
- expose container styles property for drawer component by @migsc (#408)
- new overshootFriction property added to Swipeable component by @Freddy03h (#413)
🐛 BUG FIXES
- fix cycles import warning by @osdnk (#391)
- properly respect hitSlop for shouldCancelWhenOutside on iOS by @osdnk (#399)
- fix ripple on Android when view background is transparent by @osdnk (#400)
- fix rare crash caused by null parent when traversing view hierarchy on Android by @osdnk (#385)
👍 IMPROVEMENTS
- expose native components instance methods in GH wrapped components by @janicduplessis (#398)
- add e2e tests by @osdnk (#383)
- updates to make GH compatible with RN 0.58 by @osdnk (#395)
- fix xcode warnings about minimum available iOS version by @timsawtell-sportsbet (#402 and #415)
- typos fixes by @angly-cat (#405)
- workaround for new version metro not compiling static properties correctly by @miracle2k (#412)
- use window size relative metrics in bottom sheet example by @vonovak (#407)
- updates to TS definitions by @slorber (#416)
🙌 We've got an astonishing number of 10 people who contributed to this release. Thanks so much for your help in making gesture handler better. Also many thanks to everyone who submitted an issue and took part in the discussion on issues and PRs!