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 063a6ff commit aed209fCopy full SHA for aed209f
packages/core/CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## 9.0.17 (2026-03-04)
2
+
3
+### 🩹 Fixes
4
5
+- **ios:** secureWithoutAutofill on TextField ([#11129](https://github.com/NativeScript/NativeScript/pull/11129))
6
+- **android:** inset props on interface ([#11103](https://github.com/NativeScript/NativeScript/pull/11103))
7
8
+### ❤️ Thank You
9
10
+- Nathan Walker
11
+- Osei Fortune @triniwiz
12
13
## 9.0.16 (2026-02-25)
14
15
### 🩹 Fixes
packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@nativescript/core",
- "version": "9.0.17-next.2",
+ "version": "9.0.17",
"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