mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 10:01:08 +08:00
release(core): 8.9.4
This commit is contained in:
@ -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
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user