@nativescript-community/gesturehandler 2.0.0 → 2.0.1

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 +68 -144
  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} +208 -228
  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} +74 -161
  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} +63 -171
  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,227 @@
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.1](https://github.com/nativescript-community/gesturehandler/compare/v0.2.2...v2.0.1) (2022-03-31)
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
+ ## [0.2.2](https://github.com/nativescript-community/gesturehandler/compare/v0.2.1...v0.2.2) (2022-03-31)
15
15
 
16
16
 
17
- # [0.2.0](https://github.com/nativescript-community/gesturehandler/compare/v0.1.53...v0.2.0) (2022-03-28)
17
+ ### Bug Fixes
18
18
 
19
+ * **android:** longpress not always recognized ([0ce2ce6](https://github.com/nativescript-community/gesturehandler/commit/0ce2ce681debb8f915467907c54fa9ec55a88f35))
19
20
 
20
- ### Features
21
21
 
22
- * added `GestureRootView` to allow the plugin to work ([4167112](https://github.com/nativescript-community/gesturehandler/commit/4167112b698cf67bda568bce55cf647600ed5b78))
23
22
 
24
23
 
25
24
 
25
+ ## [0.2.1](https://github.com/nativescript-community/gesturehandler/compare/v0.2.0...v0.2.1) (2022-03-28)
26
26
 
27
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
27
28
 
28
- ## [0.1.53](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.52...v0.1.53) (2022-03-25)
29
29
 
30
30
 
31
- ### Bug Fixes
32
31
 
33
- * **android:** override N gesture working with button ([a5fc49c](https://github.com/Akylas/nativescript-gesturehandler/commit/a5fc49ca85e289991caeac028f70aaaf27d48b7a))
34
32
 
33
+ # [0.2.0](https://github.com/nativescript-community/gesturehandler/compare/v0.1.53...v0.2.0) (2022-03-28)
35
34
 
36
35
 
36
+ ### Features
37
37
 
38
+ * added `GestureRootView` to allow the plugin to work ([4167112](https://github.com/nativescript-community/gesturehandler/commit/4167112b698cf67bda568bce55cf647600ed5b78))
38
39
 
39
- ## [0.1.52](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.51...v0.1.52) (2022-02-17)
40
40
 
41
41
 
42
- ### Bug Fixes
43
42
 
44
- * **android:** buid fix in some cases ([a1b75ca](https://github.com/Akylas/nativescript-gesturehandler/commit/a1b75ca008ef13d8a33009c3f8b271bb7f5f70e4))
45
43
 
44
+ ## [0.1.53](https://github.com/nativescript-community/gesturehandler/compare/v0.1.52...v0.1.53) (2022-03-25)
45
+
46
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
46
47
 
47
48
 
48
49
 
49
50
 
50
- ## [0.1.51](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.50...v0.1.51) (2022-02-17)
51
+
52
+ ## [0.1.52](https://github.com/nativescript-community/gesturehandler/compare/v0.1.51...v0.1.52) (2022-02-17)
51
53
 
52
54
 
53
55
  ### Bug Fixes
54
56
 
55
- * allow plugin to work with @akylas/nativescript fork ([aad3276](https://github.com/Akylas/nativescript-gesturehandler/commit/aad3276d5abe54e79f9b955672007e2c67cb43fb))
57
+ * **android:** buid fix in some cases ([a1b75ca](https://github.com/nativescript-community/gesturehandler/commit/a1b75ca008ef13d8a33009c3f8b271bb7f5f70e4))
56
58
 
57
59
 
58
60
 
59
61
 
60
62
 
61
- ## [0.1.50](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.49...v0.1.50) (2022-01-04)
63
+ ## [0.1.51](https://github.com/nativescript-community/gesturehandler/compare/v0.1.50...v0.1.51) (2022-02-17)
62
64
 
63
65
 
64
66
  ### Bug Fixes
65
67
 
66
- * **ios:** build fix ([ce1a71e](https://github.com/Akylas/nativescript-gesturehandler/commit/ce1a71e8b323e97394a468b2d7d6194495757169))
68
+ * allow plugin to work with @akylas/nativescript fork ([aad3276](https://github.com/nativescript-community/gesturehandler/commit/aad3276d5abe54e79f9b955672007e2c67cb43fb))
67
69
 
68
70
 
69
71
 
70
72
 
71
73
 
72
- ## [0.1.49](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.48...v0.1.49) (2022-01-04)
74
+ ## [0.1.50](https://github.com/nativescript-community/gesturehandler/compare/v0.1.49...v0.1.50) (2022-01-04)
73
75
 
74
76
 
75
77
  ### Bug Fixes
76
78
 
77
- * **ios:** ensure `setEnabled` is available through JS for GestureHandler ([56ec946](https://github.com/Akylas/nativescript-gesturehandler/commit/56ec94674699383160ff86ddf43a1edbe43bd506))
79
+ * **ios:** build fix ([ce1a71e](https://github.com/nativescript-community/gesturehandler/commit/ce1a71e8b323e97394a468b2d7d6194495757169))
78
80
 
79
81
 
80
82
 
81
83
 
82
84
 
83
- ## [0.1.48](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.47...v0.1.48) (2021-10-11)
85
+ ## [0.1.49](https://github.com/nativescript-community/gesturehandler/compare/v0.1.48...v0.1.49) (2022-01-04)
84
86
 
85
- **Note:** Version bump only for package @nativescript-community/gesturehandler
86
87
 
88
+ ### Bug Fixes
87
89
 
90
+ * **ios:** ensure `setEnabled` is available through JS for GestureHandler ([56ec946](https://github.com/nativescript-community/gesturehandler/commit/56ec94674699383160ff86ddf43a1edbe43bd506))
88
91
 
89
92
 
90
93
 
91
- ## [0.1.47](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.46...v0.1.47) (2021-09-22)
92
94
 
93
95
 
94
- ### Bug Fixes
96
+ ## [0.1.48](https://github.com/nativescript-community/gesturehandler/compare/v0.1.47...v0.1.48) (2021-10-11)
95
97
 
96
- * **android:** fix after break in last version ([5d5ceb9](https://github.com/Akylas/nativescript-gesturehandler/commit/5d5ceb9112a0b731e9779cd9b892da13ec4099a6))
98
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
97
99
 
98
100
 
99
101
 
100
102
 
101
103
 
102
- ## [0.1.46](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.45...v0.1.46) (2021-09-22)
104
+ ## [0.1.47](https://github.com/nativescript-community/gesturehandler/compare/v0.1.46...v0.1.47) (2021-09-22)
103
105
 
104
106
 
105
107
  ### Bug Fixes
106
108
 
107
- * **android:** gradle 7.0 fix ([9b7de7f](https://github.com/Akylas/nativescript-gesturehandler/commit/9b7de7ff377566a62efb3b5b0604c4669c66223e))
109
+ * **android:** fix after break in last version ([5d5ceb9](https://github.com/nativescript-community/gesturehandler/commit/5d5ceb9112a0b731e9779cd9b892da13ec4099a6))
108
110
 
109
111
 
110
112
 
111
113
 
112
114
 
113
- ## [0.1.45](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.44...v0.1.45) (2021-06-04)
115
+ ## [0.1.46](https://github.com/nativescript-community/gesturehandler/compare/v0.1.45...v0.1.46) (2021-09-22)
114
116
 
115
117
 
116
118
  ### Bug Fixes
117
119
 
118
- * **android:** NPE fix ([4c57840](https://github.com/Akylas/nativescript-gesturehandler/commit/4c5784055974284849eb12749d59830ee22e1ee0))
120
+ * **android:** gradle 7.0 fix ([9b7de7f](https://github.com/nativescript-community/gesturehandler/commit/9b7de7ff377566a62efb3b5b0604c4669c66223e))
119
121
 
120
122
 
121
123
 
122
124
 
123
125
 
124
- ## [0.1.44](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.43...v0.1.44) (2021-05-17)
126
+ ## [0.1.45](https://github.com/nativescript-community/gesturehandler/compare/v0.1.44...v0.1.45) (2021-06-04)
125
127
 
126
128
 
127
129
  ### Bug Fixes
128
130
 
129
- * **android:** prevent crash ([65ce28a](https://github.com/Akylas/nativescript-gesturehandler/commit/65ce28adbac2657dbd204e932757cc78db103874))
131
+ * **android:** NPE fix ([4c57840](https://github.com/nativescript-community/gesturehandler/commit/4c5784055974284849eb12749d59830ee22e1ee0))
130
132
 
131
133
 
132
134
 
133
135
 
134
136
 
135
- ## [0.1.43](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.42...v0.1.43) (2021-05-12)
137
+ ## [0.1.44](https://github.com/nativescript-community/gesturehandler/compare/v0.1.43...v0.1.44) (2021-05-17)
136
138
 
137
139
 
138
140
  ### Bug Fixes
139
141
 
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))
142
+ * **android:** prevent crash ([65ce28a](https://github.com/nativescript-community/gesturehandler/commit/65ce28adbac2657dbd204e932757cc78db103874))
143
143
 
144
144
 
145
145
 
146
146
 
147
147
 
148
- ## [0.1.42](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.41...v0.1.42) (2021-04-22)
148
+ ## [0.1.43](https://github.com/nativescript-community/gesturehandler/compare/v0.1.42...v0.1.43) (2021-05-12)
149
149
 
150
150
 
151
151
  ### Bug Fixes
152
152
 
153
- * nativeGetterKey option for handler ([9bf46bf](https://github.com/Akylas/nativescript-gesturehandler/commit/9bf46bf6aa3086f7e4f23d8e9eb6fe33d5e22b57))
154
-
155
-
156
-
157
-
158
-
159
- ## [0.1.41](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.40...v0.1.41) (2021-03-26)
160
-
153
+ * **android:** allow touch through on non clickable view ([ee0bd9e](https://github.com/nativescript-community/gesturehandler/commit/ee0bd9e444ec1840e77d615111261ad174359de9))
161
154
 
162
- ### Bug Fixes
163
155
 
164
- * broken rlease! ([0a60ce3](https://github.com/Akylas/nativescript-gesturehandler/commit/0a60ce36fa0b2b39baad5a7621043b9eecaf0bda))
165
156
 
166
157
 
167
158
 
159
+ ## [0.1.42](https://github.com/nativescript-community/gesturehandler/compare/v0.1.41...v0.1.42) (2021-04-22)
168
160
 
161
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
169
162
 
170
- ## [0.1.40](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.39...v0.1.40) (2021-03-26)
171
163
 
172
164
 
173
- ### Bug Fixes
174
165
 
175
- * exclusiveTouch css prop ([22df7cf](https://github.com/Akylas/nativescript-gesturehandler/commit/22df7cf838ba6acdc96db2400460f54508e114f4))
176
166
 
167
+ ## [0.1.41](https://github.com/nativescript-community/gesturehandler/compare/v0.1.40...v0.1.41) (2021-03-26)
177
168
 
169
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
178
170
 
179
171
 
180
172
 
181
- ## [0.1.39](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.38...v0.1.39) (2021-03-17)
182
173
 
183
174
 
184
- ### Bug Fixes
175
+ ## [0.1.40](https://github.com/nativescript-community/gesturehandler/compare/v0.1.39...v0.1.40) (2021-03-26)
185
176
 
186
- * log removal ([86e4968](https://github.com/Akylas/nativescript-gesturehandler/commit/86e4968438a2c6272f8b2224ffe5647177c67615))
177
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
187
178
 
188
179
 
189
180
 
190
181
 
191
182
 
192
- ## [0.1.38](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.37...v0.1.38) (2021-03-16)
183
+ ## [0.1.39](https://github.com/nativescript-community/gesturehandler/compare/v0.1.38...v0.1.39) (2021-03-17)
193
184
 
185
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
194
186
 
195
- ### Bug Fixes
196
187
 
197
- * removed logs ([f9c9808](https://github.com/Akylas/nativescript-gesturehandler/commit/f9c98082128cfd6414dc6be1baa10ef293e66f6f))
198
188
 
199
189
 
200
190
 
191
+ ## [0.1.38](https://github.com/nativescript-community/gesturehandler/compare/v0.1.37...v0.1.38) (2021-03-16)
201
192
 
193
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
202
194
 
203
- ## [0.1.37](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.36...v0.1.37) (2021-03-14)
204
195
 
205
196
 
206
- ### Bug Fixes
207
197
 
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
198
 
199
+ ## [0.1.37](https://github.com/nativescript-community/gesturehandler/compare/v0.1.36...v0.1.37) (2021-03-14)
212
200
 
201
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
213
202
 
214
203
 
215
204
 
216
- ## [0.1.36](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.35...v0.1.36) (2020-12-20)
217
205
 
218
206
 
219
- ### Features
207
+ ## [0.1.36](https://github.com/nativescript-community/gesturehandler/compare/v0.1.35...v0.1.36) (2020-12-20)
220
208
 
221
- * exclusiveTouch property ([94f6599](https://github.com/Akylas/nativescript-gesturehandler/commit/94f6599e47f041b3055f24ec810d744316f905f9))
209
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
222
210
 
223
211
 
224
212
 
225
213
 
226
214
 
227
- ## [0.1.35](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.34...v0.1.35) (2020-11-29)
215
+ ## [0.1.35](https://github.com/nativescript-community/gesturehandler/compare/v0.1.34...v0.1.35) (2020-11-29)
228
216
 
229
217
 
230
218
  ### Bug Fixes
231
219
 
232
- * android ensure we cancel events correctly ([30ffce3](https://github.com/Akylas/nativescript-gesturehandler/commit/30ffce318b0c4221501b1d6e23c219fc4a8ab356))
220
+ * android ensure we cancel events correctly ([30ffce3](https://github.com/nativescript-community/gesturehandler/commit/30ffce318b0c4221501b1d6e23c219fc4a8ab356))
233
221
 
234
222
 
235
223
 
236
224
 
237
225
 
238
- ## [0.1.34](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.33...v0.1.34) (2020-11-23)
226
+ ## [0.1.34](https://github.com/nativescript-community/gesturehandler/compare/v0.1.33...v0.1.34) (2020-11-23)
239
227
 
240
228
  **Note:** Version bump only for package @nativescript-community/gesturehandler
241
229
 
@@ -264,10 +252,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
264
252
 
265
253
  ## [0.1.31](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.30...v0.1.31) (2020-11-19)
266
254
 
267
-
268
- ### Bug Fixes
269
-
270
- * ios fix for gesture not activating ([f954c15](https://github.com/Akylas/nativescript-gesturehandler/commit/f954c15db50c660b3607242b5b54da389bf7ef08))
255
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
271
256
 
272
257
 
273
258
 
@@ -290,7 +275,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
290
275
  ### Bug Fixes
291
276
 
292
277
  * 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
278
 
295
279
 
296
280
 
@@ -336,11 +320,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
336
320
 
337
321
  ## [0.1.24](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.23...v0.1.24) (2020-10-20)
338
322
 
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))
323
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
344
324
 
345
325
 
346
326
 
@@ -353,9 +333,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
353
333
 
354
334
  * android fix taken from rn ([e8145e6](https://github.com/Akylas/nativescript-gesturehandler/commit/e8145e6339765679135ac22b6068977058a34fa8))
355
335
  * 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
336
 
360
337
 
361
338
 
@@ -377,7 +354,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
377
354
 
378
355
  ### Bug Fixes
379
356
 
380
- * **ios:** another fix ([e014a1b](https://github.com/Akylas/nativescript-gesturehandler/commit/e014a1b0abc4e764c32f225742d1fd7458fa6e35))
381
357
  * **ios:** plugin not building ([153403f](https://github.com/Akylas/nativescript-gesturehandler/commit/153403f77c1f23b5105c3e17f9d9bcbffb32b005))
382
358
 
383
359
 
@@ -386,10 +362,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
386
362
 
387
363
  ## [0.1.20](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.19...v0.1.20) (2020-09-08)
388
364
 
389
-
390
- ### Bug Fixes
391
-
392
- * dont package native compiled ([f306c47](https://github.com/Akylas/nativescript-gesturehandler/commit/f306c476391ad6a0aa18530c97f520ea721f8626))
365
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
393
366
 
394
367
 
395
368
 
@@ -424,10 +397,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
424
397
 
425
398
  ## [0.1.16](https://github.com/nativescript-community/gesturehandler/compare/v0.1.15...v0.1.16) (2020-05-28)
426
399
 
427
-
428
- ### Bug Fixes
429
-
430
- * esm fix ([ef2fe97](https://github.com/nativescript-community/gesturehandler/commit/ef2fe97714162a361c749f871c1ec1b768a40aec))
400
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
431
401
 
432
402
 
433
403
 
@@ -454,10 +424,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
454
424
 
455
425
  ## [0.1.13](https://github.com/nativescript-community/gesturehandler/compare/v0.1.12...v0.1.13) (2020-05-21)
456
426
 
457
-
458
- ### Bug Fixes
459
-
460
- * esm using import for tree shaking ([3d69b26](https://github.com/nativescript-community/gesturehandler/commit/3d69b2691cb2744de0f485498d9e22622226d233))
427
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
461
428
 
462
429
 
463
430
 
@@ -476,10 +443,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
476
443
 
477
444
  ## [0.1.11](https://github.com/nativescript-community/gesturehandler/compare/v0.1.10...v0.1.11) (2020-05-12)
478
445
 
479
-
480
- ### Bug Fixes
481
-
482
- * some override fixes ([df4defc](https://github.com/nativescript-community/gesturehandler/commit/df4defc435000f87a6467c6a1e5ad0c8f44a6455))
446
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
483
447
 
484
448
 
485
449
 
@@ -495,10 +459,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
495
459
 
496
460
  ## [0.1.9](https://github.com/nativescript-community/gesturehandler/compare/v0.1.8...v0.1.9) (2020-05-12)
497
461
 
498
-
499
- ### Bug Fixes
500
-
501
- * multi direction fling support ([4eec691](https://github.com/nativescript-community/gesturehandler/commit/4eec6915a90be8dc1e86199c3b979f7b6c81dbc7))
462
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
502
463
 
503
464
 
504
465
 
@@ -506,10 +467,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
506
467
 
507
468
  ## [0.1.8](https://github.com/nativescript-community/gesturehandler/compare/v0.1.7...v0.1.8) (2020-04-28)
508
469
 
509
-
510
- ### Bug Fixes
511
-
512
- * **android:** native extension ([d63348a](https://github.com/nativescript-community/gesturehandler/commit/d63348ae40a19bc9ff6d1213302d0b975f2897b7))
470
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
513
471
 
514
472
 
515
473
 
@@ -517,10 +475,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
517
475
 
518
476
  ## [0.1.7](https://github.com/nativescript-community/gesturehandler/compare/v0.1.6...v0.1.7) (2020-03-20)
519
477
 
520
-
521
- ### Bug Fixes
522
-
523
- * **ios:** build fix ([b3b3061](https://github.com/nativescript-community/gesturehandler/commit/b3b3061001e94b75aeafbafad5042a4897b5ba48))
478
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
524
479
 
525
480
 
526
481
 
@@ -536,10 +491,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
536
491
 
537
492
  ## [0.1.5](https://github.com/nativescript-community/gesturehandler/compare/v0.1.4...v0.1.5) (2020-01-17)
538
493
 
539
-
540
- ### Bug Fixes
541
-
542
- * wrong positions return on ios ([b63ec94](https://github.com/nativescript-community/gesturehandler/commit/b63ec94eabca89b756cb3c2f9f46f1e85dbe944c))
494
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
543
495
 
544
496
 
545
497
 
@@ -547,10 +499,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
547
499
 
548
500
  ## [0.1.4](https://github.com/nativescript-community/gesturehandler/compare/v0.1.3...v0.1.4) (2020-01-13)
549
501
 
550
-
551
- ### Bug Fixes
552
-
553
- * fix import for ios ([47b8f24](https://github.com/nativescript-community/gesturehandler/commit/47b8f24278322f426ce72dff5e27d0d77656de1d))
502
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
554
503
 
555
504
 
556
505
 
@@ -558,10 +507,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
558
507
 
559
508
  ## [0.1.3](https://github.com/nativescript-community/gesturehandler/compare/v0.1.2...v0.1.3) (2020-01-13)
560
509
 
561
-
562
- ### Bug Fixes
563
-
564
- * taphandler with doubletaphandler ([6c3ed76](https://github.com/nativescript-community/gesturehandler/commit/6c3ed76e958660ea83364f1e3e9e6fcef8e7a43b))
510
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
565
511
 
566
512
 
567
513
 
@@ -569,11 +515,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
569
515
 
570
516
  ## [0.1.2](https://github.com/nativescript-community/gesturehandler/compare/v0.1.1...v0.1.2) (2020-01-11)
571
517
 
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))
518
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
577
519
 
578
520
 
579
521
 
@@ -581,17 +523,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
581
523
 
582
524
  ## [0.1.1](https://github.com/nativescript-community/gesturehandler/compare/v0.1.0...v0.1.1) (2020-01-07)
583
525
 
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))
526
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
595
527
 
596
528
 
597
529
 
@@ -634,11 +566,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
634
566
 
635
567
  ## [0.0.8](https://github.com/nativescript-community/gesturehandler/compare/v0.0.7...v0.0.8) (2019-08-11)
636
568
 
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))
569
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
642
570
 
643
571
 
644
572
 
@@ -673,11 +601,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
673
601
 
674
602
  ## [0.0.4](https://github.com/nativescript-community/gesturehandler/compare/v0.0.3...v0.0.4) (2019-06-12)
675
603
 
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))
604
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
681
605
 
682
606
 
683
607