Nathan Walker
48b02ffd1f
chore: TypeScript 5.8, nx migrate, dep updates - bundler resolution
2025-07-05 10:48:10 -07:00
Nathan Walker
61a83a60c9
feat(nx-cloud): organize workspace caching with improved input/outputs ( #10734 )
2025-04-29 13:25:39 -07:00
Nathan Walker
3dec0a5e99
chore: use vitest for unit testing plus workspace updates ( #10662 )
2025-01-12 11:52:13 -08:00
Nathan Walker
148a54b60c
chore: Nx 20 ( #10636 )
2024-10-23 09:25:25 -07:00
Nathan Walker
f184d5b814
chore: workspace updates
2024-07-10 09:15:48 -07:00
Nathan Walker
415ff34660
chore: nx migrate plus keep lock files ( #10536 )
2024-05-06 10:20:01 -07:00
Nathan Walker
01d537bf15
feat(visionos): ui-mobile-base supporting xros plus improvements to window handling ( #10478 )
2024-04-05 17:07:16 -07:00
Nathan Walker
2237c9be4f
chore: Nx 17+ ( #10449 )
2023-11-25 10:58:41 -08:00
Nathan Walker
7c2938d2ac
chore: TypeScript 5.2 with Nx 16.8.1 ( #10380 )
2023-09-09 08:55:39 -07:00
Nathan Walker
d3a0f2c9a6
chore: TypeScript 5.1 with Nx 16.6 migrations ( #10338 )
2023-08-11 07:09:32 -07:00
Igor Randjelovic
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
Nathan Walker
f4b2722bf4
feat(transitions): support zIndex on ios shared elements + support page props on android ( #10261 )
2023-04-17 08:54:09 -07:00
Nathan Walker
497b2d737e
chore: Nx 15.6, jest latest and TypeScript 4.9 ( #10191 )
2023-01-30 19:17:49 -08:00
Nathan Walker
7f069a7093
feat: TypeScript 4.8+ support and NativeClass decorator improvements ( #10081 )
2022-11-08 15:18:10 -08:00
Nathan Walker
092e74a886
chore: runtime latest throughout apps
2022-07-25 21:21:17 -07:00
Nathan Walker
709e10b3db
chore: bump apps ios runtime
2022-07-09 09:02:45 -07:00
Nathan Walker
18f4bdde4c
chore: cleanup scripts
2022-07-09 09:02:45 -07:00
Nathan Walker
bc8f15580b
chore: typescript 4.7.3
2022-07-09 09:02:45 -07:00
Nathan Walker
7668a73f97
chore: bump demo apps to latest runtimes
2022-03-08 15:05:16 -08:00
Nathan Walker
774d0533da
chore: update workspace dependencies
2022-03-01 12:32:38 -08:00
Igor Randjelovic
a88cacab89
chore(migrate): apps/* to webpack5 ( #9606 )
2021-12-21 09:47:33 -08:00
Janos Hrubos
6374c47013
chore: update runtime versions in demo apps ( #9599 )
...
Co-authored-by: Igor Randjelovic <rigor789@gmail.com >
2021-10-06 17:49:30 +02:00
Nathan Walker
ee701db137
chore(release): @nativescript/core@8.1.3
2021-09-18 13:38:24 -07:00
Nathan Walker
1b29d05099
chore: Nx 12 + fix ui app + TS 4.1 updates ( #9359 )
2021-04-26 19:11:19 -07:00
Nathan Walker
4494b2fb7c
chore: npm 7 handling improvements
2021-04-24 11:17:38 -07:00
Nathan Walker
17a7019085
chore: npm 7 compat
2021-04-12 09:54:30 -07:00
Nathan Walker
11b3b84114
chore: release prep
2021-02-05 12:24:46 -08:00
Nathan Walker
9aad2dbdbc
feat(ios): types for latest ios 14.3 with Xcode 12.3 ( #9118 )
2020-12-30 07:57:10 -08:00
Dimitris - Rafail Katsampas
b113f1916d
feat(core): Repeater multiple item templates implementation ( #8981 )
2020-10-26 20:13:22 -07:00
tarunama
fda4c48851
chore: add repository
2020-09-10 08:41:19 -07:00
Nathan Walker
54cce4f20c
feat(core): nativescript.config and webpack updates ( #8801 )
2020-09-01 15:53:37 -07:00
Nathan Walker
020ad4da37
chore(core): monorepo, esm targeting, improved management ( #8707 )
2020-08-25 20:00:59 -07:00