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
045986de8f
fix: Corrected font-weight support for span
2025-01-28 23:26:24 -08:00
34c692fcf8
feat(types-android): API Level 35 ( #10659 )
2025-01-13 17:25:53 -08:00
2341883c03
feat(core): android cookie manager setup ( #10657 )
2025-01-12 19:23:51 -08:00
774d4e2237
release: @nativescript/types 8.8
2024-07-09 21:48:30 -07:00
6dd441d6ba
perf(android): gridlayout with less JNI calls ( #10402 )
2024-07-01 09:20:14 -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
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
93e24783a1
feat(types-android): API Level 34 ( #10400 )
2023-10-09 02:49:34 -04:00
d3a0f2c9a6
chore: TypeScript 5.1 with Nx 16.6 migrations ( #10338 )
2023-08-11 07:09:32 -07:00
77f252e551
fix(android): improve content uri handling ( #10316 )
2023-06-17 10:14:28 -07:00
ab32aeaaa3
feat(file-system): append, appendText & createFile ( #10285 )
2023-05-04 20:45:01 -07:00
c63a50a196
feat(file): copy sync and async support ( #10273 )
2023-04-21 20:36:01 -07:00
318fb36175
feat(ios): types for latest 16.2 sdk ( #10253 )
2023-03-28 10:16:55 -07:00
0173769bad
feat(files): read & write using js buffers ( #10093 )
2023-03-16 19:19:36 -07:00
e613ecf819
fix(types-android): min api types from 17 to 31 ( #10209 )
2023-02-21 15:19:21 -08:00
c1187fe543
feat(types-android): API Level 33 ( #10113 )
2022-11-29 13:55:20 -08:00
cfaa8134b0
feat(android): use NestedScrollView for vertical ScrollView ( #9199 )
2022-11-23 22:46:32 -08:00
75eefa669d
feat(android): support drawable in ImageSource ( #10098 )
...
This allows passing a drawable as another source option
2022-11-19 23:13:33 -08:00
7f069a7093
feat: TypeScript 4.8+ support and NativeClass decorator improvements ( #10081 )
2022-11-08 15:18:10 -08:00
92c1d59de1
chore(release): @nativescript/types 8.3.1
2022-07-26 10:29:26 -07:00
3879656aee
chore(release): @nativescript/types 8.3.0
2022-07-25 21:25:57 -07:00
698052230b
chore: nx migrate latest
2022-07-09 09:02:45 -07:00
86fdf5810a
chore: types 8.2.0
2022-03-08 14:06:46 -08:00
2393dad6e1
feat(types-android): updated types + api32 ( #9774 )
2022-03-08 09:11:28 -08:00
c68d002c9a
feat(android): content uri support for File ( #9807 )
2022-03-04 18:56:04 -08:00
66d8afffc1
feat(android): tab view icon rendering mode ( #9605 )
...
Co-authored-by: wSedlacek <wsedlacekc@gmail.com>
2022-03-01 12:32:39 -08:00
9b5d125f42
fix(android): NullPointerException on navigation ( #9669 )
...
closes #8441
2022-03-01 12:32:39 -08:00
9c6c84b107
chore: nx migrate latest ( #9709 )
2021-12-21 18:24:24 -08:00
8e7254281c
chore: types 8.1
2021-09-08 16:53:53 -07:00
b5b46273bf
feat(types-android): API 31
2021-09-08 19:39:57 -04:00
b2f792324d
feat(image-source): add saveToFileAsync, toBase64StringAsync & resizeAsync ( #9404 )
2021-09-08 16:07:39 -07:00
f311151496
fix(android): image asset handling regarding requestLegacyExternalStorage ( #9373 )
2021-05-09 19:29:44 -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
7c60735d14
chore: cleanup background handling
2021-04-06 11:18:36 -07:00
9a7d3ecb34
feat: implement BoxShadowDrawable
2021-04-06 11:18:36 -07:00
67e2fe42b7
feat(core): box-shadow support ( #9161 )
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
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
f73dfb4e55
types: add setAnimationEnabled to TabViewPager ( #8846 )
2020-09-12 18:31:13 +02:00
54cce4f20c
feat(core): nativescript.config and webpack updates ( #8801 )
2020-09-01 15:53:37 -07:00
020ad4da37
chore(core): monorepo, esm targeting, improved management ( #8707 )
2020-08-25 20:00:59 -07:00