Skip to content

Commit a8462ca

Browse files
committed
release(core): 9.0.18
1 parent dd045e3 commit a8462ca

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

packages/core/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## 9.0.18 (2026-03-30)
2+
3+
### 🩹 Fixes
4+
5+
- **ios:** liquid glass flexbox ([#11134](https://github.com/NativeScript/NativeScript/pull/11134))
6+
- **ios:** guard against non-string imageURI in createUIImageFromURI ([#11144](https://github.com/NativeScript/NativeScript/pull/11144))
7+
- **ios:** scene notify first launch ([#11149](https://github.com/NativeScript/NativeScript/pull/11149))
8+
- **android:** setTextColor is non-nullable, prevent null exception ([#11147](https://github.com/NativeScript/NativeScript/pull/11147))
9+
- **TextField:** allow toggling of secure when secureWithoutAutofill is present ([65503ba3f](https://github.com/NativeScript/NativeScript/commit/65503ba3f))
10+
- **core:** split http module to solve circular refs ([#11141](https://github.com/NativeScript/NativeScript/pull/11141))
11+
- **android:** enable edge-to-edge only for fullscreen modals ([#11140](https://github.com/NativeScript/NativeScript/pull/11140))
12+
- **core:** size export in View object ([#11132](https://github.com/NativeScript/NativeScript/pull/11132))
13+
14+
### 🔥 Performance
15+
16+
- **TextField:** optimize secureWithoutAutofill ([#11131](https://github.com/NativeScript/NativeScript/pull/11131))
17+
18+
### ❤️ Thank You
19+
20+
- Abdelkarim Ait Bourich @VeinDevTtv
21+
- Dimitris-Rafail Katsampas @CatchABus
22+
- felixkrautschuk
23+
- Juan de Dios Martínez Vallejo
24+
- Nathan Walker
25+
- xieweilyg
26+
127
## 9.0.17 (2026-03-04)
228

329
### 🩹 Fixes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/core",
3-
"version": "9.0.18-next.9",
3+
"version": "9.0.18",
44
"description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
55
"type": "module",
66
"main": "index",

0 commit comments

Comments
 (0)