Skip to content

Commit dec17dd

Browse files
committed
release(core): 9.0.19
1 parent e99b537 commit dec17dd

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

packages/core/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## 9.0.19 (2026-05-27)
2+
3+
### 🚀 Features
4+
5+
- **ios:** option to delay the launch event until the app becomes active ([#9906](https://github.com/NativeScript/NativeScript/pull/9906))
6+
7+
### 🩹 Fixes
8+
9+
- **core:** complete `sideEffects` declarations for inspector modules, network requests in devtools ([#11229](https://github.com/NativeScript/NativeScript/pull/11229))
10+
- **android:** nested frame restoration step ([#11226](https://github.com/NativeScript/NativeScript/pull/11226))
11+
- **ios:** improve TabView handling around more navigation controller ([#11225](https://github.com/NativeScript/NativeScript/pull/11225))
12+
- **android:** apply accessibility CSS classes and font scale on init ([#11224](https://github.com/NativeScript/NativeScript/pull/11224))
13+
- **core:** prevent exponential traversal in _dialogClosed and _onRootViewReset ([#11220](https://github.com/NativeScript/NativeScript/pull/11220))
14+
- **ios:** layout validity status during layout changed event ([#11218](https://github.com/NativeScript/NativeScript/pull/11218))
15+
- **android:** correct TabView fragment manager resolution ([#11217](https://github.com/NativeScript/NativeScript/pull/11217))
16+
- **ios:** enableSwipeBackNavigation on ios 26+ ([#11211](https://github.com/NativeScript/NativeScript/pull/11211))
17+
18+
### 🔥 Performance
19+
20+
- **core:** reduce padding native setter calls ([#11216](https://github.com/NativeScript/NativeScript/pull/11216))
21+
22+
### ❤️ Thank You
23+
24+
- Copilot @Copilot
25+
- Dimitris-Rafail Katsampas @CatchABus
26+
- Eduardo Speroni @edusperoni
27+
- Osei Fortune @triniwiz
28+
- Owen Carey @owenthcarey
29+
130
## 9.0.18 (2026-03-30)
231

332
### 🩹 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.19-next.11",
3+
"version": "9.0.19",
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)