@nativescript-community/text 1.5.10 → 1.5.11

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,10 @@
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
+ ## [1.5.11](https://github.com/nativescript-community/text/compare/v1.5.10...v1.5.11) (2022-12-03)
7
+
8
+ **Note:** Version bump only for package @nativescript-community/text
9
+
6
10
  ## [1.5.10](https://github.com/nativescript-community/text/compare/v1.5.9...v1.5.10) (2022-12-01)
7
11
 
8
12
  **Note:** Version bump only for package @nativescript-community/text
package/index.android.js CHANGED
@@ -99,7 +99,7 @@ function initializeClickableSpan() {
99
99
  }
100
100
  ClickableSpanImpl.prototype.onClick = function (view) {
101
101
  var _a;
102
- var owner = (_a = this.owner) === null || _a === void 0 ? void 0 : _a.deref();
102
+ var owner = (_a = this.owner) === null || _a === void 0 ? void 0 : _a.get();
103
103
  if (owner) {
104
104
  owner._emit(Span.linkTapEvent);
105
105
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nativescript-community/text",
3
- "version": "1.5.10",
3
+ "version": "1.5.11",
4
4
  "description": "Expands the capabilities of NativeScript's text property.",
5
5
  "main": "./index",
6
6
  "sideEffects": false,
@@ -30,5 +30,5 @@
30
30
  },
31
31
  "license": "Apache-2.0",
32
32
  "readmeFilename": "README.md",
33
- "gitHead": "85dece1c8624211518553380d6d8d99250915a3f"
33
+ "gitHead": "04e819756cd248f9d846d33dc79969f02b6ee781"
34
34
  }