Releases: software-mansion/react-native-gesture-handler
1.5.4
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
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
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
1.5.0
Update that includes fix for an important crash reported in #657
This release includes several other improvements listed below:
- Fixed small typo 'they does' -> 'they do' by @okwast (#801)
- Bump to .61 by @osdnk (#807)
- Updated drawer container style type by @zachariahtimothy (#785)
- RTL support by @ShaMan123 (#515)
- Update instructions for getting started by @brentvatne (#781)
- fix: replaced expo demo app hyperlink by @sauzy34 (#778)
- Move arrow functions to prototype by @vonovak (#769)
- Fix styling in handler-pan.md by @wojtus7 (#759)
- Updated mock to match States on master by @jdmg94 (#790)
- Remove unused imports by @nabati (#768)
- Update state.md by @rerissonrocha (#779)
- Doc: Update Readme with React Native compabilty by @olethanh (#793)
- Add imports to example by @aleqsio (#780)
- feat: add RNGestureHandlerEnabledRootView constructor with attrs by @ferrannp (#755)
Thanks to everyone who contributed to this release 🙌
1.4.1
1.4.0
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
- Web Support by @EvanBacon (#555)
- Add drawerLockMode to DrawerLayoutProperties by @alex-fournier (#620)
🐛 BUG FIXES
- [web] Added missing web files to the
package.json
by @EvanBacon (#701) - Disable the background accessibility when the drawer opens and overlaps (Android) by @mrjoema (#679)
- Remove Math.sign polyfill by @janicduplessis (#658)
- Remove react/react-native peerDependencies by @brentvatne (#635)
- [web] Fixed buttons by @EvanBacon (#644)
👍 IMPROVEMENTS
- use AndroidX by @dulmandakh (#734)
- Introduce aliases for the unsafe lifecycles by @douglaszaltron (#718)
- Added missing props in hitSlop for typescript definitions by @renjfk (#716)
- [Typescript] Adds rippleColor to RectButtonProperties by @rszalski (#694)
- Remove overlay 70% opacity to allow more flexibility by @Famousfrank (#629)
- target iOS 9.0 by @dulmandakh (#692)
- docs: update Getting Started for React Native 0.60 by @thymikee (#687)
- Use UNSAFE_componentWillUpdate in Swipable.js by @janicduplessis (#655)
- Added missing style props for Swipeable in type definitions by @DimitarNestorov (#660)
- fix: name of the package example by @nidelson (#672)
- Add missing info on shouldCancelWhenOutside docs. by @grifotv (#630)
1.1.3
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
1.3.0: [web] Fixed lazy exports (#619)
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
- Lazy import RN components by @kmagiera (#617)
- Fixed lazy exports for web by @EvanBacon (#619)
- [TS] Add argument to FlatList by @localnet (#616)
- Replace propType dependency with string literals by @hampustagerud (#573)
- Upgrade react native to 0.59.8 by @adamczyk777 (#592)