Skip to content

Commit ee7a4de

Browse files
committed
release(core): 8.9.4
1 parent bca3452 commit ee7a4de

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

packages/core/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## 8.9.4 (2025-07-14)
2+
3+
### 🚀 Features
4+
5+
- **TextField:** support css white-space and text-overflow ([#10737](https://github.com/NativeScript/NativeScript/pull/10737))
6+
7+
### 🩹 Fixes
8+
9+
- **android:** allow CSS styling of neutral button in dialogs ([#10745](https://github.com/NativeScript/NativeScript/pull/10745))
10+
- **ios:** listview measurement ([#10740](https://github.com/NativeScript/NativeScript/pull/10740))
11+
12+
### ❤️ Thank You
13+
14+
- Dimitris-Rafail Katsampas @CatchABus
15+
- Eduardo Speroni @edusperoni
16+
- Nathan Walker
17+
18+
## 8.9.3 (2025-06-20)
19+
20+
### Maintenance
21+
22+
- Dependency handling
23+
124
## 8.9.2 (2025-04-18)
225

326
### 🩹 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": "8.9.3",
3+
"version": "8.9.4",
44
"description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
55
"main": "index",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)