Skip to content

Commit 93666f9

Browse files
committed
chore(release): core 8.9.0
1 parent 6519d86 commit 93666f9

File tree

2 files changed

+64
-2
lines changed

2 files changed

+64
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript",
3-
"version": "8.8.7",
3+
"version": "8.9.0",
44
"license": "MIT",
55
"scripts": {
66
"clean": "git clean -f -X -d --exclude=!.idea/ --exclude=!.vscode/* --exclude=!.npmrc",
@@ -60,7 +60,7 @@
6060
"jsdom": "~22.1.0",
6161
"lint-staged": "^15.2.0",
6262
"module-alias": "^2.2.2",
63-
"nativescript": "~8.8.3",
63+
"nativescript": "~8.9.0",
6464
"nativescript-typedoc-theme": "1.1.0",
6565
"nx": "20.3.0",
6666
"parse-css": "git+https://github.com/tabatkins/parse-css.git",

packages/core/CHANGELOG.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,65 @@
1+
## 8.9.0 (2025-02-27)
2+
3+
### 🚀 Features
4+
5+
- **core:** CSS wide keywords ([#10709](https://github.com/NativeScript/NativeScript/pull/10709))
6+
- Node-API engine support ([#10710](https://github.com/NativeScript/NativeScript/pull/10710))
7+
- **ios:** added layoutChanged event support to Page ([#10707](https://github.com/NativeScript/NativeScript/pull/10707))
8+
- **image:** ios system icons styling by font-size and font-weight ([#10706](https://github.com/NativeScript/NativeScript/pull/10706))
9+
- **css:** allow infinity values within css calc expressions ([#10705](https://github.com/NativeScript/NativeScript/pull/10705))
10+
- **config:** ability to include native source code from any path ([#10698](https://github.com/NativeScript/NativeScript/pull/10698))
11+
- **action-bar:** iosLargeTitle and iosShadow attributes ([#10694](https://github.com/NativeScript/NativeScript/pull/10694))
12+
- **ios:** added activity indicator iosIndicatorViewStyle property ([#10650](https://github.com/NativeScript/NativeScript/pull/10650))
13+
- **ios:** apple intelligence writing tools ([#10643](https://github.com/NativeScript/NativeScript/pull/10643))
14+
- **config:** multi target support for swift packages ([#10695](https://github.com/NativeScript/NativeScript/pull/10695))
15+
- **core:** tailwind v4 support ([#10692](https://github.com/NativeScript/NativeScript/pull/10692))
16+
- **core:** style properties module improvements and organization ([#10685](https://github.com/NativeScript/NativeScript/pull/10685))
17+
- **core:** flexibility using multiple RootLayouts ([#10684](https://github.com/NativeScript/NativeScript/pull/10684))
18+
- **core:** textbase span interaction and styling improvements ([#10682](https://github.com/NativeScript/NativeScript/pull/10682))
19+
- apple view filtering ([#10681](https://github.com/NativeScript/NativeScript/pull/10681))
20+
- winter-tc ([#10667](https://github.com/NativeScript/NativeScript/pull/10667))
21+
- **core:** openUrlAsync utility ([#10637](https://github.com/NativeScript/NativeScript/pull/10637))
22+
- **core:** support for simultaneous pseudo states ([#10656](https://github.com/NativeScript/NativeScript/pull/10656))
23+
- **ios:** background-image support for action bar ([#10645](https://github.com/NativeScript/NativeScript/pull/10645))
24+
25+
### 🩹 Fixes
26+
27+
- **ios:** apply text color to HTMLView content ([#10708](https://github.com/NativeScript/NativeScript/pull/10708))
28+
- **android:** formatted string NoSuchMethodError ([#10704](https://github.com/NativeScript/NativeScript/pull/10704))
29+
- **core:** corrected background color between Label and nested spans ([#10701](https://github.com/NativeScript/NativeScript/pull/10701))
30+
- **core:** added missing inheritance support for text css properties ([#10699](https://github.com/NativeScript/NativeScript/pull/10699))
31+
- **core:** corrected Frame navigation event types ([#10697](https://github.com/NativeScript/NativeScript/pull/10697))
32+
- **android:** display soft input on search bar focus ([#10696](https://github.com/NativeScript/NativeScript/pull/10696))
33+
- **core:** ignore inserting child if < 0 ([#10690](https://github.com/NativeScript/NativeScript/pull/10690))
34+
- **core:** added missing length property equality comparers ([#10689](https://github.com/NativeScript/NativeScript/pull/10689))
35+
- **ios:** prevent animator from animating colors on shadow layer ([#10686](https://github.com/NativeScript/NativeScript/pull/10686))
36+
- **core:** safety-checks to prevent potential navigation exceptions ([#10683](https://github.com/NativeScript/NativeScript/pull/10683))
37+
- **core:** avoid splicing arrays using a negative start index ([#10679](https://github.com/NativeScript/NativeScript/pull/10679))
38+
- **core:** pseudo-class handlers failing to unsubscribe listeners ([#10680](https://github.com/NativeScript/NativeScript/pull/10680))
39+
- Corrected font-weight support for span ([045986de8](https://github.com/NativeScript/NativeScript/commit/045986de8))
40+
- Added asset path fallback null value inside an else clause ([8726d026f](https://github.com/NativeScript/NativeScript/commit/8726d026f))
41+
- **android:** Span should accept all font weight types ([a21d4f94a](https://github.com/NativeScript/NativeScript/commit/a21d4f94a))
42+
- **ios:** corrected rotate animation ([#10676](https://github.com/NativeScript/NativeScript/pull/10676))
43+
- **ios:** invalid transform if set before any layout ([#10675](https://github.com/NativeScript/NativeScript/pull/10675))
44+
- **ios:** safe area memory leak on iOS 10 and older versions ([#10673](https://github.com/NativeScript/NativeScript/pull/10673))
45+
- **ios:** frame backstack disposal handling ([#10672](https://github.com/NativeScript/NativeScript/pull/10672))
46+
- **crypto:** getRandomValues return value ([#10658](https://github.com/NativeScript/NativeScript/pull/10658))
47+
- **core:** improved types for common utils ([#10628](https://github.com/NativeScript/NativeScript/pull/10628))
48+
- **ios:** background styles after frame changed by safe area ([#10661](https://github.com/NativeScript/NativeScript/pull/10661))
49+
- **core:** provided image source can be unintentionally disposed ([#10654](https://github.com/NativeScript/NativeScript/pull/10654))
50+
- **android:** background image aspect ratio ([#10651](https://github.com/NativeScript/NativeScript/pull/10651))
51+
52+
### 🔥 Performance
53+
54+
- Avoid creating new typeface instances for system fonts ([4902e2781](https://github.com/NativeScript/NativeScript/commit/4902e2781))
55+
56+
### ❤️ Thank You
57+
58+
- Dimitris-Rafail Katsampas @CatchABus
59+
- Eduardo Speroni @edusperoni
60+
- farfromrefuge
61+
- Nathan Walker
62+
163
## [8.8.6](https://github.com/NativeScript/NativeScript/compare/8.8.5-core...8.8.6) (2024-11-19)
264

365

0 commit comments

Comments
 (0)