Releases: software-mansion/react-native-gesture-handler
1.1.1
1.2.1
1.2.0
🎉 NEW FEATURES
🐛 BUG FIXES
- Restrict web warning to only the first render of handler @jaulz (#575)
- Fix hitSlop right and left properties not being respected on android by @adamczyk777 (#572)
- Fix every Touchable crashes when the disabled prop is set to
true
by @todorone (#564) - Fix TouchableNativeFeedback background propTypes by @gmaclennan (#561)
- Fix peerDependencies version of react-native by @heyman333 (#554)
- Fix version of RNSlider by @osdnk (#532)
- Fix Detox running with RNGH(possibly other libraries) by @ddzirt (#525)
- Fix types for SwipeableProperties by @WhiteAbeLincoln (#521)
- Update PanGestureHandler example to not crash by @tonyxiao (#512)
- Ignore exclusive touch on tvOS by @kasinskas (#503)
👍 IMPROVEMENTS
- Removed unused import by @Dmytraw (#588)
- Export DrawerPosition, DrawerState, DrawerType and DrawerKeyboardDismissMode in TypeScript typings by @itsjgf (#568)
- Add a note about buttons accessibility to docs by @adamczyk777 (#565)
- Update handler-fling.md by @EvanBacon (#552)
- Add missing 'activeOpacity' prop in BorderlessButtonProperties type by @itsjgf (#545)
- Change style prop-type to any by @scottmas (#533)
- Forward ref for flatlist by @scottmas (#534)
- Fix minor typos in Docs by @codenjs (#528)
- Add FlatList to the list of native components by @lukePeavey (#513)
- Fix style in touchables by @osdnk (#491)
- Update react-native-gesture-handler.d.ts by @sunnylqm (#498)
- Enable NativeWrappers to use displayName from the wrapped component by @solkaz (#518)
- Remove ViewPager and Slider in favor of exporting createNativeWrapper by @karanjthakkar (#506)
- Add information and RN version compatibility by @osdnk (#504)
- Remove peerDependencies for web by @brentvatne (#487)
- Added tvos compatibility to podspec by @lukebars (#501)
🙌 Again thanks to all who contributed and submitted bug reports or helped with reviewing!
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!
1.0.17
1.0.16
1.0.15
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!
1.0.12
Minor release with a number of bugfixes and one new big feature – ForceTouchGestureHandler (also ripple color on Android slipped in for this release)
Next release will likely drop support to RN < 0.57.2 so that we can rely on changes made in facebook/react-native#21398 to support overflow hit testing on both platforms.
🎉 NEW FEATURES
- ForceTouchGestureHandler by @osdnk (#374) READ DOCS HERE
- Ripple color can be customized on Android by @osdnk (#183)
🐛 BUG FIXES
- flow type fixes by @osdnk (#367)
- include missing files from the npm package by @SergeShkurko
👍 IMPROVEMENTS
- gestureHandlerRootHOC web compatibility changes by @EvanBacon (#351)
- Move Podspec to react-native link compatible location by @gongdao123 (#366)
- use RN's flow definition of StatusBarAnimation by @itsjgf (#365)
- optimize DrawerLayout by avoiding setState during animation by @kmagiera (#369)
- documentation improvements by @vonovak (#379)
- xcode project settings updates by @osdnk (#368)
- link example app with gesture-handler version from the root folder by @osdnk (#378)
- numerous improvements to DrawerLayout by @brentvatne (#381)
🙌 Thanks to everyone who contributed their time reporting bugs, posting suggestions and taking part in discussions under PRs and issues!
1.0.10
Minor release that includes important project level changes for compatibility with RN 0.57.
Next release will likely drop support to RN < 0.57.2 so that we can rely on changes made in facebook/react-native#21398 to support overflow hit testing on both platforms.
🐛 BUG FIXES
- Fix for activeOffsetY and failOffsetY by @meros (#331)
- Gradle compatibility changes for RN 0.57 by @guix77 and @usrbowe (#345)
👍 IMPROVEMENTS
- Add testID to TS definition by @Zycon42 (#330)
- Remove cycle imports by @eriveltonelias (#340)
- Gradle wrapper upgrade by @dulmandakh (#348)
🙌 Also many thanks to everyone submitting and discussing issues here – these are all valuable contributions making Gesture Handler better! 😍