From 78658466a48c0746d4bb6055bcfe2edc038a10e6 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Tue, 9 Sep 2025 10:16:40 -0700 Subject: [PATCH] chore: sync changelog with release/8.9.x branch --- packages/core/CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 51add32f7..145f9b731 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,24 @@ +## 8.9.9 (2025-09-09) + +### 🚀 Features + +- **TextField:** decimal keyboardType ([#10789](https://github.com/NativeScript/NativeScript/pull/10789)) +- iOS 26 types with improvements (ActionBar, Switch) + .ns-{platform}-{sdkVersion} css root scoping ([#10775](https://github.com/NativeScript/NativeScript/pull/10775)) + +### 🩹 Fixes + +- **android:** shared element with target name already added to transaction ([#10793](https://github.com/NativeScript/NativeScript/pull/10793)) + +### ❤️ Thank You + +- Nathan Walker + +## 8.9.8 (2025-09-09) + +### 🩹 Fixes + +- transient package update + ## 8.9.7 (2025-07-26) ### 🩹 Fixes