All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.0.32 (2024-08-25)
- android: fix issue with adding tap event to gesturerootview without a page parent (8b4965f)
2.0.31 (2024-04-19)
- typings fix (bd775aa)
2.0.30 (2024-03-22)
- bug fix (254419f)
2.0.29 (2024-03-22)
2.0.28 (2024-02-24)
- android: edge case for modal dialogs and registry (1494fe2)
2.0.27 (2024-02-23)
- android: edge case of gesture not working with bottomSheet (20e4bb7)
2.0.26 (2024-02-23)
- ios: fling gesture fix (f58dd24)
- ios: test for gesture activation on first touch like Android (780700b)
2.0.25 (2024-02-02)
- ios: trigger the longPress gesture on begin (b2b9ffa)
2.0.24 (2024-01-18)
- android: pan gesture velocity fix (b8ec041)
- pass the handler to the gesture event (N gesture override) to allow canceling the event (d7ad3ad)
2.0.23 (2024-01-06)
- ios: allow to dynamically change handler properties (133a749)
2.0.22 (2023-12-12)
- ios: error after dispose of a view (ce70cd5)
2.0.21 (2023-11-24)
Note: Version bump only for package nativescript-gesturehandler
2.0.20 (2023-11-24)
- ios: revert last changes and fixed it the right way (57ca0b2)
- Revert "fix(ios): prevent error while overriding N gestures" (96aa1f2)
2.0.19 (2023-11-21)
2.0.18 (2023-11-08)
- override send all state events for app to handle (b707c58)
2.0.17 (2023-10-18)
Note: Version bump only for package gesturehandler
2.0.16 (2023-10-18)
- android: fix for events not working after view unload/load (46ce86c)
2.0.15 (2023-10-17)
- android: build fix (953b861)
2.0.14 (2023-10-17)
- android: gradle improvement (8a6f823)
2.0.13 (2023-10-12)
- android: recycle MotionEvent when necessary (d61e704)
- android: support new optimized GridLayout (not yet released) (8c03991)
- ensure we release all callbacks (N gesture override) (dcd430a)
2.0.12 (2023-06-27)
- android: broken build (0a42307)
2.0.11 (2023-06-27)
- android: fix for latest N and getting application context (d1fa49f)
2.0.10 (2023-04-28)
- android: prevent gesture activation when outside the visible rect of a view (5426539)
2.0.9 (2023-03-08)
- GestureRootView layout fix (611b4e2)
2.0.8 (2022-12-16)
- N 8.4 final fix (19b554d)
2.0.7 (2022-12-01)
Note: Version bump only for package nativescript-gesturehandler
2.0.6 (2022-11-04)
- android: touch override not working (fa79215)
2.0.5 (2022-05-03)
- android: disallowInterceptTouch (d71c630)
2.0.4 (2022-05-03)
- android: build fix with pnpm (90b3a95)
2.0.3 (2022-04-11)
- android: gesture not being detached correctly (8dca885)
- N gesture override fixes and faster load/unload (4209244)
2.0.2 (2022-04-09)
- override fix for most gestures (bcd9bae)
2.0.1 (2022-03-31)
Note: Version bump only for package @nativescript-community/gesturehandler
0.2.2 (2022-03-31)
- android: longpress not always recognized (0ce2ce6)
0.2.1 (2022-03-28)
- detach fix (440ca63)
0.2.0 (2022-03-28)
- added
GestureRootView
to allow the plugin to work (4167112)
0.1.53 (2022-03-25)
- android: override N gesture working with button (a5fc49c)
0.1.52 (2022-02-17)
- android: buid fix in some cases (a1b75ca)
0.1.51 (2022-02-17)
- allow plugin to work with @akylas/nativescript fork (aad3276)
0.1.50 (2022-01-04)
- ios: build fix (ce1a71e)
0.1.49 (2022-01-04)
- ios: ensure
setEnabled
is available through JS for GestureHandler (56ec946)
0.1.48 (2021-10-11)
Note: Version bump only for package @nativescript-community/gesturehandler
0.1.47 (2021-09-22)
- android: fix after break in last version (5d5ceb9)
0.1.46 (2021-09-22)
- android: gradle 7.0 fix (9b7de7f)
0.1.45 (2021-06-04)
- android: NPE fix (4c57840)
0.1.44 (2021-05-17)
- android: prevent crash (65ce28a)
0.1.43 (2021-05-12)
- android: allow touch through on non clickable view (ee0bd9e)
- override rewrite to get closer to N (5d03a7d)
- positions in dpi (b8d6a3d)
0.1.42 (2021-04-22)
- nativeGetterKey option for handler (9bf46bf)
0.1.41 (2021-03-26)
- broken rlease! (0a60ce3)
0.1.40 (2021-03-26)
- exclusiveTouch css prop (22df7cf)
0.1.39 (2021-03-17)
- log removal (86e4968)
0.1.38 (2021-03-16)
- removed logs (f9c9808)
0.1.37 (2021-03-14)
- a lot of gesture overrides fixes (c0976e2)
- exclusive touch fix (7cfe2d6)
- ios: override support for touch gesture (64bd989)
0.1.36 (2020-12-20)
- exclusiveTouch property (94f6599)
0.1.35 (2020-11-29)
- android ensure we cancel events correctly (30ffce3)
0.1.34 (2020-11-23)
Note: Version bump only for package @nativescript-community/gesturehandler
0.1.33 (2020-11-22)
Note: Version bump only for package @nativescript-community/gesturehandler
0.1.32 (2020-11-20)
- android bug fix when touch event could be dispatched after view destroyed (36161cc)
0.1.31 (2020-11-19)
- ios fix for gesture not activating (f954c15)
0.1.30 (2020-11-17)
- cleanup logs (dbeca1d)
0.1.29 (2020-11-15)
0.1.28 (2020-11-11)
- prevent unwanted and impossible touches on simulator (8982fd1)
0.1.27 (2020-11-06)
- new option shouldStartGesture (f895fbb)
0.1.26 (2020-10-21)
Note: Version bump only for package @nativescript-community/gesturehandler
0.1.25 (2020-10-20)
Note: Version bump only for package @nativescript-community/gesturehandler
0.1.24 (2020-10-20)
0.1.23 (2020-10-16)
- android fix taken from rn (e8145e6)
- android nativeviewgesture dispatch cancel (d5bb774)
- Demo app commands not working. (9e3701b)
- github stats not being visualized (cb00f9c)
- multiple fixes for the overrides (1be0719)
0.1.22 (2020-09-09)
- dont bundle aar (08e0b22)
0.1.21 (2020-09-09)
0.1.20 (2020-09-08)
- dont package native compiled (f306c47)
0.1.19 (2020-09-06)
- android: plugin not compiling (d84b471)
0.1.18 (2020-09-06)
Note: Version bump only for package @nativescript-community/gesturehandler
0.1.17 (2020-09-05)
Note: Version bump only for package @nativescript-community/gesturehandler
0.1.16 (2020-05-28)
- esm fix (ef2fe97)
0.1.15 (2020-05-21)
Note: Version bump only for package @nativescript-community/gesturehandler
0.1.14 (2020-05-21)
- sideEffects for tree shacking (6c69498)
0.1.13 (2020-05-21)
- esm using import for tree shaking (3d69b26)
0.1.12 (2020-05-21)
- full esm support (ee732cf)
0.1.11 (2020-05-12)
- some override fixes (df4defc)
0.1.10 (2020-05-12)
Note: Version bump only for package @nativescript-community/gesturehandler
0.1.9 (2020-05-12)
- multi direction fling support (4eec691)
0.1.8 (2020-04-28)
- android: native extension (d63348a)
0.1.7 (2020-03-20)
- ios: build fix (b3b3061)
0.1.6 (2020-01-17)
Note: Version bump only for package @nativescript-community/gesturehandler
0.1.5 (2020-01-17)
- wrong positions return on ios (b63ec94)
0.1.4 (2020-01-13)
- fix import for ios (47b8f24)
0.1.3 (2020-01-13)
- taphandler with doubletaphandler (6c3ed76)
0.1.2 (2020-01-11)
0.1.1 (2020-01-07)
0.1.0 (2020-01-01)
- use @nativescript-community/observable (a62eb62)
0.0.11 (2019-12-29)
Note: Version bump only for package @nativescript-community/gesturehandler
0.0.10 (2019-12-29)
Note: Version bump only for package @nativescript-community/gesturehandler
0.0.9 (2019-12-29)
Note: Version bump only for package @nativescript-community/gesturehandler
0.0.8 (2019-08-11)
0.0.7 (2019-07-24)
Note: Version bump only for package @nativescript-community/gesturehandler
0.0.6 (2019-07-19)
Note: Version bump only for package @nativescript-community/gesturehandler
0.0.5 (2019-07-09)
- remove wrong dependencies (26946c2)
0.0.4 (2019-06-12)
0.0.3 (2019-06-12)
Note: Version bump only for package @nativescript-community/gesturehandler
0.0.2 (2019-06-12)
Note: Version bump only for package @nativescript-community/gesturehandler
Note: Version bump only for package @nativescript-community/gesturehandler