We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a29c8 commit 5969912Copy full SHA for 5969912
packages/core/CHANGELOG.md
@@ -1,3 +1,17 @@
1
+## 9.0.14 (2026-02-18)
2
+
3
+### 🚀 Features
4
5
+- **android:** edge to edge cutout inset ([#11069](https://github.com/NativeScript/NativeScript/pull/11069))
6
7
+### 🩹 Fixes
8
9
+- **android:** edge to edge bottom was applied 2x ([#11090](https://github.com/NativeScript/NativeScript/pull/11090))
10
11
+### ❤️ Thank You
12
13
+- Osei Fortune @triniwiz
14
15
## 9.0.13 (2026-01-31)
16
17
### 🚀 Features
packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@nativescript/core",
- "version": "9.0.14-next.2",
+ "version": "9.0.14",
"description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
"type": "module",
"main": "index",
0 commit comments