diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f64c38fd..0033e594b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [8.3.6](https://github.com/NativeScript/NativeScript/compare/8.3.5-core...8.3.6) (2022-11-12) + + +### Bug Fixes + +* **android:** CSS style not working properly in modal pages ([#10070](https://github.com/NativeScript/NativeScript/issues/10070)) ([95c3b30](https://github.com/NativeScript/NativeScript/commit/95c3b3026db9316b126849671fb2be18549b6796)) +* **android:** WeakRef race condition on timers ([#10066](https://github.com/NativeScript/NativeScript/issues/10066)) ([a65fc06](https://github.com/NativeScript/NativeScript/commit/a65fc06c50dc9b6f6bab4d8068ac6d2ecaa78cdf)) +* **ios:** ensure view layout when using large titles ([#10044](https://github.com/NativeScript/NativeScript/issues/10044)) ([0552a3a](https://github.com/NativeScript/NativeScript/commit/0552a3a722469312044fd2e9c40be630d04312ec)) +* **ios:** page isRunningLayout ([#10078](https://github.com/NativeScript/NativeScript/issues/10078)) ([6f1a5d1](https://github.com/NativeScript/NativeScript/commit/6f1a5d16e310324a4e6a2622e2fdf992d2a775d5)) +* **ios:** prevent creating `ActionBar` when not needed ([#10017](https://github.com/NativeScript/NativeScript/issues/10017)) ([8094cf2](https://github.com/NativeScript/NativeScript/commit/8094cf207a4c5714fd0e592e8aa3adf4a4d377e0)) +* **ios:** tab page navigation when showing dialog messages ([#10075](https://github.com/NativeScript/NativeScript/issues/10075)) ([0337a33](https://github.com/NativeScript/NativeScript/commit/0337a3360d37a4b529e94e5f20e9b8f561f4ad1b)) + + + ## [8.3.5](https://github.com/NativeScript/NativeScript/compare/8.3.4-core...8.3.5) (2022-09-23) diff --git a/package.json b/package.json index ff509d018..ca82b2a34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript", - "version": "8.3.5", + "version": "8.3.6", "license": "MIT", "scripts": { "clean": "git clean -f -X -d --exclude=!.idea/ --exclude=!.vscode/* --exclude=!.npmrc", diff --git a/packages/core/package.json b/packages/core/package.json index 050547fcf..46d631dbc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/core", - "version": "8.3.5", + "version": "8.3.6", "description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.", "main": "index", "types": "index.d.ts",