82 Commits

Author SHA1 Message Date
71ac975715 fix(ios): symbol effects wip 2024-07-02 11:52:22 -07:00
0720709309 fix(ios): symbol effects wip 2024-07-02 11:51:17 -07:00
d678915234 feat(core): add sys:// support for SF Symbol usage on images with effects (#10555) 2024-06-26 15:34:24 -07:00
415ff34660 chore: nx migrate plus keep lock files (#10536) 2024-05-06 10:20:01 -07:00
01d537bf15 feat(visionos): ui-mobile-base supporting xros plus improvements to window handling (#10478) 2024-04-05 17:07:16 -07:00
4762699fa1 fix(time-picker): properly handle 0 on hour and minutes with valueChanged (#10460)
closes https://github.com/NativeScript/NativeScript/issues/10457
2023-12-17 15:17:32 -08:00
2237c9be4f chore: Nx 17+ (#10449) 2023-11-25 10:58:41 -08:00
67440095f4 fix(css): box-shadow none handling (#10445)
closes https://github.com/NativeScript/NativeScript/issues/10403
2023-11-19 15:30:07 -08: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
7c2938d2ac chore: TypeScript 5.2 with Nx 16.8.1 (#10380) 2023-09-09 08:55:39 -07:00
39eed526c1 feat(ios): improved shadow handling with background UI rework (#10374)
BREAKING CHANGES: 

`CSSShadow` was renamed into `ShadowCSSValues`
2023-09-06 08:17:29 -07:00
8d25d251cd feat(css): support for text-overflow (#10369) 2023-08-27 15:32:09 -07:00
d3a0f2c9a6 chore: TypeScript 5.1 with Nx 16.6 migrations (#10338) 2023-08-11 07:09:32 -07:00
6effd554f2 fix(datepicker): max, min and date value binding handling (#10343) 2023-07-17 12:19:20 -07:00
ab32aeaaa3 feat(file-system): append, appendText & createFile (#10285) 2023-05-04 20:45:01 -07:00
18bba2bc11 feat(file-system): allow copy when opening a File (#10274)
* feat: add copy file to file-system

* feat(file-system): allow temp copy of files opened with File.fromPath

* chore: remove log

* chore: remove log

* fix: only copy if true

---------

Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
2023-04-25 00:30:28 -04:00
c63a50a196 feat(file): copy sync and async support (#10273) 2023-04-21 20:36:01 -07:00
f4b2722bf4 feat(transitions): support zIndex on ios shared elements + support page props on android (#10261) 2023-04-17 08:54:09 -07:00
b3abc5f5ae feat(text): valueFormatter for easy and flexible input auto-formatting (#10264)
https://github.com/NativeScript/NativeScript/issues/10249
2023-04-12 08:45:21 -07:00
59369fbc19 feat(core): Shared Element Transitions (#10022) 2023-03-28 20:04:29 +02:00
7edd21a688 fix(android): dialogs activity usage (#10246) 2023-03-22 18:20:01 -07:00
a23c8bda31 fix(android): Label now defaults to vertical-align middle (#10233)
closes https://github.com/NativeScript/NativeScript/issues/3829
https://github.com/NativeScript/NativeScript/issues/5977
https://github.com/NativeScript/NativeScript/pull/8216
2023-03-13 09:32:29 -07:00
6779cdcb55 fix(android): native-helper utils types are now correct (#10231) 2023-03-07 19:22:37 -08:00
497b2d737e chore: Nx 15.6, jest latest and TypeScript 4.9 (#10191) 2023-01-30 19:17:49 -08:00
75821ead07 fix(core): ScrollView event wiring sequencing improvement (#10178) 2023-01-19 12:28:56 -08:00
00944bb1b5 fix(ios): TextField keyboard handling with emoji, autofill, and shortcuts (#10154)
closes https://github.com/NativeScript/NativeScript/issues/10108
2023-01-03 17:36:56 -08:00
9a779dfa8a chore: nx-cloud setup (#10110) 2022-11-29 13:26:51 -08:00
a5e3e223dd feat(core): support css font-variation-settings (#9995) 2022-11-23 20:57:22 -08:00
6c60eab870 fix(core): ellipsis at the end for Labels with maxLines (#10005) 2022-11-18 10:29:05 -08:00
2e1d2c175b feat(utils): dismissKeyboard, copyToClipboard, setWindowBackgroundColor, getCurrentActivity and getResource (#10089) 2022-11-17 21:05:54 -08:00
7f069a7093 feat: TypeScript 4.8+ support and NativeClass decorator improvements (#10081) 2022-11-08 15:18:10 -08:00
4a0e1c9aa1 feat(webview): adds iosAllowInlineMediaPlayback property (#10014) 2022-10-07 17:41:38 +02:00
092e74a886 chore: runtime latest throughout apps 2022-07-25 21:21:17 -07:00
e635a61673 chore: 8.3.0-alpha.0 2022-07-09 09:02:45 -07:00
709e10b3db chore: bump apps ios runtime 2022-07-09 09:02:45 -07:00
bc8f15580b chore: typescript 4.7.3 2022-07-09 09:02:45 -07:00
698052230b chore: nx migrate latest 2022-07-09 09:02:45 -07:00
99480c06db fix(android): content uri handling improvements (#9936) 2022-06-20 07:28:31 -07:00
959a3cf0c9 chore: hidden example in toolbox 2022-06-15 10:13:18 -07:00
7668a73f97 chore: bump demo apps to latest runtimes 2022-03-08 15:05:16 -08:00
8be543bcc7 feat: testID property for use with e2e testing without interfering with a11y (#9793)
* fix(android): nested frames were sometimes not recreated (#9748)

Co-authored-by: Eduardo Speroni <edusperoni@gmail.com>

* feat: testID property for use with e2e testing without interfering with a11y

* feat: better testID support along a11y

wip

* fix: make sure we have a defined id

* feat: --env.e2e to enable testID

* chore: return if using testID

* chore: cleanup

Co-authored-by: Eduardo Speroni <edusperoni@gmail.com>
Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
2022-03-08 23:25:05 +01:00
ab4e47a1c1 feat(datepicker): ability to show time via showTime property (#9570) 2022-03-04 19:32:47 -08:00
c68d002c9a feat(android): content uri support for File (#9807) 2022-03-04 18:56:04 -08:00
a9ffccef8a chore: cleanup demo app references to simplify 2022-03-04 14:38:49 -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
b38337e597 fix: tear down views after a modal is closed (#9801) 2022-03-01 12:32:39 -08:00
7dcfecffab fix: memory leaks around image picking/saving to device 2022-03-01 12:32:39 -08:00
6437352fed feat(switch): :checked pseudo and color fixes (#9790) 2022-03-01 12:32:39 -08:00
988f372788 perf(ios): UIImage memory leaks (#9783) 2022-03-01 12:32:39 -08:00
d1dc7883f8 chore: 8.2.0-alpha.3 2022-03-01 12:32:39 -08:00