@nativescript-community/gesturehandler 0.1.49 → 0.1.50

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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.1.50](https://github.com/nativescript-community/gesturehandler/compare/v0.1.49...v0.1.50) (2022-01-04)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **ios:** build fix ([ce1a71e](https://github.com/nativescript-community/gesturehandler/commit/ce1a71e8b323e97394a468b2d7d6194495757169))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.1.49](https://github.com/nativescript-community/gesturehandler/compare/v0.1.48...v0.1.49) (2022-01-04)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nativescript-community/gesturehandler",
3
- "version": "0.1.49",
3
+ "version": "0.1.50",
4
4
  "description": "Declarative API exposing platform native touch and gesture system to NativeScript.",
5
5
  "main": "gesturehandler",
6
6
  "sideEffects": false,
@@ -35,5 +35,5 @@
35
35
  "dependencies": {
36
36
  "@nativescript-community/observable": "^2.0.8"
37
37
  },
38
- "gitHead": "0c9363824fafeac93441a2009f7c46bed727bd02"
38
+ "gitHead": "9b6cfea00beb841584098c93c9e275fa19046948"
39
39
  }
@@ -125,10 +125,10 @@ CGRect GHHitSlopInsetRect(CGRect rect, RNGHHitSlop hitSlop) {
125
125
  _enabled = enabled;
126
126
  self.recognizer.enabled = enabled;
127
127
  }
128
- - (BOOL)enabled
129
- {
130
- return _enabled;
131
- }
128
+ //- (BOOL)enabled
129
+ //{
130
+ // return _enabled;
131
+ //}
132
132
 
133
133
  - (void)bindToView:(UIView *)view
134
134
  {