@nativescript-community/gesturehandler 2.0.0 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (382) hide show
  1. package/.pnpm-debug.log +1 -0
  2. package/CHANGELOG.md +78 -138
  3. package/README.md +132 -12
  4. package/{packages/gesturehandler/blueprint.md → blueprint.md} +0 -0
  5. package/gesturehandler.android.d.ts +180 -0
  6. package/{.history/src/gesturehandler/gesturehandler.android_20220328163618.ts → gesturehandler.android.js} +209 -229
  7. package/gesturehandler.android.js.map +1 -0
  8. package/gesturehandler.common.d.ts +96 -0
  9. package/{.history/src/gesturehandler.common_20210512114125.ts → gesturehandler.common.js} +69 -156
  10. package/gesturehandler.common.js.map +1 -0
  11. package/{src/gesturehandler/gesturehandler.d.ts → gesturehandler.d.ts} +0 -0
  12. package/gesturehandler.ios.d.ts +56 -0
  13. package/{.history/src/gesturehandler.ios_20210422150701.ts → gesturehandler.ios.js} +71 -100
  14. package/gesturehandler.ios.js.map +1 -0
  15. package/gestures_override.d.ts +29 -0
  16. package/{.history/src/gesturehandler/gestures_override_20220328170818.ts → gestures_override.js} +84 -222
  17. package/gestures_override.js.map +1 -0
  18. package/package.json +51 -60
  19. package/{packages/gesturehandler/platforms → platforms}/android/AndroidManifest.xml +0 -0
  20. package/{packages/gesturehandler/platforms → platforms}/android/include.gradle +0 -0
  21. package/{packages/gesturehandler/platforms → platforms}/android/java/com/nativescript/gesturehandler/GestureHandlerInteractionController.java +0 -0
  22. package/{packages/gesturehandler/platforms → platforms}/android/java/com/nativescript/gesturehandler/PageLayout.java +0 -0
  23. package/{packages/gesturehandler/platforms → platforms}/android/java/com/nativescript/gesturehandler/RootViewGestureHandler.java +0 -0
  24. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/BaseGestureHandlerInteractionController.java +0 -0
  25. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/FlingGestureHandler.java +0 -0
  26. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/GestureHandler.java +0 -0
  27. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/GestureHandlerInteractionController.java +0 -0
  28. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/GestureHandlerOrchestrator.java +0 -0
  29. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/GestureHandlerRegistry.java +0 -0
  30. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/GestureHandlerRegistryImpl.java +0 -0
  31. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/GestureUtils.java +0 -0
  32. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/LongPressGestureHandler.java +0 -0
  33. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/NativeViewGestureHandler.java +0 -0
  34. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/OnTouchEventListener.java +0 -0
  35. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/PanGestureHandler.java +0 -0
  36. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/PinchGestureHandler.java +0 -0
  37. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/PointerEvents.java +0 -0
  38. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/PointerEventsConfig.java +0 -0
  39. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/PointerEventsSpec.java +0 -0
  40. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/RotationGestureDetector.java +0 -0
  41. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/RotationGestureHandler.java +0 -0
  42. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/ScaleGestureDetector.java +0 -0
  43. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/TapGestureHandler.java +0 -0
  44. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/ViewConfigurationHelper.java +0 -0
  45. package/{packages/gesturehandler/platforms → platforms}/android/native-api-usage.json +0 -0
  46. package/{packages/gesturehandler/platforms → platforms}/android/res/values/config.xml +0 -0
  47. package/{packages/gesturehandler/platforms → platforms}/ios/src/FlingHandler.h +0 -0
  48. package/{packages/gesturehandler/platforms → platforms}/ios/src/FlingHandler.m +0 -0
  49. package/{packages/gesturehandler/platforms → platforms}/ios/src/ForceTouchHandler.h +0 -0
  50. package/{packages/gesturehandler/platforms → platforms}/ios/src/ForceTouchHandler.m +0 -0
  51. package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandler.h +0 -0
  52. package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandler.m +0 -0
  53. package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandlerDirection.h +0 -0
  54. package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandlerEvents.h +0 -0
  55. package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandlerEvents.m +0 -0
  56. package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandlerHeader.h +0 -0
  57. package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandlerManager.h +0 -0
  58. package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandlerManager.m +0 -0
  59. package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandlerRegistry.h +0 -0
  60. package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandlerRegistry.m +0 -0
  61. package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandlerState.h +0 -0
  62. package/{packages/gesturehandler/platforms → platforms}/ios/src/LongPressHandler.h +0 -0
  63. package/{packages/gesturehandler/platforms → platforms}/ios/src/LongPressHandler.m +0 -0
  64. package/{packages/gesturehandler/platforms → platforms}/ios/src/NativeViewHandler.h +0 -0
  65. package/{packages/gesturehandler/platforms → platforms}/ios/src/NativeViewHandler.m +0 -0
  66. package/{packages/gesturehandler/platforms → platforms}/ios/src/PanHandler.h +0 -0
  67. package/{packages/gesturehandler/platforms → platforms}/ios/src/PanHandler.m +0 -0
  68. package/{packages/gesturehandler/platforms → platforms}/ios/src/PinchHandler.h +0 -0
  69. package/{packages/gesturehandler/platforms → platforms}/ios/src/PinchHandler.m +0 -0
  70. package/{packages/gesturehandler/platforms → platforms}/ios/src/RootViewGestureRecognizer.h +0 -0
  71. package/{packages/gesturehandler/platforms → platforms}/ios/src/RootViewGestureRecognizer.m +0 -0
  72. package/{packages/gesturehandler/platforms → platforms}/ios/src/RotationHandler.h +0 -0
  73. package/{packages/gesturehandler/platforms → platforms}/ios/src/RotationHandler.m +0 -0
  74. package/{packages/gesturehandler/platforms → platforms}/ios/src/TapHandler.h +0 -0
  75. package/{packages/gesturehandler/platforms → platforms}/ios/src/TapHandler.m +0 -0
  76. package/{packages/gesturehandler/platforms → platforms}/ios/src/module.modulemap +0 -0
  77. package/react/index.d.ts +20 -0
  78. package/react/index.js +9 -0
  79. package/react/index.js.map +1 -0
  80. package/references.d.ts +3 -3
  81. package/svelte/index.d.ts +11 -0
  82. package/svelte/index.js +26 -0
  83. package/svelte/index.js.map +1 -0
  84. package/tsconfig.json +8 -4
  85. package/{src/gesturehandler/typings → typings}/android.d.ts +0 -0
  86. package/{src/gesturehandler/typings → typings}/extensions.android.d.ts +0 -0
  87. package/{src/gesturehandler/typings → typings}/ios.d.ts +0 -0
  88. package/vue/index.d.ts +4 -0
  89. package/{.history/src/gesturehandler/vue/index_20220328163021.ts → vue/index.js} +1 -1
  90. package/vue/index.js.map +1 -0
  91. package/.classpath +0 -12
  92. package/.eslintrc.js +0 -3
  93. package/.gitattributes +0 -17
  94. package/.github/FUNDING.yml +0 -1
  95. package/.github/issue_template.md +0 -28
  96. package/.gitmodules +0 -6
  97. package/.gradle/7.3/checksums/checksums.lock +0 -0
  98. package/.gradle/7.3/dependencies-accessors/dependencies-accessors.lock +0 -0
  99. package/.gradle/7.3/dependencies-accessors/gc.properties +0 -0
  100. package/.gradle/7.3/fileChanges/last-build.bin +0 -0
  101. package/.gradle/7.3/fileHashes/fileHashes.lock +0 -0
  102. package/.gradle/7.3/gc.properties +0 -0
  103. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  104. package/.gradle/buildOutputCleanup/cache.properties +0 -2
  105. package/.gradle/checksums/checksums.lock +0 -0
  106. package/.gradle/checksums/md5-checksums.bin +0 -0
  107. package/.gradle/checksums/sha1-checksums.bin +0 -0
  108. package/.gradle/vcs-1/gc.properties +0 -0
  109. package/.history/build_20201106173734.gradle +0 -22
  110. package/.history/build_20220218093019.gradle +0 -22
  111. package/.history/build_20220218093024.gradle +0 -22
  112. package/.history/build_20220218093151.gradle +0 -22
  113. package/.history/build_20220218093200.gradle +0 -22
  114. package/.history/build_20220218093224.gradle +0 -22
  115. package/.history/build_20220218093249.gradle +0 -22
  116. package/.history/build_20220218093334.gradle +0 -22
  117. package/.history/build_20220218093339.gradle +0 -22
  118. package/.history/build_20220218093341.gradle +0 -22
  119. package/.history/build_20220218093411.gradle +0 -22
  120. package/.history/build_20220218093413.gradle +0 -22
  121. package/.history/build_20220218093416.gradle +0 -22
  122. package/.history/build_20220218093421.gradle +0 -23
  123. package/.history/build_20220218093423.gradle +0 -22
  124. package/.history/build_20220218100008.gradle +0 -22
  125. package/.history/demo-snippets/package_20211119094134.json +0 -7
  126. package/.history/demo-snippets/package_20220328153105.json +0 -7
  127. package/.history/demo-snippets/package_20220328153251.json +0 -7
  128. package/.history/demo-snippets/package_20220328153410.json +0 -7
  129. package/.history/demo-snippets/vue/Basic_20210917174642.vue +0 -46
  130. package/.history/demo-snippets/vue/Basic_20220328154031.vue +0 -44
  131. package/.history/demo-snippets/vue/Basic_20220328154730.vue +0 -46
  132. package/.history/demo-snippets/vue/Basic_20220328154741.vue +0 -46
  133. package/.history/demo-snippets/vue/Basic_20220328154807.vue +0 -47
  134. package/.history/demo-snippets/vue/Basic_20220328154838.vue +0 -51
  135. package/.history/demo-snippets/vue/Basic_20220328154839.vue +0 -51
  136. package/.history/demo-snippets/vue/Basic_20220328154901.vue +0 -52
  137. package/.history/demo-snippets/vue/Basic_20220328154925.vue +0 -52
  138. package/.history/demo-snippets/vue/Basic_20220328162644.vue +0 -52
  139. package/.history/demo-snippets/vue/Basic_20220328162656.vue +0 -48
  140. package/.history/demo-snippets/vue/Basic_20220328162658.vue +0 -48
  141. package/.history/demo-snippets/vue/Basic_20220328162731.vue +0 -48
  142. package/.history/demo-snippets/vue/ModalView_20220328154527.vue +0 -0
  143. package/.history/demo-snippets/vue/ModalView_20220328154555.vue +0 -15
  144. package/.history/demo-snippets/vue/ModalView_20220328162755.vue +0 -15
  145. package/.history/demo-snippets/vue/ModalView_20220328162915.vue +0 -17
  146. package/.history/demo-snippets/vue/install_20211117134051.ts +0 -14
  147. package/.history/demo-snippets/vue/install_20220328153411.ts +0 -10
  148. package/.history/demo-snippets/vue/install_20220328154031.ts +0 -9
  149. package/.history/demo-snippets/vue/install_20220328162915.ts +0 -10
  150. package/.history/demo-vue/.npmrc_20220328151942 +0 -1
  151. package/.history/demo-vue/.npmrc_20220329084955 +0 -2
  152. package/.history/demo-vue/package_20220328151942.json +0 -60
  153. package/.history/demo-vue/package_20220328153206.json +0 -60
  154. package/.history/demo-vue/package_20220328153218.json +0 -59
  155. package/.history/demo-vue/package_20220328153326.json +0 -60
  156. package/.history/demo-vue/package_20220328153411.json +0 -60
  157. package/.history/demo_vue/app/App_20201115162303.vue +0 -118
  158. package/.history/demo_vue/app/App_20220328150238.vue +0 -118
  159. package/.history/demo_vue/app/App_20220328150240.vue +0 -116
  160. package/.history/demo_vue/app/App_20220328150241.vue +0 -115
  161. package/.history/demo_vue/package_20210511163846.json +0 -30
  162. package/.history/demo_vue/package_20220328145031.json +0 -30
  163. package/.history/demo_vue/package_20220328150155.json +0 -30
  164. package/.history/demo_vue/package_20220328151156.json +0 -29
  165. package/.history/demo_vue/tsconfig_20200909142713.json +0 -30
  166. package/.history/demo_vue/tsconfig_20220328151126.json +0 -28
  167. package/.history/demo_vue/tsconfig_20220328151129.json +0 -27
  168. package/.history/demo_vue/webpack.config_20200909141619.js +0 -370
  169. package/.history/demo_vue/webpack.config_20220328145113.js +0 -6
  170. package/.history/demo_vue/webpack.config_20220328145115.js +0 -5
  171. package/.history/lerna_20220104212014.json +0 -21
  172. package/.history/lerna_20220328152313.json +0 -21
  173. package/.history/package_20220311095923.json +0 -74
  174. package/.history/package_20220328152312.json +0 -74
  175. package/.history/packages/gesturehandler/blueprint_20220306151807.md +0 -221
  176. package/.history/packages/gesturehandler/blueprint_20220328164413.md +0 -74
  177. package/.history/packages/gesturehandler/package_20220325110528.json +0 -39
  178. package/.history/packages/gesturehandler/package_20220328152653.json +0 -52
  179. package/.history/packages/gesturehandler/package_20220328152719.json +0 -52
  180. package/.history/packages/gesturehandler/package_20220328153446.json +0 -52
  181. package/.history/packages/gesturehandler/package_20220328164418.json +0 -52
  182. package/.history/packages/gesturehandler/package_20220328164722.json +0 -52
  183. package/.history/packages/gesturehandler/platforms/android/java/com/swmansion/gesturehandler/GestureHandler_20210517182228.java +0 -544
  184. package/.history/packages/gesturehandler/platforms/android/java/com/swmansion/gesturehandler/GestureHandler_20220331104607.java +0 -540
  185. package/.history/packages/gesturehandler/platforms/android/java/com/swmansion/gesturehandler/LongPressGestureHandler_20210512101356.java +0 -81
  186. package/.history/packages/gesturehandler/platforms/android/java/com/swmansion/gesturehandler/LongPressGestureHandler_20220331111050.java +0 -81
  187. package/.history/packages/gesturehandler/tsconfig_20220328152950.json +0 -13
  188. package/.history/packages/gesturehandler/tsconfig_20220328153011.json +0 -13
  189. package/.history/plugin/platforms/android/include_20220125161223.gradle +0 -10
  190. package/.history/plugin/platforms/android/include_20220217110818.gradle +0 -19
  191. package/.history/plugin/platforms/android/include_20220217112410.gradle +0 -18
  192. package/.history/plugin/platforms/android/include_20220217153211.gradle +0 -19
  193. package/.history/plugin/platforms/android/include_20220218092908.gradle +0 -19
  194. package/.history/plugin/platforms/android/java/com/nativescript/gesturehandler/GestureLayout_20220217101202.java +0 -189
  195. package/.history/plugin/platforms/android/java/com/nativescript/gesturehandler/GestureLayout_20220217101931.java +0 -185
  196. package/.history/plugin/platforms/ios/src/GestureHandler_20201106183454.h +0 -98
  197. package/.history/plugin/platforms/ios/src/GestureHandler_20201111112216.m +0 -365
  198. package/.history/plugin/platforms/ios/src/GestureHandler_20220104160100.m +0 -369
  199. package/.history/plugin/platforms/ios/src/GestureHandler_20220104172158.h +0 -101
  200. package/.history/src/gesturehandler/gesturehandler.android_20220328144612.ts +0 -610
  201. package/.history/src/gesturehandler/gesturehandler.android_20220328154126.ts +0 -609
  202. package/.history/src/gesturehandler/gesturehandler.android_20220328154143.ts +0 -609
  203. package/.history/src/gesturehandler/gesturehandler.android_20220328154730.ts +0 -610
  204. package/.history/src/gesturehandler/gesturehandler.android_20220328160735.ts +0 -610
  205. package/.history/src/gesturehandler/gesturehandler.android_20220328161307.ts +0 -612
  206. package/.history/src/gesturehandler/gesturehandler.android_20220328161410.ts +0 -613
  207. package/.history/src/gesturehandler/gesturehandler.android_20220328161742.ts +0 -612
  208. package/.history/src/gesturehandler/gesturehandler.android_20220328162317.ts +0 -613
  209. package/.history/src/gesturehandler/gesturehandler.android_20220328162541.ts +0 -613
  210. package/.history/src/gesturehandler/gesturehandler.android_20220328162915.ts +0 -611
  211. package/.history/src/gesturehandler/gesturehandler.android_20220328163707.ts +0 -610
  212. package/.history/src/gesturehandler/gesturehandler.common_20220328144620.ts +0 -325
  213. package/.history/src/gesturehandler/gesturehandler.common_20220328153656.ts +0 -325
  214. package/.history/src/gesturehandler/gestures_override_20210512114352.ts +0 -523
  215. package/.history/src/gesturehandler/gestures_override_20220328155041.ts +0 -523
  216. package/.history/src/gesturehandler/gestures_override_20220328155424.ts +0 -525
  217. package/.history/src/gesturehandler/gestures_override_20220328160121.ts +0 -527
  218. package/.history/src/gesturehandler/gestures_override_20220328160132.ts +0 -527
  219. package/.history/src/gesturehandler/gestures_override_20220328160220.ts +0 -528
  220. package/.history/src/gesturehandler/gestures_override_20220328160416.ts +0 -529
  221. package/.history/src/gesturehandler/gestures_override_20220328160731.ts +0 -535
  222. package/.history/src/gesturehandler/gestures_override_20220328160808.ts +0 -536
  223. package/.history/src/gesturehandler/gestures_override_20220328160834.ts +0 -536
  224. package/.history/src/gesturehandler/gestures_override_20220328160909.ts +0 -536
  225. package/.history/src/gesturehandler/gestures_override_20220328160931.ts +0 -536
  226. package/.history/src/gesturehandler/gestures_override_20220328161052.ts +0 -536
  227. package/.history/src/gesturehandler/gestures_override_20220328161319.ts +0 -536
  228. package/.history/src/gesturehandler/gestures_override_20220328161759.ts +0 -534
  229. package/.history/src/gesturehandler/gestures_override_20220328162317.ts +0 -535
  230. package/.history/src/gesturehandler/gestures_override_20220328162503.ts +0 -535
  231. package/.history/src/gesturehandler/gestures_override_20220328170816.ts +0 -533
  232. package/.history/src/gesturehandler/vue/index_20201021164506.ts +0 -12
  233. package/.history/src/gesturehandler.android_20220325103749.ts +0 -574
  234. package/.history/src/gesturehandler.android_20220325110406.ts +0 -574
  235. package/.history/src/gesturehandler.android_20220328144613.ts +0 -610
  236. package/.history/src/gesturehandler.common_20220328144621.ts +0 -325
  237. package/.history/src/gesturehandler.d_20210422150412.ts +0 -154
  238. package/.history/src/gesturehandler.d_20220328144718.ts +0 -156
  239. package/.history/src/gesturehandler.ios_20220328144653.ts +0 -296
  240. package/.history/src/references.d_20200412093513.ts +0 -3
  241. package/.history/src/references.d_20220328144701.ts +0 -3
  242. package/.history/tsconfig_20220306153539.json +0 -9
  243. package/.history/tsconfig_20220328152313.json +0 -9
  244. package/.prettierignore +0 -4
  245. package/.prettierrc +0 -6
  246. package/.prettierrc.js +0 -7
  247. package/.settings/org.eclipse.buildship.core.prefs +0 -13
  248. package/.vscode/settings.json +0 -19
  249. package/CONTRIBUTING.md +0 -19
  250. package/build.gradle +0 -22
  251. package/config.json +0 -7
  252. package/demo-snippets/node_modules/.package-lock.json +0 -20
  253. package/demo-snippets/package.json +0 -7
  254. package/demo-snippets/vue/Basic.vue +0 -48
  255. package/demo-snippets/vue/ModalView.vue +0 -17
  256. package/demo-snippets/vue/install.ts +0 -10
  257. package/demo-vue/App_Resources/Android/app.gradle +0 -20
  258. package/demo-vue/App_Resources/Android/src/main/AndroidManifest.xml +0 -42
  259. package/demo-vue/App_Resources/Android/src/main/res/drawable/ic_launcher_foreground.xml +0 -15
  260. package/demo-vue/App_Resources/Android/src/main/res/drawable-hdpi/background.png +0 -0
  261. package/demo-vue/App_Resources/Android/src/main/res/drawable-hdpi/logo.png +0 -0
  262. package/demo-vue/App_Resources/Android/src/main/res/drawable-ldpi/background.png +0 -0
  263. package/demo-vue/App_Resources/Android/src/main/res/drawable-ldpi/logo.png +0 -0
  264. package/demo-vue/App_Resources/Android/src/main/res/drawable-mdpi/background.png +0 -0
  265. package/demo-vue/App_Resources/Android/src/main/res/drawable-mdpi/logo.png +0 -0
  266. package/demo-vue/App_Resources/Android/src/main/res/drawable-nodpi/splash_screen.xml +0 -8
  267. package/demo-vue/App_Resources/Android/src/main/res/drawable-xhdpi/background.png +0 -0
  268. package/demo-vue/App_Resources/Android/src/main/res/drawable-xhdpi/logo.png +0 -0
  269. package/demo-vue/App_Resources/Android/src/main/res/drawable-xxhdpi/background.png +0 -0
  270. package/demo-vue/App_Resources/Android/src/main/res/drawable-xxhdpi/logo.png +0 -0
  271. package/demo-vue/App_Resources/Android/src/main/res/drawable-xxxhdpi/background.png +0 -0
  272. package/demo-vue/App_Resources/Android/src/main/res/drawable-xxxhdpi/logo.png +0 -0
  273. package/demo-vue/App_Resources/Android/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +0 -5
  274. package/demo-vue/App_Resources/Android/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  275. package/demo-vue/App_Resources/Android/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  276. package/demo-vue/App_Resources/Android/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  277. package/demo-vue/App_Resources/Android/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  278. package/demo-vue/App_Resources/Android/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  279. package/demo-vue/App_Resources/Android/src/main/res/values/colors.xml +0 -7
  280. package/demo-vue/App_Resources/Android/src/main/res/values/ic_launcher_background.xml +0 -4
  281. package/demo-vue/App_Resources/Android/src/main/res/values/styles.xml +0 -42
  282. package/demo-vue/App_Resources/Android/src/main/res/values-v21/colors.xml +0 -4
  283. package/demo-vue/App_Resources/Android/src/main/res/values-v21/styles.xml +0 -28
  284. package/demo-vue/App_Resources/Android/src/main/res/values-v29/styles.xml +0 -12
  285. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -122
  286. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-1024.png +0 -0
  287. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-20.png +0 -0
  288. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-20@2x.png +0 -0
  289. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-20@3x.png +0 -0
  290. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29.png +0 -0
  291. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29@2x.png +0 -0
  292. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29@3x.png +0 -0
  293. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40.png +0 -0
  294. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40@2x.png +0 -0
  295. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40@3x.png +0 -0
  296. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-60@2x.png +0 -0
  297. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-60@3x.png +0 -0
  298. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-76.png +0 -0
  299. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-76@2x.png +0 -0
  300. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-83.5@2x.png +0 -0
  301. package/demo-vue/App_Resources/iOS/Assets.xcassets/Contents.json +0 -6
  302. package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.AspectFill.imageset/Contents.json +0 -23
  303. package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.AspectFill.imageset/LaunchScreen-AspectFill.png +0 -0
  304. package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.AspectFill.imageset/LaunchScreen-AspectFill@2x.png +0 -0
  305. package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.AspectFill.imageset/LaunchScreen-AspectFill@3x.png +0 -0
  306. package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.Center.imageset/Contents.json +0 -23
  307. package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.Center.imageset/LaunchScreen-Center.png +0 -0
  308. package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.Center.imageset/LaunchScreen-Center@2x.png +0 -0
  309. package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.Center.imageset/LaunchScreen-Center@3x.png +0 -0
  310. package/demo-vue/App_Resources/iOS/Info.plist +0 -47
  311. package/demo-vue/App_Resources/iOS/LaunchScreen.storyboard +0 -53
  312. package/demo-vue/App_Resources/iOS/build.xcconfig +0 -6
  313. package/demo-vue/app/app.scss +0 -11
  314. package/demo-vue/app/app.ts +0 -9
  315. package/demo-vue/app/components/Menu.vue +0 -54
  316. package/demo-vue/nativescript.config.ts +0 -11
  317. package/demo-vue/package.json +0 -60
  318. package/demo-vue/tsconfig.json +0 -25
  319. package/demo-vue/types/references.d.ts +0 -1
  320. package/demo-vue/types/shims.vue.d.ts +0 -4
  321. package/demo-vue/webpack.config.js +0 -42
  322. package/images/demo.gif +0 -0
  323. package/lerna.json +0 -21
  324. package/packages/gesturehandler/CHANGELOG.md +0 -609
  325. package/packages/gesturehandler/README.md +0 -176
  326. package/packages/gesturehandler/package.json +0 -52
  327. package/packages/gesturehandler/tsconfig.json +0 -13
  328. package/src/gesturehandler/gesturehandler.android.ts +0 -610
  329. package/src/gesturehandler/gesturehandler.common.ts +0 -325
  330. package/src/gesturehandler/gesturehandler.ios.ts +0 -296
  331. package/src/gesturehandler/gestures_override.ts +0 -532
  332. package/src/gesturehandler/references.d.ts +0 -3
  333. package/src/gesturehandler/vue/index.ts +0 -7
  334. package/src-native/.vscode/settings.json +0 -3
  335. package/src-native/android/.settings/org.eclipse.buildship.core.prefs +0 -13
  336. package/src-native/android/.vscode/settings.json +0 -3
  337. package/src-native/android/README.md +0 -14
  338. package/src-native/android/build.gradle +0 -25
  339. package/src-native/android/build.sh +0 -36
  340. package/src-native/android/gesturehandler/.classpath +0 -6
  341. package/src-native/android/gesturehandler/.settings/org.eclipse.buildship.core.prefs +0 -2
  342. package/src-native/android/gesturehandler/build.gradle +0 -84
  343. package/src-native/android/gesturehandler/gradle/wrapper/gradle-wrapper.jar +0 -0
  344. package/src-native/android/gesturehandler/gradle/wrapper/gradle-wrapper.properties +0 -6
  345. package/src-native/android/gesturehandler/gradlew +0 -160
  346. package/src-native/android/gesturehandler/gradlew.bat +0 -90
  347. package/src-native/android/gesturehandler/local.properties +0 -9
  348. package/src-native/android/gesturehandler/proguard-rules.pro +0 -17
  349. package/src-native/android/gesturehandler/src/main/AndroidManifest.xml +0 -9
  350. package/src-native/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  351. package/src-native/android/gradle/wrapper/gradle-wrapper.properties +0 -6
  352. package/src-native/android/gradle.properties +0 -23
  353. package/src-native/android/gradlew +0 -160
  354. package/src-native/android/gradlew.bat +0 -90
  355. package/src-native/android/settings.gradle +0 -1
  356. package/src-native/ios/GestureHandler.xcodeproj/project.pbxproj +0 -662
  357. package/src-native/ios/GestureHandler.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
  358. package/src-native/ios/GestureHandler.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  359. package/src-native/ios/GestureHandler.xcodeproj/xcshareddata/xcschemes/GestureHandler.xcscheme +0 -76
  360. package/src-native/ios/GestureHandler.xcodeproj/xcshareddata/xcschemes/GestureHandlerApp.xcscheme +0 -87
  361. package/src-native/ios/GestureHandler.xcodeproj/xcshareddata/xcschemes/GestureHandlerLib.xcscheme +0 -76
  362. package/src-native/ios/GestureHandler.xcodeproj/xcshareddata/xcschemes/test.xcscheme +0 -76
  363. package/src-native/ios/GestureHandler.xcodeproj/xcshareddata/xcschemes/universal.xcscheme +0 -76
  364. package/src-native/ios/build.sh +0 -10
  365. package/tools/.eslintrc.js +0 -252
  366. package/tools/builddoc.mjs +0 -54
  367. package/tools/common/.eslintrc.js +0 -3
  368. package/tools/common/.prettierignore +0 -4
  369. package/tools/common/.prettierrc.js +0 -7
  370. package/tools/common/references.d.ts +0 -3
  371. package/tools/package.json +0 -116
  372. package/tools/readme/blueprint.json +0 -10
  373. package/tools/readme/demos-and-development.md +0 -35
  374. package/tools/readme/edit-warning.md +0 -20
  375. package/tools/readme/questions.md +0 -3
  376. package/tools/readme.js +0 -54
  377. package/tools/sync.js +0 -102
  378. package/tools/tsconfig.doc.json +0 -10
  379. package/tools/tsconfig.eslint.json +0 -4
  380. package/tools/tsconfig.json +0 -38
  381. package/tools/typedoc.js +0 -17
  382. package/tools/update.js +0 -32
@@ -0,0 +1 @@
1
+ {}
package/CHANGELOG.md CHANGED
@@ -3,239 +3,243 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [0.2.1](https://github.com/nativescript-community/gesturehandler/compare/v0.2.0...v0.2.1) (2022-03-28)
6
+ ## [2.0.3](https://github.com/nativescript-community/gesturehandler/compare/v2.0.2...v2.0.3) (2022-04-11)
7
7
 
8
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
8
9
 
9
- ### Bug Fixes
10
10
 
11
- * detach fix ([440ca63](https://github.com/nativescript-community/gesturehandler/commit/440ca633dee2b5efbf9f0f26062b5bf0f348354d))
12
11
 
13
12
 
14
13
 
14
+ ## [2.0.2](https://github.com/nativescript-community/gesturehandler/compare/v2.0.1...v2.0.2) (2022-04-09)
15
15
 
16
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
16
17
 
17
- # [0.2.0](https://github.com/nativescript-community/gesturehandler/compare/v0.1.53...v0.2.0) (2022-03-28)
18
18
 
19
19
 
20
- ### Features
21
20
 
22
- * added `GestureRootView` to allow the plugin to work ([4167112](https://github.com/nativescript-community/gesturehandler/commit/4167112b698cf67bda568bce55cf647600ed5b78))
23
21
 
22
+ ## [2.0.1](https://github.com/nativescript-community/gesturehandler/compare/v0.2.2...v2.0.1) (2022-03-31)
23
+
24
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
24
25
 
25
26
 
26
27
 
27
28
 
28
- ## [0.1.53](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.52...v0.1.53) (2022-03-25)
29
+
30
+ ## [0.2.2](https://github.com/nativescript-community/gesturehandler/compare/v0.2.1...v0.2.2) (2022-03-31)
29
31
 
30
32
 
31
33
  ### Bug Fixes
32
34
 
33
- * **android:** override N gesture working with button ([a5fc49c](https://github.com/Akylas/nativescript-gesturehandler/commit/a5fc49ca85e289991caeac028f70aaaf27d48b7a))
35
+ * **android:** longpress not always recognized ([0ce2ce6](https://github.com/nativescript-community/gesturehandler/commit/0ce2ce681debb8f915467907c54fa9ec55a88f35))
34
36
 
35
37
 
36
38
 
37
39
 
38
40
 
39
- ## [0.1.52](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.51...v0.1.52) (2022-02-17)
41
+ ## [0.2.1](https://github.com/nativescript-community/gesturehandler/compare/v0.2.0...v0.2.1) (2022-03-28)
42
+
43
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
40
44
 
41
45
 
42
- ### Bug Fixes
43
46
 
44
- * **android:** buid fix in some cases ([a1b75ca](https://github.com/Akylas/nativescript-gesturehandler/commit/a1b75ca008ef13d8a33009c3f8b271bb7f5f70e4))
45
47
 
46
48
 
49
+ # [0.2.0](https://github.com/nativescript-community/gesturehandler/compare/v0.1.53...v0.2.0) (2022-03-28)
47
50
 
48
51
 
52
+ ### Features
49
53
 
50
- ## [0.1.51](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.50...v0.1.51) (2022-02-17)
54
+ * added `GestureRootView` to allow the plugin to work ([4167112](https://github.com/nativescript-community/gesturehandler/commit/4167112b698cf67bda568bce55cf647600ed5b78))
51
55
 
52
56
 
53
- ### Bug Fixes
54
57
 
55
- * allow plugin to work with @akylas/nativescript fork ([aad3276](https://github.com/Akylas/nativescript-gesturehandler/commit/aad3276d5abe54e79f9b955672007e2c67cb43fb))
58
+
59
+
60
+ ## [0.1.53](https://github.com/nativescript-community/gesturehandler/compare/v0.1.52...v0.1.53) (2022-03-25)
61
+
62
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
56
63
 
57
64
 
58
65
 
59
66
 
60
67
 
61
- ## [0.1.50](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.49...v0.1.50) (2022-01-04)
68
+ ## [0.1.52](https://github.com/nativescript-community/gesturehandler/compare/v0.1.51...v0.1.52) (2022-02-17)
62
69
 
63
70
 
64
71
  ### Bug Fixes
65
72
 
66
- * **ios:** build fix ([ce1a71e](https://github.com/Akylas/nativescript-gesturehandler/commit/ce1a71e8b323e97394a468b2d7d6194495757169))
73
+ * **android:** buid fix in some cases ([a1b75ca](https://github.com/nativescript-community/gesturehandler/commit/a1b75ca008ef13d8a33009c3f8b271bb7f5f70e4))
67
74
 
68
75
 
69
76
 
70
77
 
71
78
 
72
- ## [0.1.49](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.48...v0.1.49) (2022-01-04)
79
+ ## [0.1.51](https://github.com/nativescript-community/gesturehandler/compare/v0.1.50...v0.1.51) (2022-02-17)
73
80
 
74
81
 
75
82
  ### Bug Fixes
76
83
 
77
- * **ios:** ensure `setEnabled` is available through JS for GestureHandler ([56ec946](https://github.com/Akylas/nativescript-gesturehandler/commit/56ec94674699383160ff86ddf43a1edbe43bd506))
84
+ * allow plugin to work with @akylas/nativescript fork ([aad3276](https://github.com/nativescript-community/gesturehandler/commit/aad3276d5abe54e79f9b955672007e2c67cb43fb))
78
85
 
79
86
 
80
87
 
81
88
 
82
89
 
83
- ## [0.1.48](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.47...v0.1.48) (2021-10-11)
90
+ ## [0.1.50](https://github.com/nativescript-community/gesturehandler/compare/v0.1.49...v0.1.50) (2022-01-04)
84
91
 
85
- **Note:** Version bump only for package @nativescript-community/gesturehandler
86
92
 
93
+ ### Bug Fixes
87
94
 
95
+ * **ios:** build fix ([ce1a71e](https://github.com/nativescript-community/gesturehandler/commit/ce1a71e8b323e97394a468b2d7d6194495757169))
88
96
 
89
97
 
90
98
 
91
- ## [0.1.47](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.46...v0.1.47) (2021-09-22)
92
99
 
93
100
 
94
- ### Bug Fixes
101
+ ## [0.1.49](https://github.com/nativescript-community/gesturehandler/compare/v0.1.48...v0.1.49) (2022-01-04)
95
102
 
96
- * **android:** fix after break in last version ([5d5ceb9](https://github.com/Akylas/nativescript-gesturehandler/commit/5d5ceb9112a0b731e9779cd9b892da13ec4099a6))
97
103
 
104
+ ### Bug Fixes
98
105
 
106
+ * **ios:** ensure `setEnabled` is available through JS for GestureHandler ([56ec946](https://github.com/nativescript-community/gesturehandler/commit/56ec94674699383160ff86ddf43a1edbe43bd506))
99
107
 
100
108
 
101
109
 
102
- ## [0.1.46](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.45...v0.1.46) (2021-09-22)
103
110
 
104
111
 
105
- ### Bug Fixes
112
+ ## [0.1.48](https://github.com/nativescript-community/gesturehandler/compare/v0.1.47...v0.1.48) (2021-10-11)
106
113
 
107
- * **android:** gradle 7.0 fix ([9b7de7f](https://github.com/Akylas/nativescript-gesturehandler/commit/9b7de7ff377566a62efb3b5b0604c4669c66223e))
114
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
108
115
 
109
116
 
110
117
 
111
118
 
112
119
 
113
- ## [0.1.45](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.44...v0.1.45) (2021-06-04)
120
+ ## [0.1.47](https://github.com/nativescript-community/gesturehandler/compare/v0.1.46...v0.1.47) (2021-09-22)
114
121
 
115
122
 
116
123
  ### Bug Fixes
117
124
 
118
- * **android:** NPE fix ([4c57840](https://github.com/Akylas/nativescript-gesturehandler/commit/4c5784055974284849eb12749d59830ee22e1ee0))
125
+ * **android:** fix after break in last version ([5d5ceb9](https://github.com/nativescript-community/gesturehandler/commit/5d5ceb9112a0b731e9779cd9b892da13ec4099a6))
119
126
 
120
127
 
121
128
 
122
129
 
123
130
 
124
- ## [0.1.44](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.43...v0.1.44) (2021-05-17)
131
+ ## [0.1.46](https://github.com/nativescript-community/gesturehandler/compare/v0.1.45...v0.1.46) (2021-09-22)
125
132
 
126
133
 
127
134
  ### Bug Fixes
128
135
 
129
- * **android:** prevent crash ([65ce28a](https://github.com/Akylas/nativescript-gesturehandler/commit/65ce28adbac2657dbd204e932757cc78db103874))
136
+ * **android:** gradle 7.0 fix ([9b7de7f](https://github.com/nativescript-community/gesturehandler/commit/9b7de7ff377566a62efb3b5b0604c4669c66223e))
130
137
 
131
138
 
132
139
 
133
140
 
134
141
 
135
- ## [0.1.43](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.42...v0.1.43) (2021-05-12)
142
+ ## [0.1.45](https://github.com/nativescript-community/gesturehandler/compare/v0.1.44...v0.1.45) (2021-06-04)
136
143
 
137
144
 
138
145
  ### Bug Fixes
139
146
 
140
- * **android:** allow touch through on non clickable view ([ee0bd9e](https://github.com/Akylas/nativescript-gesturehandler/commit/ee0bd9e444ec1840e77d615111261ad174359de9))
141
- * override rewrite to get closer to N ([5d03a7d](https://github.com/Akylas/nativescript-gesturehandler/commit/5d03a7dfd753f346465adc0a9c8b686b372822a1))
142
- * positions in dpi ([b8d6a3d](https://github.com/Akylas/nativescript-gesturehandler/commit/b8d6a3da6676c09f137bca697837e11d0a2b51b5))
147
+ * **android:** NPE fix ([4c57840](https://github.com/nativescript-community/gesturehandler/commit/4c5784055974284849eb12749d59830ee22e1ee0))
143
148
 
144
149
 
145
150
 
146
151
 
147
152
 
148
- ## [0.1.42](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.41...v0.1.42) (2021-04-22)
153
+ ## [0.1.44](https://github.com/nativescript-community/gesturehandler/compare/v0.1.43...v0.1.44) (2021-05-17)
149
154
 
150
155
 
151
156
  ### Bug Fixes
152
157
 
153
- * nativeGetterKey option for handler ([9bf46bf](https://github.com/Akylas/nativescript-gesturehandler/commit/9bf46bf6aa3086f7e4f23d8e9eb6fe33d5e22b57))
158
+ * **android:** prevent crash ([65ce28a](https://github.com/nativescript-community/gesturehandler/commit/65ce28adbac2657dbd204e932757cc78db103874))
154
159
 
155
160
 
156
161
 
157
162
 
158
163
 
159
- ## [0.1.41](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.40...v0.1.41) (2021-03-26)
164
+ ## [0.1.43](https://github.com/nativescript-community/gesturehandler/compare/v0.1.42...v0.1.43) (2021-05-12)
160
165
 
161
166
 
162
167
  ### Bug Fixes
163
168
 
164
- * broken rlease! ([0a60ce3](https://github.com/Akylas/nativescript-gesturehandler/commit/0a60ce36fa0b2b39baad5a7621043b9eecaf0bda))
169
+ * **android:** allow touch through on non clickable view ([ee0bd9e](https://github.com/nativescript-community/gesturehandler/commit/ee0bd9e444ec1840e77d615111261ad174359de9))
165
170
 
166
171
 
167
172
 
168
173
 
169
174
 
170
- ## [0.1.40](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.39...v0.1.40) (2021-03-26)
175
+ ## [0.1.42](https://github.com/nativescript-community/gesturehandler/compare/v0.1.41...v0.1.42) (2021-04-22)
171
176
 
177
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
172
178
 
173
- ### Bug Fixes
174
179
 
175
- * exclusiveTouch css prop ([22df7cf](https://github.com/Akylas/nativescript-gesturehandler/commit/22df7cf838ba6acdc96db2400460f54508e114f4))
176
180
 
177
181
 
178
182
 
183
+ ## [0.1.41](https://github.com/nativescript-community/gesturehandler/compare/v0.1.40...v0.1.41) (2021-03-26)
179
184
 
185
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
180
186
 
181
- ## [0.1.39](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.38...v0.1.39) (2021-03-17)
182
187
 
183
188
 
184
- ### Bug Fixes
185
189
 
186
- * log removal ([86e4968](https://github.com/Akylas/nativescript-gesturehandler/commit/86e4968438a2c6272f8b2224ffe5647177c67615))
187
190
 
191
+ ## [0.1.40](https://github.com/nativescript-community/gesturehandler/compare/v0.1.39...v0.1.40) (2021-03-26)
188
192
 
193
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
189
194
 
190
195
 
191
196
 
192
- ## [0.1.38](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.37...v0.1.38) (2021-03-16)
193
197
 
194
198
 
195
- ### Bug Fixes
199
+ ## [0.1.39](https://github.com/nativescript-community/gesturehandler/compare/v0.1.38...v0.1.39) (2021-03-17)
200
+
201
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
196
202
 
197
- * removed logs ([f9c9808](https://github.com/Akylas/nativescript-gesturehandler/commit/f9c98082128cfd6414dc6be1baa10ef293e66f6f))
198
203
 
199
204
 
200
205
 
201
206
 
207
+ ## [0.1.38](https://github.com/nativescript-community/gesturehandler/compare/v0.1.37...v0.1.38) (2021-03-16)
202
208
 
203
- ## [0.1.37](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.36...v0.1.37) (2021-03-14)
209
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
204
210
 
205
211
 
206
- ### Bug Fixes
207
212
 
208
- * a lot of gesture overrides fixes ([c0976e2](https://github.com/Akylas/nativescript-gesturehandler/commit/c0976e2323733b5b723da330fe81b110517d72d8))
209
- * exclusive touch fix ([7cfe2d6](https://github.com/Akylas/nativescript-gesturehandler/commit/7cfe2d6042f22f1447e3a2d30a3632f83763a72f))
210
- * **ios:** override support for touch gesture ([64bd989](https://github.com/Akylas/nativescript-gesturehandler/commit/64bd989da67520f1a9ced397aae6308cef7df85c))
211
213
 
212
214
 
215
+ ## [0.1.37](https://github.com/nativescript-community/gesturehandler/compare/v0.1.36...v0.1.37) (2021-03-14)
213
216
 
217
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
214
218
 
215
219
 
216
- ## [0.1.36](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.35...v0.1.36) (2020-12-20)
217
220
 
218
221
 
219
- ### Features
220
222
 
221
- * exclusiveTouch property ([94f6599](https://github.com/Akylas/nativescript-gesturehandler/commit/94f6599e47f041b3055f24ec810d744316f905f9))
223
+ ## [0.1.36](https://github.com/nativescript-community/gesturehandler/compare/v0.1.35...v0.1.36) (2020-12-20)
224
+
225
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
222
226
 
223
227
 
224
228
 
225
229
 
226
230
 
227
- ## [0.1.35](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.34...v0.1.35) (2020-11-29)
231
+ ## [0.1.35](https://github.com/nativescript-community/gesturehandler/compare/v0.1.34...v0.1.35) (2020-11-29)
228
232
 
229
233
 
230
234
  ### Bug Fixes
231
235
 
232
- * android ensure we cancel events correctly ([30ffce3](https://github.com/Akylas/nativescript-gesturehandler/commit/30ffce318b0c4221501b1d6e23c219fc4a8ab356))
236
+ * android ensure we cancel events correctly ([30ffce3](https://github.com/nativescript-community/gesturehandler/commit/30ffce318b0c4221501b1d6e23c219fc4a8ab356))
233
237
 
234
238
 
235
239
 
236
240
 
237
241
 
238
- ## [0.1.34](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.33...v0.1.34) (2020-11-23)
242
+ ## [0.1.34](https://github.com/nativescript-community/gesturehandler/compare/v0.1.33...v0.1.34) (2020-11-23)
239
243
 
240
244
  **Note:** Version bump only for package @nativescript-community/gesturehandler
241
245
 
@@ -264,10 +268,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
264
268
 
265
269
  ## [0.1.31](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.30...v0.1.31) (2020-11-19)
266
270
 
267
-
268
- ### Bug Fixes
269
-
270
- * ios fix for gesture not activating ([f954c15](https://github.com/Akylas/nativescript-gesturehandler/commit/f954c15db50c660b3607242b5b54da389bf7ef08))
271
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
271
272
 
272
273
 
273
274
 
@@ -290,7 +291,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
290
291
  ### Bug Fixes
291
292
 
292
293
  * android fixes for native gestures ([c6321bb](https://github.com/Akylas/nativescript-gesturehandler/commit/c6321bb9ac0af4fe68636118cb334d548d4eafc6))
293
- * direction is now a number allowing masks ([7324cd9](https://github.com/Akylas/nativescript-gesturehandler/commit/7324cd90e984ef783f77db979134a281b24e68a2))
294
294
 
295
295
 
296
296
 
@@ -336,11 +336,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
336
336
 
337
337
  ## [0.1.24](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.23...v0.1.24) (2020-10-20)
338
338
 
339
-
340
- ### Bug Fixes
341
-
342
- * a few fixes ([ca5b220](https://github.com/Akylas/nativescript-gesturehandler/commit/ca5b220f9daa6c785e4c7507c6663df44664c854))
343
- * some fixes to prevent multiple attach ([5bcdb57](https://github.com/Akylas/nativescript-gesturehandler/commit/5bcdb57de1fad78fb6b1fe817ecc842137ac2b01))
339
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
344
340
 
345
341
 
346
342
 
@@ -353,9 +349,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
353
349
 
354
350
  * android fix taken from rn ([e8145e6](https://github.com/Akylas/nativescript-gesturehandler/commit/e8145e6339765679135ac22b6068977058a34fa8))
355
351
  * android nativeviewgesture dispatch cancel ([d5bb774](https://github.com/Akylas/nativescript-gesturehandler/commit/d5bb774f22beec6460e02cc1e87ff7e128080828))
356
- * Demo app commands not working. ([9e3701b](https://github.com/Akylas/nativescript-gesturehandler/commit/9e3701ba395d843a8e3b0e817fa9ef3b37a0fe52))
357
- * github stats not being visualized ([cb00f9c](https://github.com/Akylas/nativescript-gesturehandler/commit/cb00f9cfe4760171f28da409d3f062ae61796d1a))
358
- * multiple fixes for the overrides ([1be0719](https://github.com/Akylas/nativescript-gesturehandler/commit/1be0719e1f114451f87f123ad398108bdf7ace20))
359
352
 
360
353
 
361
354
 
@@ -377,7 +370,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
377
370
 
378
371
  ### Bug Fixes
379
372
 
380
- * **ios:** another fix ([e014a1b](https://github.com/Akylas/nativescript-gesturehandler/commit/e014a1b0abc4e764c32f225742d1fd7458fa6e35))
381
373
  * **ios:** plugin not building ([153403f](https://github.com/Akylas/nativescript-gesturehandler/commit/153403f77c1f23b5105c3e17f9d9bcbffb32b005))
382
374
 
383
375
 
@@ -386,10 +378,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
386
378
 
387
379
  ## [0.1.20](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.19...v0.1.20) (2020-09-08)
388
380
 
389
-
390
- ### Bug Fixes
391
-
392
- * dont package native compiled ([f306c47](https://github.com/Akylas/nativescript-gesturehandler/commit/f306c476391ad6a0aa18530c97f520ea721f8626))
381
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
393
382
 
394
383
 
395
384
 
@@ -424,10 +413,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
424
413
 
425
414
  ## [0.1.16](https://github.com/nativescript-community/gesturehandler/compare/v0.1.15...v0.1.16) (2020-05-28)
426
415
 
427
-
428
- ### Bug Fixes
429
-
430
- * esm fix ([ef2fe97](https://github.com/nativescript-community/gesturehandler/commit/ef2fe97714162a361c749f871c1ec1b768a40aec))
416
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
431
417
 
432
418
 
433
419
 
@@ -454,10 +440,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
454
440
 
455
441
  ## [0.1.13](https://github.com/nativescript-community/gesturehandler/compare/v0.1.12...v0.1.13) (2020-05-21)
456
442
 
457
-
458
- ### Bug Fixes
459
-
460
- * esm using import for tree shaking ([3d69b26](https://github.com/nativescript-community/gesturehandler/commit/3d69b2691cb2744de0f485498d9e22622226d233))
443
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
461
444
 
462
445
 
463
446
 
@@ -476,10 +459,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
476
459
 
477
460
  ## [0.1.11](https://github.com/nativescript-community/gesturehandler/compare/v0.1.10...v0.1.11) (2020-05-12)
478
461
 
479
-
480
- ### Bug Fixes
481
-
482
- * some override fixes ([df4defc](https://github.com/nativescript-community/gesturehandler/commit/df4defc435000f87a6467c6a1e5ad0c8f44a6455))
462
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
483
463
 
484
464
 
485
465
 
@@ -495,10 +475,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
495
475
 
496
476
  ## [0.1.9](https://github.com/nativescript-community/gesturehandler/compare/v0.1.8...v0.1.9) (2020-05-12)
497
477
 
498
-
499
- ### Bug Fixes
500
-
501
- * multi direction fling support ([4eec691](https://github.com/nativescript-community/gesturehandler/commit/4eec6915a90be8dc1e86199c3b979f7b6c81dbc7))
478
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
502
479
 
503
480
 
504
481
 
@@ -506,10 +483,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
506
483
 
507
484
  ## [0.1.8](https://github.com/nativescript-community/gesturehandler/compare/v0.1.7...v0.1.8) (2020-04-28)
508
485
 
509
-
510
- ### Bug Fixes
511
-
512
- * **android:** native extension ([d63348a](https://github.com/nativescript-community/gesturehandler/commit/d63348ae40a19bc9ff6d1213302d0b975f2897b7))
486
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
513
487
 
514
488
 
515
489
 
@@ -517,10 +491,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
517
491
 
518
492
  ## [0.1.7](https://github.com/nativescript-community/gesturehandler/compare/v0.1.6...v0.1.7) (2020-03-20)
519
493
 
520
-
521
- ### Bug Fixes
522
-
523
- * **ios:** build fix ([b3b3061](https://github.com/nativescript-community/gesturehandler/commit/b3b3061001e94b75aeafbafad5042a4897b5ba48))
494
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
524
495
 
525
496
 
526
497
 
@@ -536,10 +507,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
536
507
 
537
508
  ## [0.1.5](https://github.com/nativescript-community/gesturehandler/compare/v0.1.4...v0.1.5) (2020-01-17)
538
509
 
539
-
540
- ### Bug Fixes
541
-
542
- * wrong positions return on ios ([b63ec94](https://github.com/nativescript-community/gesturehandler/commit/b63ec94eabca89b756cb3c2f9f46f1e85dbe944c))
510
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
543
511
 
544
512
 
545
513
 
@@ -547,10 +515,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
547
515
 
548
516
  ## [0.1.4](https://github.com/nativescript-community/gesturehandler/compare/v0.1.3...v0.1.4) (2020-01-13)
549
517
 
550
-
551
- ### Bug Fixes
552
-
553
- * fix import for ios ([47b8f24](https://github.com/nativescript-community/gesturehandler/commit/47b8f24278322f426ce72dff5e27d0d77656de1d))
518
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
554
519
 
555
520
 
556
521
 
@@ -558,10 +523,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
558
523
 
559
524
  ## [0.1.3](https://github.com/nativescript-community/gesturehandler/compare/v0.1.2...v0.1.3) (2020-01-13)
560
525
 
561
-
562
- ### Bug Fixes
563
-
564
- * taphandler with doubletaphandler ([6c3ed76](https://github.com/nativescript-community/gesturehandler/commit/6c3ed76e958660ea83364f1e3e9e6fcef8e7a43b))
526
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
565
527
 
566
528
 
567
529
 
@@ -569,11 +531,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
569
531
 
570
532
  ## [0.1.2](https://github.com/nativescript-community/gesturehandler/compare/v0.1.1...v0.1.2) (2020-01-11)
571
533
 
572
-
573
- ### Bug Fixes
574
-
575
- * doc fixed ([f6ecc31](https://github.com/nativescript-community/gesturehandler/commit/f6ecc31df0fe39b9e96fa8a39f973e95e8f5a5ce))
576
- * some fixes ([18b8295](https://github.com/nativescript-community/gesturehandler/commit/18b8295f73cf582cbc10933db9be96bf582d340d))
534
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
577
535
 
578
536
 
579
537
 
@@ -581,17 +539,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
581
539
 
582
540
  ## [0.1.1](https://github.com/nativescript-community/gesturehandler/compare/v0.1.0...v0.1.1) (2020-01-07)
583
541
 
584
-
585
- ### Bug Fixes
586
-
587
- * custom ScaleGestureDetector to control minSpan ([1b7c739](https://github.com/nativescript-community/gesturehandler/commit/1b7c739dd681b4d1c131b0c142549ecf3d94db9e))
588
- * remove logs ([6c43171](https://github.com/nativescript-community/gesturehandler/commit/6c431715c034c4973f431842dba71e930714ccfd))
589
-
590
-
591
- ### Features
592
-
593
- * report all pointers locations for ios ([e5d42d1](https://github.com/nativescript-community/gesturehandler/commit/e5d42d13486c79dd3f487cb16a6f01a41b2a2053))
594
- * report all touch positions ([f147149](https://github.com/nativescript-community/gesturehandler/commit/f1471490bdf163f21c76bd5858dc93d53fc52805))
542
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
595
543
 
596
544
 
597
545
 
@@ -634,11 +582,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
634
582
 
635
583
  ## [0.0.8](https://github.com/nativescript-community/gesturehandler/compare/v0.0.7...v0.0.8) (2019-08-11)
636
584
 
637
-
638
- ### Bug Fixes
639
-
640
- * signature ([6ed89bf](https://github.com/nativescript-community/gesturehandler/commit/6ed89bf))
641
- * throw error is view has no parent page ([e7f67a4](https://github.com/nativescript-community/gesturehandler/commit/e7f67a4))
585
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
642
586
 
643
587
 
644
588
 
@@ -673,11 +617,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
673
617
 
674
618
  ## [0.0.4](https://github.com/nativescript-community/gesturehandler/compare/v0.0.3...v0.0.4) (2019-06-12)
675
619
 
676
-
677
- ### Bug Fixes
678
-
679
- * android one registry per page ([f57fccf](https://github.com/nativescript-community/gesturehandler/commit/f57fccf))
680
- * check for null ([0f0d83d](https://github.com/nativescript-community/gesturehandler/commit/0f0d83d))
620
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
681
621
 
682
622
 
683
623