From edbe13bfe06480d631e8a0d437c4cfc8288457ed Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Tue, 20 Apr 2021 15:22:36 -0700 Subject: [PATCH] chore(release): @nativescript/core@8.0.2 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- packages/core/package.json | 2 +- .../core/platforms/android/native-api-usage.json | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 481c3314f..8170d939a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [8.0.2](https://github.com/NativeScript/NativeScript/compare/8.0.1-core...8.0.2) (2021-04-20) + + +### Bug Fixes + +* **a11y:** Accessibility breaks limiting metadata ([#9332](https://github.com/NativeScript/NativeScript/issues/9332)) ([cbdff1f](https://github.com/NativeScript/NativeScript/commit/cbdff1f1550a4e7cf06ccd4f01c5cd743c68e265)) +* **a11y:** ios voiceover crash during touch ([#9318](https://github.com/NativeScript/NativeScript/issues/9318)) ([9a407ce](https://github.com/NativeScript/NativeScript/commit/9a407ce98964832c52cd51dc0ab60662fc65abb5)) + + +### Features + +* **text-base:** allow subclass to override createFormattedTextNative ([#9334](https://github.com/NativeScript/NativeScript/issues/9334)) ([b29e145](https://github.com/NativeScript/NativeScript/commit/b29e1452bda27183993c2f27ab13f95d9da5ceee)) + + + ## [8.0.1](https://github.com/NativeScript/NativeScript/compare/8.0.0-core...8.0.1) (2021-04-07) diff --git a/package.json b/package.json index 421904cc4..ebc7ec00e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript", - "version": "8.0.1", + "version": "8.0.2", "license": "MIT", "scripts": { "clean": "git clean -f -X -d --exclude=!.idea/ --exclude=!.vscode/*", diff --git a/packages/core/package.json b/packages/core/package.json index 73f3ba4f0..78a6f2273 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -3,7 +3,7 @@ "main": "index", "types": "index.d.ts", "description": "NativeScript Core Modules", - "version": "8.0.1", + "version": "8.0.2", "homepage": "https://nativescript.org", "repository": { "type": "git", diff --git a/packages/core/platforms/android/native-api-usage.json b/packages/core/platforms/android/native-api-usage.json index 52a7ae42c..00608f7b6 100644 --- a/packages/core/platforms/android/native-api-usage.json +++ b/packages/core/platforms/android/native-api-usage.json @@ -25,6 +25,6 @@ "androidx.viewpager.widget*:*", "androidx.fragment*:*", "androidx.transition*:*", - "android.inputmethodservice*:*" + "android.inputmethodservice*:*" ] }