@nativescript-community/gesturehandler 0.2.2 → 2.0.0

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/.classpath +12 -0
  2. package/.eslintrc.js +3 -0
  3. package/.gitattributes +17 -0
  4. package/.github/FUNDING.yml +1 -0
  5. package/.github/issue_template.md +28 -0
  6. package/.gitmodules +6 -0
  7. package/.gradle/7.3/checksums/checksums.lock +0 -0
  8. package/.gradle/7.3/dependencies-accessors/dependencies-accessors.lock +0 -0
  9. package/.gradle/7.3/dependencies-accessors/gc.properties +0 -0
  10. package/.gradle/7.3/fileChanges/last-build.bin +0 -0
  11. package/.gradle/7.3/fileHashes/fileHashes.lock +0 -0
  12. package/.gradle/7.3/gc.properties +0 -0
  13. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  14. package/.gradle/buildOutputCleanup/cache.properties +2 -0
  15. package/.gradle/checksums/checksums.lock +0 -0
  16. package/.gradle/checksums/md5-checksums.bin +0 -0
  17. package/.gradle/checksums/sha1-checksums.bin +0 -0
  18. package/.gradle/vcs-1/gc.properties +0 -0
  19. package/.history/build_20201106173734.gradle +22 -0
  20. package/.history/build_20220218093019.gradle +22 -0
  21. package/.history/build_20220218093024.gradle +22 -0
  22. package/.history/build_20220218093151.gradle +22 -0
  23. package/.history/build_20220218093200.gradle +22 -0
  24. package/.history/build_20220218093224.gradle +22 -0
  25. package/.history/build_20220218093249.gradle +22 -0
  26. package/.history/build_20220218093334.gradle +22 -0
  27. package/.history/build_20220218093339.gradle +22 -0
  28. package/.history/build_20220218093341.gradle +22 -0
  29. package/.history/build_20220218093411.gradle +22 -0
  30. package/.history/build_20220218093413.gradle +22 -0
  31. package/.history/build_20220218093416.gradle +22 -0
  32. package/.history/build_20220218093421.gradle +23 -0
  33. package/.history/build_20220218093423.gradle +22 -0
  34. package/.history/build_20220218100008.gradle +22 -0
  35. package/.history/demo-snippets/package_20211119094134.json +7 -0
  36. package/.history/demo-snippets/package_20220328153105.json +7 -0
  37. package/.history/demo-snippets/package_20220328153251.json +7 -0
  38. package/.history/demo-snippets/package_20220328153410.json +7 -0
  39. package/.history/demo-snippets/vue/Basic_20210917174642.vue +46 -0
  40. package/.history/demo-snippets/vue/Basic_20220328154031.vue +44 -0
  41. package/.history/demo-snippets/vue/Basic_20220328154730.vue +46 -0
  42. package/.history/demo-snippets/vue/Basic_20220328154741.vue +46 -0
  43. package/.history/demo-snippets/vue/Basic_20220328154807.vue +47 -0
  44. package/.history/demo-snippets/vue/Basic_20220328154838.vue +51 -0
  45. package/.history/demo-snippets/vue/Basic_20220328154839.vue +51 -0
  46. package/.history/demo-snippets/vue/Basic_20220328154901.vue +52 -0
  47. package/.history/demo-snippets/vue/Basic_20220328154925.vue +52 -0
  48. package/.history/demo-snippets/vue/Basic_20220328162644.vue +52 -0
  49. package/.history/demo-snippets/vue/Basic_20220328162656.vue +48 -0
  50. package/.history/demo-snippets/vue/Basic_20220328162658.vue +48 -0
  51. package/.history/demo-snippets/vue/Basic_20220328162731.vue +48 -0
  52. package/.history/demo-snippets/vue/ModalView_20220328154527.vue +0 -0
  53. package/.history/demo-snippets/vue/ModalView_20220328154555.vue +15 -0
  54. package/.history/demo-snippets/vue/ModalView_20220328162755.vue +15 -0
  55. package/.history/demo-snippets/vue/ModalView_20220328162915.vue +17 -0
  56. package/.history/demo-snippets/vue/install_20211117134051.ts +14 -0
  57. package/.history/demo-snippets/vue/install_20220328153411.ts +10 -0
  58. package/.history/demo-snippets/vue/install_20220328154031.ts +9 -0
  59. package/.history/demo-snippets/vue/install_20220328162915.ts +10 -0
  60. package/.history/demo-vue/.npmrc_20220328151942 +1 -0
  61. package/.history/demo-vue/.npmrc_20220329084955 +2 -0
  62. package/.history/demo-vue/package_20220328151942.json +60 -0
  63. package/.history/demo-vue/package_20220328153206.json +60 -0
  64. package/.history/demo-vue/package_20220328153218.json +59 -0
  65. package/.history/demo-vue/package_20220328153326.json +60 -0
  66. package/.history/demo-vue/package_20220328153411.json +60 -0
  67. package/.history/demo_vue/app/App_20201115162303.vue +118 -0
  68. package/.history/demo_vue/app/App_20220328150238.vue +118 -0
  69. package/.history/demo_vue/app/App_20220328150240.vue +116 -0
  70. package/.history/demo_vue/app/App_20220328150241.vue +115 -0
  71. package/.history/demo_vue/package_20210511163846.json +30 -0
  72. package/.history/demo_vue/package_20220328145031.json +30 -0
  73. package/.history/demo_vue/package_20220328150155.json +30 -0
  74. package/.history/demo_vue/package_20220328151156.json +29 -0
  75. package/.history/demo_vue/tsconfig_20200909142713.json +30 -0
  76. package/.history/demo_vue/tsconfig_20220328151126.json +28 -0
  77. package/.history/demo_vue/tsconfig_20220328151129.json +27 -0
  78. package/.history/demo_vue/webpack.config_20200909141619.js +370 -0
  79. package/.history/demo_vue/webpack.config_20220328145113.js +6 -0
  80. package/.history/demo_vue/webpack.config_20220328145115.js +5 -0
  81. package/.history/lerna_20220104212014.json +21 -0
  82. package/.history/lerna_20220328152313.json +21 -0
  83. package/.history/package_20220311095923.json +74 -0
  84. package/.history/package_20220328152312.json +74 -0
  85. package/.history/packages/gesturehandler/blueprint_20220306151807.md +221 -0
  86. package/{blueprint.md → .history/packages/gesturehandler/blueprint_20220328164413.md} +0 -0
  87. package/.history/packages/gesturehandler/package_20220325110528.json +39 -0
  88. package/.history/packages/gesturehandler/package_20220328152653.json +52 -0
  89. package/.history/packages/gesturehandler/package_20220328152719.json +52 -0
  90. package/.history/packages/gesturehandler/package_20220328153446.json +52 -0
  91. package/.history/packages/gesturehandler/package_20220328164418.json +52 -0
  92. package/.history/packages/gesturehandler/package_20220328164722.json +52 -0
  93. package/.history/packages/gesturehandler/platforms/android/java/com/swmansion/gesturehandler/GestureHandler_20210517182228.java +544 -0
  94. package/{platforms/android/java/com/swmansion/gesturehandler/GestureHandler.java → .history/packages/gesturehandler/platforms/android/java/com/swmansion/gesturehandler/GestureHandler_20220331104607.java} +0 -0
  95. package/.history/packages/gesturehandler/platforms/android/java/com/swmansion/gesturehandler/LongPressGestureHandler_20210512101356.java +81 -0
  96. package/{platforms/android/java/com/swmansion/gesturehandler/LongPressGestureHandler.java → .history/packages/gesturehandler/platforms/android/java/com/swmansion/gesturehandler/LongPressGestureHandler_20220331111050.java} +0 -0
  97. package/.history/packages/gesturehandler/tsconfig_20220328152950.json +13 -0
  98. package/.history/packages/gesturehandler/tsconfig_20220328153011.json +13 -0
  99. package/.history/plugin/platforms/android/include_20220125161223.gradle +10 -0
  100. package/.history/plugin/platforms/android/include_20220217110818.gradle +19 -0
  101. package/.history/plugin/platforms/android/include_20220217112410.gradle +18 -0
  102. package/{platforms/android/include.gradle → .history/plugin/platforms/android/include_20220217153211.gradle} +0 -0
  103. package/.history/plugin/platforms/android/include_20220218092908.gradle +19 -0
  104. package/{platforms/android/java/com/nativescript/gesturehandler/PageLayout.java → .history/plugin/platforms/android/java/com/nativescript/gesturehandler/GestureLayout_20220217101202.java} +0 -0
  105. package/.history/plugin/platforms/android/java/com/nativescript/gesturehandler/GestureLayout_20220217101931.java +185 -0
  106. package/.history/plugin/platforms/ios/src/GestureHandler_20201106183454.h +98 -0
  107. package/.history/plugin/platforms/ios/src/GestureHandler_20201111112216.m +365 -0
  108. package/.history/plugin/platforms/ios/src/GestureHandler_20220104160100.m +369 -0
  109. package/{platforms/ios/src/GestureHandler.h → .history/plugin/platforms/ios/src/GestureHandler_20220104172158.h} +0 -0
  110. package/.history/src/gesturehandler/gesturehandler.android_20220328144612.ts +610 -0
  111. package/.history/src/gesturehandler/gesturehandler.android_20220328154126.ts +609 -0
  112. package/.history/src/gesturehandler/gesturehandler.android_20220328154143.ts +609 -0
  113. package/.history/src/gesturehandler/gesturehandler.android_20220328154730.ts +610 -0
  114. package/.history/src/gesturehandler/gesturehandler.android_20220328160735.ts +610 -0
  115. package/.history/src/gesturehandler/gesturehandler.android_20220328161307.ts +612 -0
  116. package/.history/src/gesturehandler/gesturehandler.android_20220328161410.ts +613 -0
  117. package/.history/src/gesturehandler/gesturehandler.android_20220328161742.ts +612 -0
  118. package/.history/src/gesturehandler/gesturehandler.android_20220328162317.ts +613 -0
  119. package/.history/src/gesturehandler/gesturehandler.android_20220328162541.ts +613 -0
  120. package/.history/src/gesturehandler/gesturehandler.android_20220328162915.ts +611 -0
  121. package/{gesturehandler.android.js → .history/src/gesturehandler/gesturehandler.android_20220328163618.ts} +228 -208
  122. package/.history/src/gesturehandler/gesturehandler.android_20220328163707.ts +610 -0
  123. package/.history/src/gesturehandler/gesturehandler.common_20220328144620.ts +325 -0
  124. package/.history/src/gesturehandler/gesturehandler.common_20220328153656.ts +325 -0
  125. package/.history/src/gesturehandler/gestures_override_20210512114352.ts +523 -0
  126. package/.history/src/gesturehandler/gestures_override_20220328155041.ts +523 -0
  127. package/.history/src/gesturehandler/gestures_override_20220328155424.ts +525 -0
  128. package/.history/src/gesturehandler/gestures_override_20220328160121.ts +527 -0
  129. package/.history/src/gesturehandler/gestures_override_20220328160132.ts +527 -0
  130. package/.history/src/gesturehandler/gestures_override_20220328160220.ts +528 -0
  131. package/.history/src/gesturehandler/gestures_override_20220328160416.ts +529 -0
  132. package/.history/src/gesturehandler/gestures_override_20220328160731.ts +535 -0
  133. package/.history/src/gesturehandler/gestures_override_20220328160808.ts +536 -0
  134. package/.history/src/gesturehandler/gestures_override_20220328160834.ts +536 -0
  135. package/.history/src/gesturehandler/gestures_override_20220328160909.ts +536 -0
  136. package/.history/src/gesturehandler/gestures_override_20220328160931.ts +536 -0
  137. package/.history/src/gesturehandler/gestures_override_20220328161052.ts +536 -0
  138. package/.history/src/gesturehandler/gestures_override_20220328161319.ts +536 -0
  139. package/.history/src/gesturehandler/gestures_override_20220328161759.ts +534 -0
  140. package/.history/src/gesturehandler/gestures_override_20220328162317.ts +535 -0
  141. package/.history/src/gesturehandler/gestures_override_20220328162503.ts +535 -0
  142. package/.history/src/gesturehandler/gestures_override_20220328170816.ts +533 -0
  143. package/{gestures_override.js → .history/src/gesturehandler/gestures_override_20220328170818.ts} +171 -63
  144. package/.history/src/gesturehandler/vue/index_20201021164506.ts +12 -0
  145. package/{vue/index.js → .history/src/gesturehandler/vue/index_20220328163021.ts} +1 -1
  146. package/.history/src/gesturehandler.android_20220325103749.ts +574 -0
  147. package/.history/src/gesturehandler.android_20220325110406.ts +574 -0
  148. package/.history/src/gesturehandler.android_20220328144613.ts +610 -0
  149. package/{gesturehandler.common.js → .history/src/gesturehandler.common_20210512114125.ts} +161 -74
  150. package/.history/src/gesturehandler.common_20220328144621.ts +325 -0
  151. package/.history/src/gesturehandler.d_20210422150412.ts +154 -0
  152. package/{gesturehandler.d.ts → .history/src/gesturehandler.d_20220328144718.ts} +0 -0
  153. package/{gesturehandler.ios.js → .history/src/gesturehandler.ios_20210422150701.ts} +100 -71
  154. package/.history/src/gesturehandler.ios_20220328144653.ts +296 -0
  155. package/.history/src/references.d_20200412093513.ts +3 -0
  156. package/.history/src/references.d_20220328144701.ts +3 -0
  157. package/.history/tsconfig_20220306153539.json +9 -0
  158. package/.history/tsconfig_20220328152313.json +9 -0
  159. package/.prettierignore +4 -0
  160. package/.prettierrc +6 -0
  161. package/.prettierrc.js +7 -0
  162. package/.settings/org.eclipse.buildship.core.prefs +13 -0
  163. package/.vscode/settings.json +19 -0
  164. package/CHANGELOG.md +147 -63
  165. package/CONTRIBUTING.md +19 -0
  166. package/README.md +12 -132
  167. package/build.gradle +22 -0
  168. package/config.json +7 -0
  169. package/demo-snippets/node_modules/.package-lock.json +20 -0
  170. package/demo-snippets/package.json +7 -0
  171. package/demo-snippets/vue/Basic.vue +48 -0
  172. package/demo-snippets/vue/ModalView.vue +17 -0
  173. package/demo-snippets/vue/install.ts +10 -0
  174. package/demo-vue/App_Resources/Android/app.gradle +20 -0
  175. package/demo-vue/App_Resources/Android/src/main/AndroidManifest.xml +42 -0
  176. package/demo-vue/App_Resources/Android/src/main/res/drawable/ic_launcher_foreground.xml +15 -0
  177. package/demo-vue/App_Resources/Android/src/main/res/drawable-hdpi/background.png +0 -0
  178. package/demo-vue/App_Resources/Android/src/main/res/drawable-hdpi/logo.png +0 -0
  179. package/demo-vue/App_Resources/Android/src/main/res/drawable-ldpi/background.png +0 -0
  180. package/demo-vue/App_Resources/Android/src/main/res/drawable-ldpi/logo.png +0 -0
  181. package/demo-vue/App_Resources/Android/src/main/res/drawable-mdpi/background.png +0 -0
  182. package/demo-vue/App_Resources/Android/src/main/res/drawable-mdpi/logo.png +0 -0
  183. package/demo-vue/App_Resources/Android/src/main/res/drawable-nodpi/splash_screen.xml +8 -0
  184. package/demo-vue/App_Resources/Android/src/main/res/drawable-xhdpi/background.png +0 -0
  185. package/demo-vue/App_Resources/Android/src/main/res/drawable-xhdpi/logo.png +0 -0
  186. package/demo-vue/App_Resources/Android/src/main/res/drawable-xxhdpi/background.png +0 -0
  187. package/demo-vue/App_Resources/Android/src/main/res/drawable-xxhdpi/logo.png +0 -0
  188. package/demo-vue/App_Resources/Android/src/main/res/drawable-xxxhdpi/background.png +0 -0
  189. package/demo-vue/App_Resources/Android/src/main/res/drawable-xxxhdpi/logo.png +0 -0
  190. package/demo-vue/App_Resources/Android/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +5 -0
  191. package/demo-vue/App_Resources/Android/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  192. package/demo-vue/App_Resources/Android/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  193. package/demo-vue/App_Resources/Android/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  194. package/demo-vue/App_Resources/Android/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  195. package/demo-vue/App_Resources/Android/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  196. package/demo-vue/App_Resources/Android/src/main/res/values/colors.xml +7 -0
  197. package/demo-vue/App_Resources/Android/src/main/res/values/ic_launcher_background.xml +4 -0
  198. package/demo-vue/App_Resources/Android/src/main/res/values/styles.xml +42 -0
  199. package/demo-vue/App_Resources/Android/src/main/res/values-v21/colors.xml +4 -0
  200. package/demo-vue/App_Resources/Android/src/main/res/values-v21/styles.xml +28 -0
  201. package/demo-vue/App_Resources/Android/src/main/res/values-v29/styles.xml +12 -0
  202. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/Contents.json +122 -0
  203. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-1024.png +0 -0
  204. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-20.png +0 -0
  205. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-20@2x.png +0 -0
  206. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-20@3x.png +0 -0
  207. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29.png +0 -0
  208. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29@2x.png +0 -0
  209. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29@3x.png +0 -0
  210. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40.png +0 -0
  211. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40@2x.png +0 -0
  212. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40@3x.png +0 -0
  213. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-60@2x.png +0 -0
  214. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-60@3x.png +0 -0
  215. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-76.png +0 -0
  216. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-76@2x.png +0 -0
  217. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-83.5@2x.png +0 -0
  218. package/demo-vue/App_Resources/iOS/Assets.xcassets/Contents.json +6 -0
  219. package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.AspectFill.imageset/Contents.json +23 -0
  220. package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.AspectFill.imageset/LaunchScreen-AspectFill.png +0 -0
  221. package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.AspectFill.imageset/LaunchScreen-AspectFill@2x.png +0 -0
  222. package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.AspectFill.imageset/LaunchScreen-AspectFill@3x.png +0 -0
  223. package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.Center.imageset/Contents.json +23 -0
  224. package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.Center.imageset/LaunchScreen-Center.png +0 -0
  225. package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.Center.imageset/LaunchScreen-Center@2x.png +0 -0
  226. package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.Center.imageset/LaunchScreen-Center@3x.png +0 -0
  227. package/demo-vue/App_Resources/iOS/Info.plist +47 -0
  228. package/demo-vue/App_Resources/iOS/LaunchScreen.storyboard +53 -0
  229. package/demo-vue/App_Resources/iOS/build.xcconfig +6 -0
  230. package/demo-vue/app/app.scss +11 -0
  231. package/demo-vue/app/app.ts +9 -0
  232. package/demo-vue/app/components/Menu.vue +54 -0
  233. package/demo-vue/nativescript.config.ts +11 -0
  234. package/demo-vue/package.json +60 -0
  235. package/demo-vue/tsconfig.json +25 -0
  236. package/demo-vue/types/references.d.ts +1 -0
  237. package/demo-vue/types/shims.vue.d.ts +4 -0
  238. package/demo-vue/webpack.config.js +42 -0
  239. package/images/demo.gif +0 -0
  240. package/lerna.json +21 -0
  241. package/package.json +60 -51
  242. package/packages/gesturehandler/CHANGELOG.md +609 -0
  243. package/packages/gesturehandler/README.md +176 -0
  244. package/packages/gesturehandler/blueprint.md +74 -0
  245. package/packages/gesturehandler/package.json +52 -0
  246. package/{platforms → packages/gesturehandler/platforms}/android/AndroidManifest.xml +0 -0
  247. package/packages/gesturehandler/platforms/android/include.gradle +19 -0
  248. package/{platforms → packages/gesturehandler/platforms}/android/java/com/nativescript/gesturehandler/GestureHandlerInteractionController.java +0 -0
  249. package/packages/gesturehandler/platforms/android/java/com/nativescript/gesturehandler/PageLayout.java +189 -0
  250. package/{platforms → packages/gesturehandler/platforms}/android/java/com/nativescript/gesturehandler/RootViewGestureHandler.java +0 -0
  251. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/BaseGestureHandlerInteractionController.java +0 -0
  252. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/FlingGestureHandler.java +0 -0
  253. package/packages/gesturehandler/platforms/android/java/com/swmansion/gesturehandler/GestureHandler.java +540 -0
  254. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/GestureHandlerInteractionController.java +0 -0
  255. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/GestureHandlerOrchestrator.java +0 -0
  256. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/GestureHandlerRegistry.java +0 -0
  257. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/GestureHandlerRegistryImpl.java +0 -0
  258. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/GestureUtils.java +0 -0
  259. package/packages/gesturehandler/platforms/android/java/com/swmansion/gesturehandler/LongPressGestureHandler.java +81 -0
  260. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/NativeViewGestureHandler.java +0 -0
  261. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/OnTouchEventListener.java +0 -0
  262. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/PanGestureHandler.java +0 -0
  263. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/PinchGestureHandler.java +0 -0
  264. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/PointerEvents.java +0 -0
  265. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/PointerEventsConfig.java +0 -0
  266. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/PointerEventsSpec.java +0 -0
  267. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/RotationGestureDetector.java +0 -0
  268. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/RotationGestureHandler.java +0 -0
  269. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/ScaleGestureDetector.java +0 -0
  270. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/TapGestureHandler.java +0 -0
  271. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/ViewConfigurationHelper.java +0 -0
  272. package/{platforms → packages/gesturehandler/platforms}/android/native-api-usage.json +0 -0
  273. package/{platforms → packages/gesturehandler/platforms}/android/res/values/config.xml +0 -0
  274. package/{platforms → packages/gesturehandler/platforms}/ios/src/FlingHandler.h +0 -0
  275. package/{platforms → packages/gesturehandler/platforms}/ios/src/FlingHandler.m +0 -0
  276. package/{platforms → packages/gesturehandler/platforms}/ios/src/ForceTouchHandler.h +0 -0
  277. package/{platforms → packages/gesturehandler/platforms}/ios/src/ForceTouchHandler.m +0 -0
  278. package/packages/gesturehandler/platforms/ios/src/GestureHandler.h +101 -0
  279. package/{platforms → packages/gesturehandler/platforms}/ios/src/GestureHandler.m +0 -0
  280. package/{platforms → packages/gesturehandler/platforms}/ios/src/GestureHandlerDirection.h +0 -0
  281. package/{platforms → packages/gesturehandler/platforms}/ios/src/GestureHandlerEvents.h +0 -0
  282. package/{platforms → packages/gesturehandler/platforms}/ios/src/GestureHandlerEvents.m +0 -0
  283. package/{platforms → packages/gesturehandler/platforms}/ios/src/GestureHandlerHeader.h +0 -0
  284. package/{platforms → packages/gesturehandler/platforms}/ios/src/GestureHandlerManager.h +0 -0
  285. package/{platforms → packages/gesturehandler/platforms}/ios/src/GestureHandlerManager.m +0 -0
  286. package/{platforms → packages/gesturehandler/platforms}/ios/src/GestureHandlerRegistry.h +0 -0
  287. package/{platforms → packages/gesturehandler/platforms}/ios/src/GestureHandlerRegistry.m +0 -0
  288. package/{platforms → packages/gesturehandler/platforms}/ios/src/GestureHandlerState.h +0 -0
  289. package/{platforms → packages/gesturehandler/platforms}/ios/src/LongPressHandler.h +0 -0
  290. package/{platforms → packages/gesturehandler/platforms}/ios/src/LongPressHandler.m +0 -0
  291. package/{platforms → packages/gesturehandler/platforms}/ios/src/NativeViewHandler.h +0 -0
  292. package/{platforms → packages/gesturehandler/platforms}/ios/src/NativeViewHandler.m +0 -0
  293. package/{platforms → packages/gesturehandler/platforms}/ios/src/PanHandler.h +0 -0
  294. package/{platforms → packages/gesturehandler/platforms}/ios/src/PanHandler.m +0 -0
  295. package/{platforms → packages/gesturehandler/platforms}/ios/src/PinchHandler.h +0 -0
  296. package/{platforms → packages/gesturehandler/platforms}/ios/src/PinchHandler.m +0 -0
  297. package/{platforms → packages/gesturehandler/platforms}/ios/src/RootViewGestureRecognizer.h +0 -0
  298. package/{platforms → packages/gesturehandler/platforms}/ios/src/RootViewGestureRecognizer.m +0 -0
  299. package/{platforms → packages/gesturehandler/platforms}/ios/src/RotationHandler.h +0 -0
  300. package/{platforms → packages/gesturehandler/platforms}/ios/src/RotationHandler.m +0 -0
  301. package/{platforms → packages/gesturehandler/platforms}/ios/src/TapHandler.h +0 -0
  302. package/{platforms → packages/gesturehandler/platforms}/ios/src/TapHandler.m +0 -0
  303. package/{platforms → packages/gesturehandler/platforms}/ios/src/module.modulemap +0 -0
  304. package/packages/gesturehandler/tsconfig.json +13 -0
  305. package/references.d.ts +3 -3
  306. package/src/gesturehandler/gesturehandler.android.ts +610 -0
  307. package/src/gesturehandler/gesturehandler.common.ts +325 -0
  308. package/src/gesturehandler/gesturehandler.d.ts +156 -0
  309. package/src/gesturehandler/gesturehandler.ios.ts +296 -0
  310. package/src/gesturehandler/gestures_override.ts +532 -0
  311. package/src/gesturehandler/references.d.ts +3 -0
  312. package/{typings → src/gesturehandler/typings}/android.d.ts +0 -0
  313. package/{typings → src/gesturehandler/typings}/extensions.android.d.ts +0 -0
  314. package/{typings → src/gesturehandler/typings}/ios.d.ts +0 -0
  315. package/src/gesturehandler/vue/index.ts +7 -0
  316. package/src-native/.vscode/settings.json +3 -0
  317. package/src-native/android/.settings/org.eclipse.buildship.core.prefs +13 -0
  318. package/src-native/android/.vscode/settings.json +3 -0
  319. package/src-native/android/README.md +14 -0
  320. package/src-native/android/build.gradle +25 -0
  321. package/src-native/android/build.sh +36 -0
  322. package/src-native/android/gesturehandler/.classpath +6 -0
  323. package/src-native/android/gesturehandler/.settings/org.eclipse.buildship.core.prefs +2 -0
  324. package/src-native/android/gesturehandler/build.gradle +84 -0
  325. package/src-native/android/gesturehandler/gradle/wrapper/gradle-wrapper.jar +0 -0
  326. package/src-native/android/gesturehandler/gradle/wrapper/gradle-wrapper.properties +6 -0
  327. package/src-native/android/gesturehandler/gradlew +160 -0
  328. package/src-native/android/gesturehandler/gradlew.bat +90 -0
  329. package/src-native/android/gesturehandler/local.properties +9 -0
  330. package/src-native/android/gesturehandler/proguard-rules.pro +17 -0
  331. package/src-native/android/gesturehandler/src/main/AndroidManifest.xml +9 -0
  332. package/src-native/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  333. package/src-native/android/gradle/wrapper/gradle-wrapper.properties +6 -0
  334. package/src-native/android/gradle.properties +23 -0
  335. package/src-native/android/gradlew +160 -0
  336. package/src-native/android/gradlew.bat +90 -0
  337. package/src-native/android/settings.gradle +1 -0
  338. package/src-native/ios/GestureHandler.xcodeproj/project.pbxproj +662 -0
  339. package/src-native/ios/GestureHandler.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  340. package/src-native/ios/GestureHandler.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
  341. package/src-native/ios/GestureHandler.xcodeproj/xcshareddata/xcschemes/GestureHandler.xcscheme +76 -0
  342. package/src-native/ios/GestureHandler.xcodeproj/xcshareddata/xcschemes/GestureHandlerApp.xcscheme +87 -0
  343. package/src-native/ios/GestureHandler.xcodeproj/xcshareddata/xcschemes/GestureHandlerLib.xcscheme +76 -0
  344. package/src-native/ios/GestureHandler.xcodeproj/xcshareddata/xcschemes/test.xcscheme +76 -0
  345. package/src-native/ios/GestureHandler.xcodeproj/xcshareddata/xcschemes/universal.xcscheme +76 -0
  346. package/src-native/ios/build.sh +10 -0
  347. package/tools/.eslintrc.js +252 -0
  348. package/tools/builddoc.mjs +54 -0
  349. package/tools/common/.eslintrc.js +3 -0
  350. package/tools/common/.prettierignore +4 -0
  351. package/tools/common/.prettierrc.js +7 -0
  352. package/tools/common/references.d.ts +3 -0
  353. package/tools/package.json +116 -0
  354. package/tools/readme/blueprint.json +10 -0
  355. package/tools/readme/demos-and-development.md +35 -0
  356. package/tools/readme/edit-warning.md +20 -0
  357. package/tools/readme/questions.md +3 -0
  358. package/tools/readme.js +54 -0
  359. package/tools/sync.js +102 -0
  360. package/tools/tsconfig.doc.json +10 -0
  361. package/tools/tsconfig.eslint.json +4 -0
  362. package/tools/tsconfig.json +38 -0
  363. package/tools/typedoc.js +17 -0
  364. package/tools/update.js +32 -0
  365. package/tsconfig.json +4 -8
  366. package/.pnpm-debug.log +0 -1
  367. package/gesturehandler.android.d.ts +0 -180
  368. package/gesturehandler.android.js.map +0 -1
  369. package/gesturehandler.common.d.ts +0 -96
  370. package/gesturehandler.common.js.map +0 -1
  371. package/gesturehandler.ios.d.ts +0 -56
  372. package/gesturehandler.ios.js.map +0 -1
  373. package/gestures_override.d.ts +0 -29
  374. package/gestures_override.js.map +0 -1
  375. package/react/index.d.ts +0 -20
  376. package/react/index.js +0 -9
  377. package/react/index.js.map +0 -1
  378. package/svelte/index.d.ts +0 -11
  379. package/svelte/index.js +0 -26
  380. package/svelte/index.js.map +0 -1
  381. package/vue/index.d.ts +0 -4
  382. package/vue/index.js.map +0 -1
@@ -0,0 +1,609 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## [0.2.1](https://github.com/nativescript-community/gesturehandler/compare/v0.2.0...v0.2.1) (2022-03-28)
7
+
8
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
9
+
10
+
11
+
12
+
13
+
14
+ # [0.2.0](https://github.com/nativescript-community/gesturehandler/compare/v0.1.53...v0.2.0) (2022-03-28)
15
+
16
+
17
+ ### Features
18
+
19
+ * added `GestureRootView` to allow the plugin to work ([4167112](https://github.com/nativescript-community/gesturehandler/commit/4167112b698cf67bda568bce55cf647600ed5b78))
20
+
21
+
22
+
23
+
24
+
25
+ ## [0.1.53](https://github.com/nativescript-community/gesturehandler/compare/v0.1.52...v0.1.53) (2022-03-25)
26
+
27
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
28
+
29
+
30
+
31
+
32
+
33
+ ## [0.1.52](https://github.com/nativescript-community/gesturehandler/compare/v0.1.51...v0.1.52) (2022-02-17)
34
+
35
+
36
+ ### Bug Fixes
37
+
38
+ * **android:** buid fix in some cases ([a1b75ca](https://github.com/nativescript-community/gesturehandler/commit/a1b75ca008ef13d8a33009c3f8b271bb7f5f70e4))
39
+
40
+
41
+
42
+
43
+
44
+ ## [0.1.51](https://github.com/nativescript-community/gesturehandler/compare/v0.1.50...v0.1.51) (2022-02-17)
45
+
46
+
47
+ ### Bug Fixes
48
+
49
+ * allow plugin to work with @akylas/nativescript fork ([aad3276](https://github.com/nativescript-community/gesturehandler/commit/aad3276d5abe54e79f9b955672007e2c67cb43fb))
50
+
51
+
52
+
53
+
54
+
55
+ ## [0.1.50](https://github.com/nativescript-community/gesturehandler/compare/v0.1.49...v0.1.50) (2022-01-04)
56
+
57
+
58
+ ### Bug Fixes
59
+
60
+ * **ios:** build fix ([ce1a71e](https://github.com/nativescript-community/gesturehandler/commit/ce1a71e8b323e97394a468b2d7d6194495757169))
61
+
62
+
63
+
64
+
65
+
66
+ ## [0.1.49](https://github.com/nativescript-community/gesturehandler/compare/v0.1.48...v0.1.49) (2022-01-04)
67
+
68
+
69
+ ### Bug Fixes
70
+
71
+ * **ios:** ensure `setEnabled` is available through JS for GestureHandler ([56ec946](https://github.com/nativescript-community/gesturehandler/commit/56ec94674699383160ff86ddf43a1edbe43bd506))
72
+
73
+
74
+
75
+
76
+
77
+ ## [0.1.48](https://github.com/nativescript-community/gesturehandler/compare/v0.1.47...v0.1.48) (2021-10-11)
78
+
79
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
80
+
81
+
82
+
83
+
84
+
85
+ ## [0.1.47](https://github.com/nativescript-community/gesturehandler/compare/v0.1.46...v0.1.47) (2021-09-22)
86
+
87
+
88
+ ### Bug Fixes
89
+
90
+ * **android:** fix after break in last version ([5d5ceb9](https://github.com/nativescript-community/gesturehandler/commit/5d5ceb9112a0b731e9779cd9b892da13ec4099a6))
91
+
92
+
93
+
94
+
95
+
96
+ ## [0.1.46](https://github.com/nativescript-community/gesturehandler/compare/v0.1.45...v0.1.46) (2021-09-22)
97
+
98
+
99
+ ### Bug Fixes
100
+
101
+ * **android:** gradle 7.0 fix ([9b7de7f](https://github.com/nativescript-community/gesturehandler/commit/9b7de7ff377566a62efb3b5b0604c4669c66223e))
102
+
103
+
104
+
105
+
106
+
107
+ ## [0.1.45](https://github.com/nativescript-community/gesturehandler/compare/v0.1.44...v0.1.45) (2021-06-04)
108
+
109
+
110
+ ### Bug Fixes
111
+
112
+ * **android:** NPE fix ([4c57840](https://github.com/nativescript-community/gesturehandler/commit/4c5784055974284849eb12749d59830ee22e1ee0))
113
+
114
+
115
+
116
+
117
+
118
+ ## [0.1.44](https://github.com/nativescript-community/gesturehandler/compare/v0.1.43...v0.1.44) (2021-05-17)
119
+
120
+
121
+ ### Bug Fixes
122
+
123
+ * **android:** prevent crash ([65ce28a](https://github.com/nativescript-community/gesturehandler/commit/65ce28adbac2657dbd204e932757cc78db103874))
124
+
125
+
126
+
127
+
128
+
129
+ ## [0.1.43](https://github.com/nativescript-community/gesturehandler/compare/v0.1.42...v0.1.43) (2021-05-12)
130
+
131
+
132
+ ### Bug Fixes
133
+
134
+ * **android:** allow touch through on non clickable view ([ee0bd9e](https://github.com/nativescript-community/gesturehandler/commit/ee0bd9e444ec1840e77d615111261ad174359de9))
135
+
136
+
137
+
138
+
139
+
140
+ ## [0.1.42](https://github.com/nativescript-community/gesturehandler/compare/v0.1.41...v0.1.42) (2021-04-22)
141
+
142
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
143
+
144
+
145
+
146
+
147
+
148
+ ## [0.1.41](https://github.com/nativescript-community/gesturehandler/compare/v0.1.40...v0.1.41) (2021-03-26)
149
+
150
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
151
+
152
+
153
+
154
+
155
+
156
+ ## [0.1.40](https://github.com/nativescript-community/gesturehandler/compare/v0.1.39...v0.1.40) (2021-03-26)
157
+
158
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
159
+
160
+
161
+
162
+
163
+
164
+ ## [0.1.39](https://github.com/nativescript-community/gesturehandler/compare/v0.1.38...v0.1.39) (2021-03-17)
165
+
166
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
167
+
168
+
169
+
170
+
171
+
172
+ ## [0.1.38](https://github.com/nativescript-community/gesturehandler/compare/v0.1.37...v0.1.38) (2021-03-16)
173
+
174
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
175
+
176
+
177
+
178
+
179
+
180
+ ## [0.1.37](https://github.com/nativescript-community/gesturehandler/compare/v0.1.36...v0.1.37) (2021-03-14)
181
+
182
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
183
+
184
+
185
+
186
+
187
+
188
+ ## [0.1.36](https://github.com/nativescript-community/gesturehandler/compare/v0.1.35...v0.1.36) (2020-12-20)
189
+
190
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
191
+
192
+
193
+
194
+
195
+
196
+ ## [0.1.35](https://github.com/nativescript-community/gesturehandler/compare/v0.1.34...v0.1.35) (2020-11-29)
197
+
198
+
199
+ ### Bug Fixes
200
+
201
+ * android ensure we cancel events correctly ([30ffce3](https://github.com/nativescript-community/gesturehandler/commit/30ffce318b0c4221501b1d6e23c219fc4a8ab356))
202
+
203
+
204
+
205
+
206
+
207
+ ## [0.1.34](https://github.com/nativescript-community/gesturehandler/compare/v0.1.33...v0.1.34) (2020-11-23)
208
+
209
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
210
+
211
+
212
+
213
+
214
+
215
+ ## [0.1.33](https://github.com/nativescript-community/gesturehandler/compare/v0.1.32...v0.1.33) (2020-11-22)
216
+
217
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
218
+
219
+
220
+
221
+
222
+
223
+ ## [0.1.32](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.31...v0.1.32) (2020-11-20)
224
+
225
+
226
+ ### Bug Fixes
227
+
228
+ * android bug fix when touch event could be dispatched after view destroyed ([36161cc](https://github.com/Akylas/nativescript-gesturehandler/commit/36161cc83762cec679fcaecb5dc8f147064abcd6))
229
+
230
+
231
+
232
+
233
+
234
+ ## [0.1.31](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.30...v0.1.31) (2020-11-19)
235
+
236
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
237
+
238
+
239
+
240
+
241
+
242
+ ## [0.1.30](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.29...v0.1.30) (2020-11-17)
243
+
244
+
245
+ ### Bug Fixes
246
+
247
+ * cleanup logs ([dbeca1d](https://github.com/Akylas/nativescript-gesturehandler/commit/dbeca1d5b7f663969469cd842aaaafd77d9773ef))
248
+
249
+
250
+
251
+
252
+
253
+ ## [0.1.29](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.28...v0.1.29) (2020-11-15)
254
+
255
+
256
+ ### Bug Fixes
257
+
258
+ * android fixes for native gestures ([c6321bb](https://github.com/Akylas/nativescript-gesturehandler/commit/c6321bb9ac0af4fe68636118cb334d548d4eafc6))
259
+
260
+
261
+
262
+
263
+
264
+ ## [0.1.28](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.27...v0.1.28) (2020-11-11)
265
+
266
+
267
+ ### Bug Fixes
268
+
269
+ * prevent unwanted and impossible touches on simulator ([8982fd1](https://github.com/Akylas/nativescript-gesturehandler/commit/8982fd1fecd62cecefe2e9adb0fb26ddcf655b0d))
270
+
271
+
272
+
273
+
274
+
275
+ ## [0.1.27](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.26...v0.1.27) (2020-11-06)
276
+
277
+
278
+ ### Bug Fixes
279
+
280
+ * new option shouldStartGesture ([f895fbb](https://github.com/Akylas/nativescript-gesturehandler/commit/f895fbb3049979de681dbeeb32a863d1482e5ecc))
281
+
282
+
283
+
284
+
285
+
286
+ ## [0.1.26](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.25...v0.1.26) (2020-10-21)
287
+
288
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
289
+
290
+
291
+
292
+
293
+
294
+ ## [0.1.25](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.24...v0.1.25) (2020-10-20)
295
+
296
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
297
+
298
+
299
+
300
+
301
+
302
+ ## [0.1.24](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.23...v0.1.24) (2020-10-20)
303
+
304
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
305
+
306
+
307
+
308
+
309
+
310
+ ## [0.1.23](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.22...v0.1.23) (2020-10-16)
311
+
312
+
313
+ ### Bug Fixes
314
+
315
+ * android fix taken from rn ([e8145e6](https://github.com/Akylas/nativescript-gesturehandler/commit/e8145e6339765679135ac22b6068977058a34fa8))
316
+ * android nativeviewgesture dispatch cancel ([d5bb774](https://github.com/Akylas/nativescript-gesturehandler/commit/d5bb774f22beec6460e02cc1e87ff7e128080828))
317
+
318
+
319
+
320
+
321
+
322
+ ## [0.1.22](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.21...v0.1.22) (2020-09-09)
323
+
324
+
325
+ ### Bug Fixes
326
+
327
+ * dont bundle aar ([08e0b22](https://github.com/Akylas/nativescript-gesturehandler/commit/08e0b2207d95128326bc36cc7b7ed523dd811dd3))
328
+
329
+
330
+
331
+
332
+
333
+ ## [0.1.21](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.20...v0.1.21) (2020-09-09)
334
+
335
+
336
+ ### Bug Fixes
337
+
338
+ * **ios:** plugin not building ([153403f](https://github.com/Akylas/nativescript-gesturehandler/commit/153403f77c1f23b5105c3e17f9d9bcbffb32b005))
339
+
340
+
341
+
342
+
343
+
344
+ ## [0.1.20](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.19...v0.1.20) (2020-09-08)
345
+
346
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
347
+
348
+
349
+
350
+
351
+
352
+ ## [0.1.19](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.18...v0.1.19) (2020-09-06)
353
+
354
+
355
+ ### Bug Fixes
356
+
357
+ * **android:** plugin not compiling ([d84b471](https://github.com/Akylas/nativescript-gesturehandler/commit/d84b471fdfd9901864242bda4c8f08147188b76b))
358
+
359
+
360
+
361
+
362
+
363
+ ## [0.1.18](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.17...v0.1.18) (2020-09-06)
364
+
365
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
366
+
367
+
368
+
369
+
370
+
371
+ ## [0.1.17](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.16...v0.1.17) (2020-09-05)
372
+
373
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
374
+
375
+
376
+
377
+
378
+
379
+ ## [0.1.16](https://github.com/nativescript-community/gesturehandler/compare/v0.1.15...v0.1.16) (2020-05-28)
380
+
381
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
382
+
383
+
384
+
385
+
386
+
387
+ ## [0.1.15](https://github.com/nativescript-community/gesturehandler/compare/v0.1.14...v0.1.15) (2020-05-21)
388
+
389
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
390
+
391
+
392
+
393
+
394
+
395
+ ## [0.1.14](https://github.com/nativescript-community/gesturehandler/compare/v0.1.13...v0.1.14) (2020-05-21)
396
+
397
+
398
+ ### Bug Fixes
399
+
400
+ * sideEffects for tree shacking ([6c69498](https://github.com/nativescript-community/gesturehandler/commit/6c6949809142f75429ff1745b1a2298b21d85ad6))
401
+
402
+
403
+
404
+
405
+
406
+ ## [0.1.13](https://github.com/nativescript-community/gesturehandler/compare/v0.1.12...v0.1.13) (2020-05-21)
407
+
408
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
409
+
410
+
411
+
412
+
413
+
414
+ ## [0.1.12](https://github.com/nativescript-community/gesturehandler/compare/v0.1.11...v0.1.12) (2020-05-21)
415
+
416
+
417
+ ### Bug Fixes
418
+
419
+ * full esm support ([ee732cf](https://github.com/nativescript-community/gesturehandler/commit/ee732cf3c568045059fe10e5593c0f732a2a40b1))
420
+
421
+
422
+
423
+
424
+
425
+ ## [0.1.11](https://github.com/nativescript-community/gesturehandler/compare/v0.1.10...v0.1.11) (2020-05-12)
426
+
427
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
428
+
429
+
430
+
431
+
432
+
433
+ ## [0.1.10](https://github.com/nativescript-community/gesturehandler/compare/v0.1.9...v0.1.10) (2020-05-12)
434
+
435
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
436
+
437
+
438
+
439
+
440
+
441
+ ## [0.1.9](https://github.com/nativescript-community/gesturehandler/compare/v0.1.8...v0.1.9) (2020-05-12)
442
+
443
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
444
+
445
+
446
+
447
+
448
+
449
+ ## [0.1.8](https://github.com/nativescript-community/gesturehandler/compare/v0.1.7...v0.1.8) (2020-04-28)
450
+
451
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
452
+
453
+
454
+
455
+
456
+
457
+ ## [0.1.7](https://github.com/nativescript-community/gesturehandler/compare/v0.1.6...v0.1.7) (2020-03-20)
458
+
459
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
460
+
461
+
462
+
463
+
464
+
465
+ ## [0.1.6](https://github.com/nativescript-community/gesturehandler/compare/v0.1.5...v0.1.6) (2020-01-17)
466
+
467
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
468
+
469
+
470
+
471
+
472
+
473
+ ## [0.1.5](https://github.com/nativescript-community/gesturehandler/compare/v0.1.4...v0.1.5) (2020-01-17)
474
+
475
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
476
+
477
+
478
+
479
+
480
+
481
+ ## [0.1.4](https://github.com/nativescript-community/gesturehandler/compare/v0.1.3...v0.1.4) (2020-01-13)
482
+
483
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
484
+
485
+
486
+
487
+
488
+
489
+ ## [0.1.3](https://github.com/nativescript-community/gesturehandler/compare/v0.1.2...v0.1.3) (2020-01-13)
490
+
491
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
492
+
493
+
494
+
495
+
496
+
497
+ ## [0.1.2](https://github.com/nativescript-community/gesturehandler/compare/v0.1.1...v0.1.2) (2020-01-11)
498
+
499
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
500
+
501
+
502
+
503
+
504
+
505
+ ## [0.1.1](https://github.com/nativescript-community/gesturehandler/compare/v0.1.0...v0.1.1) (2020-01-07)
506
+
507
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
508
+
509
+
510
+
511
+
512
+
513
+ # [0.1.0](https://github.com/nativescript-community/gesturehandler/compare/v0.0.11...v0.1.0) (2020-01-01)
514
+
515
+
516
+ ### Features
517
+
518
+ * use @nativescript-community/observable ([a62eb62](https://github.com/nativescript-community/gesturehandler/commit/a62eb62ef42f928cdf768e8f96a765010daf7db3))
519
+
520
+
521
+
522
+
523
+
524
+ ## [0.0.11](https://github.com/nativescript-community/gesturehandler/compare/v0.0.10...v0.0.11) (2019-12-29)
525
+
526
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
527
+
528
+
529
+
530
+
531
+
532
+ ## [0.0.10](https://github.com/nativescript-community/gesturehandler/compare/v0.0.9...v0.0.10) (2019-12-29)
533
+
534
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
535
+
536
+
537
+
538
+
539
+
540
+ ## [0.0.9](https://github.com/nativescript-community/gesturehandler/compare/v0.0.8...v0.0.9) (2019-12-29)
541
+
542
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
543
+
544
+
545
+
546
+
547
+
548
+ ## [0.0.8](https://github.com/nativescript-community/gesturehandler/compare/v0.0.7...v0.0.8) (2019-08-11)
549
+
550
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
551
+
552
+
553
+
554
+
555
+
556
+ ## [0.0.7](https://github.com/nativescript-community/gesturehandler/compare/v0.0.6...v0.0.7) (2019-07-24)
557
+
558
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
559
+
560
+
561
+
562
+
563
+
564
+ ## [0.0.6](https://github.com/nativescript-community/gesturehandler/compare/v0.0.5...v0.0.6) (2019-07-19)
565
+
566
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
567
+
568
+
569
+
570
+
571
+
572
+ ## [0.0.5](https://github.com/nativescript-community/gesturehandler/compare/v0.0.4...v0.0.5) (2019-07-09)
573
+
574
+
575
+ ### Bug Fixes
576
+
577
+ * remove wrong dependencies ([26946c2](https://github.com/nativescript-community/gesturehandler/commit/26946c2))
578
+
579
+
580
+
581
+
582
+
583
+ ## [0.0.4](https://github.com/nativescript-community/gesturehandler/compare/v0.0.3...v0.0.4) (2019-06-12)
584
+
585
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
586
+
587
+
588
+
589
+
590
+
591
+ ## [0.0.3](https://github.com/nativescript-community/gesturehandler/compare/v0.0.2...v0.0.3) (2019-06-12)
592
+
593
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
594
+
595
+
596
+
597
+
598
+
599
+ ## [0.0.2](https://github.com/nativescript-community/gesturehandler/compare/v0.0.1...v0.0.2) (2019-06-12)
600
+
601
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
602
+
603
+
604
+
605
+
606
+
607
+ ## 0.0.1 (2019-06-11)
608
+
609
+ **Note:** Version bump only for package @nativescript-community/gesturehandler