991445461b
feat: iOS 26 types with improvements (ActionBar, Switch) + .ns-{platform}-{sdkVersion} css root scoping ( #10775 )
...
This provides for better ability to target platform > sdk > majorVersion specific features.
For example, iOS 26 does not render titles when a background color is set on the actionbar. this allows that style to be overridden only on iOS 26 if desired.
2025-08-07 12:06:10 -07:00
11d5e542eb
feat(action-bar): iosLargeTitle and iosShadow attributes ( #10694 )
...
[skip ci]
2025-02-18 08:35:56 -08:00
5e85d8873c
feat(ios): background-image support for action bar ( #10645 )
2025-01-12 17:57:28 -08:00
24ad6e45b1
docs(core): fix types & improve jsdoc comments ( #10620 )
2025-01-12 12:38:28 -08:00
4f367483ef
fix(android): background color is not applied to certain views ( #10652 )
2024-11-18 19:45:30 -08:00
7036f12b5c
fix(android): prevent error on navigation back after using page transition ( #10439 )
2024-06-28 16:15:40 -07:00
4abcb216da
feat(android): background color/image handling improvements ( #10451 )
2024-06-28 15:07:10 -07:00
12dd329ed1
fix(action-bar): provide correct page during navigation when title change occurs ( #10563 )
2024-06-27 19:21:29 -07:00
9e472d7874
docs(core): update comments for on, once, addEventListener and removeEventListener ( #10545 )
2024-05-23 08:26:03 -07:00
01d537bf15
feat(visionos): ui-mobile-base supporting xros plus improvements to window handling ( #10478 )
2024-04-05 17:07:16 -07:00
bbede5d795
feat(visionos): Vision Pro support ( #10392 )
2023-09-28 17:55:40 -07:00
f64355ba7a
refactor: improved core barrel exports and Application class ( #10286 )
...
BREAKING CHANGES:
`Application.orientation` is no longer a function.
Migration: Remove `()` from the `Application.orientation()` call:
```diff
import { Application } from "@nativescript/core";
-console.log(Application.orientation());
+console.log(Application.orientation);
```
`Application.systemAppearance` is no longer a function.
Migration: Remove `()` from the `Application.systemAppearance()` call:
```diff
import { Application } from "@nativescript/core";
-console.log(Application.systemAppearance());
+console.log(Application.systemAppearance);
```
2023-05-25 07:45:39 -07:00
485fb61947
fix(core): Observable event types consistency ( #10181 )
2023-01-31 07:42:09 -08:00
18b911ed84
fix(core): improve loaded/unloaded handling
2023-01-16 11:41:04 -08:00
0632215793
chore: eslint cleanup ( #10160 )
2023-01-09 09:40:20 -08:00
82d60ae057
fix(core): circular imports of SDK_VERSION
2022-11-30 09:14:10 -08:00
b147612e06
test: standardized jest unit testing ( #10047 )
2022-11-28 14:32:25 -08:00
abd722cd3d
perf(core): android sdk check ( #10084 )
2022-11-12 10:09:45 -08:00
1c82d19455
fix(ios): guard accessing actionbar ( #10033 )
2022-09-19 22:18:47 -07:00
0548aaf8da
fix(android): FragmentClass memory leak ( #9983 )
...
* chore: resilience to create/destroy flow around actionItems
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
2022-08-02 09:00:18 -07:00
f88c158b38
fix(ios): navigation button now allows using custom icon ( #9835 )
2022-03-19 16:15:31 -07:00
dde9e02cac
feat: improved background handling ( #9615 )
2022-03-01 12:32:39 -08:00
95e56f75dd
chore: cleanup actionbar appearance handling
2021-10-09 08:55:54 -07:00
183b4d4b10
fix(ios): flat property using new appearance api ( #9558 )
2021-09-20 11:12:08 -07:00
86ff418166
fix(ios): actionitem coloring with 15+
2021-09-08 16:12:11 -07:00
011e869cd5
fix(ios): actionBar title to use appearance api on ios15+ ( #9534 )
...
https://github.com/NativeScript/NativeScript/pull/9530
2021-09-08 16:12:11 -07:00
2bfccbbea6
fix(ios): actionBar to use appearance api on ios13+ ( #9530 )
2021-09-08 16:12:11 -07:00
d3bc4d5b82
fix(core): guard unstable page/frame init contexts under async conditions ( #9428 )
2021-05-30 12:02:38 -07:00
21da31562c
chore: Enums > CoreTypes
...
Cleanup type symbol usage by consolidating to manage in one spot. This makes them easier to use as well by providing a single rollup of all the common type symbol's used throughout core.
2021-04-06 11:18:36 -07:00
733050995c
fix(core): type collisions with namespace ( #8809 )
2021-04-06 11:18:36 -07:00
a67fb69687
chore: typing cleanup
2021-04-06 11:18:36 -07:00
d5a8a25aba
feat(core): first class a11y support ( #8909 )
2021-04-06 11:18:36 -07:00
c1f231d88e
chore: fix eslint issues ( #9017 )
2020-11-11 08:46:36 -08:00
2243660080
feat(core): TypeScript 4 + cleanup ( #8967 )
2020-10-19 09:28:05 -07:00
020ad4da37
chore(core): monorepo, esm targeting, improved management ( #8707 )
2020-08-25 20:00:59 -07:00