Skip to content

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

1.5.4

02 Feb 16:19
Compare
Choose a tag to compare

Minor release with bunch of fixes and improvements:

FIXES:
Syntax issue on paragraph 16 (#916) … @kant
Add missing LongPressGestureHandlerGestureEvent; fixes #723 (#860) @lafiosca
Multiply velocity to match velocity on native devices (#918) … @EvanBacon
Reset the gesture state when it begins to ensure tap gesture state is… … @EvanBacon
Fix gesture button states on web (#919) @EvanBacon
Added web routing for web (#911) @EvanBacon
[example] Disable the android-only test on other pl@Naturalclar 0) @EvanBacon
Update link to cli (#912) … @Naturalclar
gestureHandlerRootHOC: Parameterize generic Props. (#871) … @marcotoniut
Remove ToolbarAndroid (Lean Core)@newyankeecodeshop s
Replace Omit with Pick + Exclude (#899) … @newyankeecodeshop
Fix header mode on web (#901) @EvanBacon

IMPROVEMENTS:
Export a component for gesture handler root view (#925) … @satya164
Ensure that onHandlerStateChange is only called once per state change (… … @EvanBacon
Replaced HammerJS with EGJS/HammerJS (#896) … @codymurphyjones
Update how reanimated values are set (#905) @EvanBacon

Thanks ❤️

1.5.3

30 Dec 13:41
Compare
Choose a tag to compare

Minor release with the following improvements:

  • Set shouldCancelWhenOutside to false for ScrollView by @Szymon20000 (#898)
  • Create .yarnclean to delete jquery security risk by @EvanBacon (#882)
  • Make it possible to use shouldActivateOnStart/disallowInterruption in Touchables. by @Szymon20000 (#897)
  • [web] fix activation error with draggable gestures by @EvanBacon (#881)
  • [web] Updated web example by @EvanBacon (#855)
  • [WEB] Fix x/y for PanGestureHandler onGestureEvent by @awinograd (#799)
  • Change links to software-mansion by @osdnk (#875)
  • Adding accessibilityLabel to NativeViewGestureHandlerProperties by @BlairWoods (#872)
  • fix: allow to override gesture handler props in Swipable by @jayu (#856)

1.5.2

28 Nov 12:54
Compare
Choose a tag to compare

Features

Add option to style touchable container by @njdancer

Other

Remove unused files by @friederbluemle
Update readme for running ios by @brobertsUPS
update getting started to include ios library import by @bell-steven

Thanks!

1.5.1

21 Nov 14:03
Compare
Choose a tag to compare

Patch release with patch for issue #320

1.5.0

29 Oct 23:49
Compare
Choose a tag to compare

Update that includes fix for an important crash reported in #657

This release includes several other improvements listed below:

Thanks to everyone who contributed to this release 🙌

1.4.1

23 Aug 08:55
Compare
Choose a tag to compare

Patch release to include component memoization logic fix by @janicduplessis #654

1.4.0

22 Aug 08:47
Compare
Choose a tag to compare

IMPORTANT!! This version is compatible with React Native @ 0.60+

This version brings support for gesture-handler to react-native-web projects. Many thanks and congratulations to @EvanBacon for working on this project 🎉 🍾 🙇

As a part of this release we publish changes to resolve compatibility issues with AndroidX that has broken support for imported projects (they way most react native apps are consumed by third party). As upgrade to 0.59 is required in order to be able to publish updates to google play store we decided to publish a release that is only compatible with 0.60 hoping for the community to update to one of the most recent versions of react native anyways.

It is possible to use this release with RN < 0.60 but one have to rely on reverse-jetifying of gesture handler library. Read more on that here https://github.com/mikehardy/jetifier#to-reverse-jetify--convert-node_modules-dependencies-to-support-libraries

🎉 NEW FEATURES

🐛 BUG FIXES

👍 IMPROVEMENTS

1.1.3

04 Jun 20:22
Compare
Choose a tag to compare

Patch release that removes import of ToolbarAndroid. This is to maintain compatibility with new react-native version. I apologize everyone who might expirience compatibility issues after upgrading. If you've been using ToolbarAndroid from react-native-gesture-handler package please replace import with the following construct:

import { createNativeWrapper } from 'react-native-gesture-handler';
const ToolbarAndroid = createNativeWrapper(ToolbarAndroid);

1.1.2

04 Jun 20:05
Compare
Choose a tag to compare

Patch release with c033d98 on top of 1.1.2

1.3.0: [web] Fixed lazy exports (#619)

01 Jun 20:54
Compare
Choose a tag to compare

Minor release that includes a number of improvements:

🐛 BUG FIXES

  • Swipeable flow type errors fix by @pesaorus (#609)
  • Restore dropping handler or unmounting by @osdnk (#604)
  • Don't fail PanGestureHandler on tap by @osdnk (#603)
  • Fix TouchableHighlight initial 'underlayColor' value by @paolospag (#600)

👍 IMPROVEMENTS