From a5b1a18915bd29c8e5e5eefe384c5b9b58e118b1 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Wed, 8 Sep 2021 16:01:32 -0700 Subject: [PATCH] chore(release): @nativescript/core@8.1.0 --- CHANGELOG.md | 47 ++++++++++++++++++++++++++++++++++++++ package.json | 2 +- packages/core/package.json | 2 +- 3 files changed, 49 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5b95932b..f99abbb9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,50 @@ +# [8.1.0](https://github.com/NativeScript/NativeScript/compare/5.0.0-rc.1-webpack...8.1.0) (2021-09-08) + + +### Bug Fixes + +* allow ignoring `reduce-css-calc` w/ webpack without error ([#9510](https://github.com/NativeScript/NativeScript/issues/9510)) ([0fd92b7](https://github.com/NativeScript/NativeScript/commit/0fd92b74821087787b62e063c160cb2811a14177)) +* **android:** dont dispose fragment on onloaded ([#8793](https://github.com/NativeScript/NativeScript/issues/8793)) ([03b7715](https://github.com/NativeScript/NativeScript/commit/03b77157eac1f9d67b6fcadca1123987dc18beda)) +* **android:** make less calls to native with getters around prop handling ([#9119](https://github.com/NativeScript/NativeScript/issues/9119)) ([bca4d95](https://github.com/NativeScript/NativeScript/commit/bca4d9583e949f6603ac77a5dbf62a10bdd82b66)) +* **android:** onSaveInstanceState should not crash when no rootView is set ([#9447](https://github.com/NativeScript/NativeScript/issues/9447)) ([ee3c4c2](https://github.com/NativeScript/NativeScript/commit/ee3c4c2009d9b72479efe0899c1e9bc388993692)) +* **android:** prevent potential crash when app goes to background ([#9347](https://github.com/NativeScript/NativeScript/issues/9347)) ([47df889](https://github.com/NativeScript/NativeScript/commit/47df889afab4e6b94fc895c984c5f1caba51ee1d)) +* **android:** use `nativeTextViewProtected` internally ([#9483](https://github.com/NativeScript/NativeScript/issues/9483)) ([71b856c](https://github.com/NativeScript/NativeScript/commit/71b856c7817c39e98c5a0951e7114683799a89d6)) +* backgroundGradient fix with android BorderDrawable ([41ce315](https://github.com/NativeScript/NativeScript/commit/41ce3152b6e8d1be3df24daff2588c44bb7f290a)) +* Color.darken fix ([394209e](https://github.com/NativeScript/NativeScript/commit/394209e3f6bb323591571c3817fa555e2037f52e)) +* css colors not parsed correctly within background property ([453ea18](https://github.com/NativeScript/NativeScript/commit/453ea18dc6bdd4abed539f13ac2b35d322b12fc4)) +* include bundle-entry-points by default ([ea0b3b0](https://github.com/NativeScript/NativeScript/commit/ea0b3b0acdbe49dd9e122b8681695c216468923f)) +* **ios:** actionBar title to use appearance api on ios15+ ([#9534](https://github.com/NativeScript/NativeScript/issues/9534)) ([4edeb19](https://github.com/NativeScript/NativeScript/commit/4edeb19bfe7adda31bae9977c9e2bec98fcada7d)) +* **ios:** actionBar to use appearance api on ios13+ ([#9530](https://github.com/NativeScript/NativeScript/issues/9530)) ([8e3f16d](https://github.com/NativeScript/NativeScript/commit/8e3f16d4edba89a689133fb1079d472d9ac2d3f0)) +* **ios:** actionitem coloring with 15+ ([7e35fdf](https://github.com/NativeScript/NativeScript/commit/7e35fdf143894f473a5140ceec4f26326164f393)) +* **ios:** prevent views from being measured if no native view ([#9511](https://github.com/NativeScript/NativeScript/issues/9511)) ([56c50f2](https://github.com/NativeScript/NativeScript/commit/56c50f2bad75a5d8b808acfeb9342965a2ed680d)) +* **ios:** resiliency to frame controller viewDidDisappear ([a5fd53b](https://github.com/NativeScript/NativeScript/commit/a5fd53b0168ab90d66d056973592ea64d821e016)) +* **modal:** persist modal through configuration changes ([#9533](https://github.com/NativeScript/NativeScript/issues/9533)) ([f3cd3d3](https://github.com/NativeScript/NativeScript/commit/f3cd3d3375fbb42b9387e6b5654a3af9123a4417)) +* **styling:** change transform parameters parsing ([#9481](https://github.com/NativeScript/NativeScript/issues/9481)) ([dbaab58](https://github.com/NativeScript/NativeScript/commit/dbaab585387578a142e35c70af8b8fd9e6be5b61)), closes [#5202](https://github.com/NativeScript/NativeScript/issues/5202) +* **webpack5:** angular scss rule not ignoring regular scss ([#9502](https://github.com/NativeScript/NativeScript/issues/9502)) ([093b369](https://github.com/NativeScript/NativeScript/commit/093b369b747135c53eb669c67488707d9dcd9f56)) +* **webpack:** add virtualEntry before main entry ([5a3a35d](https://github.com/NativeScript/NativeScript/commit/5a3a35d3763a8a0c6452481a596e02a154e46d5f)), closes [#9469](https://github.com/NativeScript/NativeScript/issues/9469) +* **webpack:** use async type-checking in watch mode ([5309f2d](https://github.com/NativeScript/NativeScript/commit/5309f2d0a7de2e5eea87ab86afee371ea9e4110c)) + + +### Features + +* AbortController polyfill ([#9333](https://github.com/NativeScript/NativeScript/issues/9333)) ([af281dd](https://github.com/NativeScript/NativeScript/commit/af281dd098ab4ab47ec84235b53d80586266c9dd)) +* **android:** support clipToBounds ([#9508](https://github.com/NativeScript/NativeScript/issues/9508)) ([5890667](https://github.com/NativeScript/NativeScript/commit/5890667b260fc988f1dd5e082c4ffcc6e6bc4cc0)) +* **android:** vector drawable support ([#9464](https://github.com/NativeScript/NativeScript/issues/9464)) ([490f7dc](https://github.com/NativeScript/NativeScript/commit/490f7dce8004fb009733b0ed9611de478fe0dcbd)) +* autofillType property for edit text base ([#9478](https://github.com/NativeScript/NativeScript/issues/9478)) ([4964d31](https://github.com/NativeScript/NativeScript/commit/4964d313c22d6afdb441bf146e08058d1dfdb3db)) +* **color:** added utilities and improved color parsing performance ([#9110](https://github.com/NativeScript/NativeScript/issues/9110)) ([0ff2221](https://github.com/NativeScript/NativeScript/commit/0ff2221d6f809c917dc0227b6646ffb33a65100d)) +* **config:** added option for ignoredNativeDependencies ([4cad76c](https://github.com/NativeScript/NativeScript/commit/4cad76cb6af4165291f5bdca17eb216a2438b93b)) +* **core:** make css parsers tree-shakable ([#9496](https://github.com/NativeScript/NativeScript/issues/9496)) ([dce7408](https://github.com/NativeScript/NativeScript/commit/dce7408c05e35cbcfc1c066e9c9aca9f02da17ed)) +* Frame replacePage by entry ([#9460](https://github.com/NativeScript/NativeScript/issues/9460)) ([4a5bec1](https://github.com/NativeScript/NativeScript/commit/4a5bec10cefaf17c9b8e06c2a102f701a6c79452)), closes [#9497](https://github.com/NativeScript/NativeScript/issues/9497) +* handle config name ([3bf55b7](https://github.com/NativeScript/NativeScript/commit/3bf55b7a0468afc4b4fd28ed479a63fd747caaa0)) +* **image-source:** add saveToFileAsync, toBase64StringAsync & resizeAsync ([#9404](https://github.com/NativeScript/NativeScript/issues/9404)) ([36900d7](https://github.com/NativeScript/NativeScript/commit/36900d7c0512803395782a5fd1f55586d28cf3db)) +* requestLayout performance improvements ([#9122](https://github.com/NativeScript/NativeScript/issues/9122)) ([e4ce17e](https://github.com/NativeScript/NativeScript/commit/e4ce17e15641dc044e5b514aa1eb333b467d600d)) +* **types-ios:** iOS 15 ([cb8bf6f](https://github.com/NativeScript/NativeScript/commit/cb8bf6f930cab37160f318efb44fef17d9ed06e1)) +* **webpack:** -v and --version flags ([7530ee4](https://github.com/NativeScript/NativeScript/commit/7530ee4bb5bc7893c15ef5cce84a34a1675674d3)) +* **webpack:** export merge helper ([53492ea](https://github.com/NativeScript/NativeScript/commit/53492ea34ad66e263054af628208a20a32fb1cac)) +* **webpack:** try resolving compiler, but don't fail if not found ([ff4359a](https://github.com/NativeScript/NativeScript/commit/ff4359abad6522522c325ae5264d07a0b110f63a)) + + + ## [8.0.11](https://github.com/NativeScript/NativeScript/compare/8.0.10-core...8.0.11) (2021-09-07) diff --git a/package.json b/package.json index aa848eb06..8fe921b10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript", - "version": "8.0.8", + "version": "8.1.0", "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 264ac405c..4caf873c5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -3,7 +3,7 @@ "main": "index", "types": "index.d.ts", "description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.", - "version": "8.1.0-rc.0", + "version": "8.1.0", "homepage": "https://nativescript.org", "repository": { "type": "git",