51 Commits

Author SHA1 Message Date
454223cea1 fix(types-ios): view factory initShared (#10726) 2025-04-01 15:28:12 -07:00
5024156f0d chore(release): types 8.9.0
- project: types-android 8.9.0

- project: types-ios 8.9.0

- project: types 8.9.0
2025-02-25 17:22:54 -08:00
cb92903d1e ci: build 2025-02-25 14:44:58 -08:00
803c472264 feat(ios): 18.2 types (#10711) 2025-02-24 18:30:04 -08:00
e853fca3c9 feat(ios): apple intelligence writing tools (#10643) 2025-02-17 20:56:29 -08:00
a2aa2613c6 feat(types-ios): 18.x sdk types (#10629) 2024-11-01 23:06:37 -07:00
774d4e2237 release: @nativescript/types 8.8 2024-07-09 21:48:30 -07:00
492eef087e feat(types): iOS 18 beta 3 2024-07-09 21:44:51 -07:00
80f3ff2042 feat(ios): SF Symbol scale support via iosSymbolScale (#10569) 2024-07-02 16:26:40 -07:00
893b858b80 feat(types-ios): iOS 18 (#10558) 2024-07-02 11:54:49 -07:00
9bc9eb7e57 release: @nativescript/types 8.7.0 2024-04-08 09:01:24 -07:00
01d537bf15 feat(visionos): ui-mobile-base supporting xros plus improvements to window handling (#10478) 2024-04-05 17:07:16 -07:00
0c8c945b33 feat(types-ios): add interop type for stringFromCString (#10494) 2024-04-02 12:30:22 -07:00
a940a48fb6 release(types): 8.6.1 2023-10-09 17:12:35 -07:00
d6478237ec feat(css): text-stroke support (#10399)
closes https://github.com/NativeScript/NativeScript/issues/3597
closes https://github.com/NativeScript/NativeScript/issues/3972
2023-10-09 12:00:21 -07:00
bbede5d795 feat(visionos): Vision Pro support (#10392) 2023-09-28 17:55:40 -07:00
fc172b3ea8 feat(types-ios): iOS 17 SDK (#10304) 2023-08-11 07:10:07 -07:00
d3a0f2c9a6 chore: TypeScript 5.1 with Nx 16.6 migrations (#10338) 2023-08-11 07:09:32 -07:00
204e876866 feat(types-ios): iOS 16.4 types (#10287) 2023-05-10 08:28:42 -07:00
318fb36175 feat(ios): types for latest 16.2 sdk (#10253) 2023-03-28 10:16:55 -07:00
0b17f79faf chore(release): @nativescript/types-ios 8.4.0 2022-11-30 09:14:10 -08:00
da78e0be3f feat(types-ios): 16.1 (#10114) 2022-11-29 23:44:52 +01:00
a5e3e223dd feat(core): support css font-variation-settings (#9995) 2022-11-23 20:57:22 -08:00
7f069a7093 feat: TypeScript 4.8+ support and NativeClass decorator improvements (#10081) 2022-11-08 15:18:10 -08:00
e4b5cdf7df fix(ios): properties lineHeight and letterSpacing did not apply to spans (#10025) 2022-09-13 22:17:50 -07:00
92c1d59de1 chore(release): @nativescript/types 8.3.1 2022-07-26 10:29:26 -07:00
80331a9545 fix(types): darwin dupe type info
closes https://github.com/NativeScript/NativeScript/issues/9974
2022-07-26 10:18:05 -07:00
3879656aee chore(release): @nativescript/types 8.3.0 2022-07-25 21:25:57 -07:00
0c1437116e feat(types-ios): iOS 16 (#9968) 2022-07-25 13:41:58 -07:00
698052230b chore: nx migrate latest 2022-07-09 09:02:45 -07:00
80e6b8130a feat(types-minimal): minimal types for only the latest Android and iOS sdks (#9927) 2022-06-04 10:07:59 -07:00
86fdf5810a chore: types 8.2.0 2022-03-08 14:06:46 -08:00
6cd8b8e804 feat(types-ios): reduced ios types to common types for optimized ts resolution (#9809) 2022-03-04 14:18:57 -08:00
39164effdf feat(types-ios): iOS 15.4 (#9806) 2022-03-03 16:51:35 -08:00
25679a6982 feat(types-ios): iOS 15.2 (#9710) 2022-03-01 12:32:38 -08:00
9c6c84b107 chore: nx migrate latest (#9709) 2021-12-21 18:24:24 -08:00
59af23744b chore: types-ios adjustment and types to use latest patch of each 2021-09-09 09:13:37 -07:00
8e7254281c chore: types 8.1 2021-09-08 16:53:53 -07:00
296dbf9e3e chore: fix incorrect types 2021-09-08 16:12:11 -07:00
23bd18ac22 feat(types-ios): iOS 15 2021-09-08 16:12:11 -07:00
f3333e09fe chore(release): @nativescript/types@8.0.1 2021-04-21 15:34:28 -07:00
b72c4a3237 chore(release): @nativescript/types@8.0.0 2021-04-06 11:18:36 -07:00
7847c2fd35 chore(release): @nativescript/core@7.3.0 2021-02-27 13:30:51 -08:00
ebcc0e2cc0 feat(android): types for API Level 30 and cleanup (#9219)
API Level 30 is now included. Also the `native` namespace used for Android/Java typings no longer collides with integrations.

BREAKING CHANGE:

If you were using`native.Array` for any of your own custom plugin typings, you can switch them to `androidNative.Array`

BEFORE:

```
public writeAsync(path: string, bytes: native.Array<number>) ...
```

AFTER:

```
public writeAsync(path: string, bytes: androidNative.Array<number>) ...
```
2021-02-27 12:45:49 -08:00
946befe979 chore(release): @nativescript/types@7.2.0 2021-02-05 21:55:21 +01:00
9aad2dbdbc feat(ios): types for latest ios 14.3 with Xcode 12.3 (#9118) 2020-12-30 07:57:10 -08:00
9ec1939233 chore(release): @nativescript/core@7.0.4, @nativescript/types@7.0.4, @nativescript/types-android@7.0.4, @nativescript/types-ios@7.0.4 2020-09-23 11:49:53 -07:00
45fb6c481b fix(ios): time-picker and date-picker for iOS 14 (#8877) 2020-09-23 08:00:34 -07:00
b3e9339fc3 chore(release): @nativescript/core@7.0.3, @nativescript/types@7.0.3, @nativescript/types-android@7.0.3, @nativescript/types-ios@7.0.3 2020-09-12 18:48:45 +02:00
54cce4f20c feat(core): nativescript.config and webpack updates (#8801) 2020-09-01 15:53:37 -07:00