Skip to content

Releases: software-mansion/react-native-gesture-handler

1.1.1

29 May 19:17
Compare
Choose a tag to compare

Patch release with #617 on top of 1.1.0

1.2.1

30 Apr 18:54
Compare
Choose a tag to compare

Patch release to include #593 fix for missing jest setup file

1.2.0

29 Apr 14:52
Compare
Choose a tag to compare

🎉 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

01 Mar 13:09
Compare
Choose a tag to compare

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!

1.0.17

01 Mar 20:31
Compare
Choose a tag to compare

Patch release with #443 included (fixes bind() warning)

1.0.16

21 Feb 11:13
Compare
Choose a tag to compare

Patch for 1.0.15 with #438 merged in (remove use of WebView from react-native package)

1.0.15

25 Jan 17:04
Compare
Choose a tag to compare

🚨🚨🚨 Patch release with two critical bugs fixed on top of 1.0.14:

🐛 CRITICAL BUG FIXES

  • fix RN's touch events on Android (#427)
  • fix events registration on RN 58 (#429)

👍 IMPROVEMENTS

  • fix TouchableHighlight polyfill to handle underlayColor properly (#428)

1.0.14

24 Jan 10:51
Compare
Choose a tag to compare

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

🙌 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

13 Dec 18:57
Compare
Choose a tag to compare

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

🐛 BUG FIXES

👍 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

27 Nov 10:36
Compare
Choose a tag to compare

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

👍 IMPROVEMENTS

🙌 Also many thanks to everyone submitting and discussing issues here – these are all valuable contributions making Gesture Handler better! 😍