release(core): 8.9.4

This commit is contained in:
Nathan Walker
2025-07-14 08:51:45 -07:00
parent bca3452722
commit ee7a4def4c
2 changed files with 24 additions and 1 deletions

View File

@ -1,3 +1,26 @@
## 8.9.4 (2025-07-14)
### 🚀 Features
- **TextField:** support css white-space and text-overflow ([#10737](https://github.com/NativeScript/NativeScript/pull/10737))
### 🩹 Fixes
- **android:** allow CSS styling of neutral button in dialogs ([#10745](https://github.com/NativeScript/NativeScript/pull/10745))
- **ios:** listview measurement ([#10740](https://github.com/NativeScript/NativeScript/pull/10740))
### ❤️ Thank You
- Dimitris-Rafail Katsampas @CatchABus
- Eduardo Speroni @edusperoni
- Nathan Walker
## 8.9.3 (2025-06-20)
### Maintenance
- Dependency handling
## 8.9.2 (2025-04-18)
### 🩹 Fixes

View File

@ -1,6 +1,6 @@
{
"name": "@nativescript/core",
"version": "8.9.3",
"version": "8.9.4",
"description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
"main": "index",
"types": "index.d.ts",