Nathan Walker
e7ab426ee2
refactor: circular deps part 14
2025-07-10 15:47:29 -07:00
Nathan Walker
50cfd6fb25
refactor: circular deps part 8
2025-07-08 22:55:03 -07:00
Nathan Walker
18e75b66ec
refactor: circular deps part 6
2025-07-08 11:55:45 -07:00
Eduardo Speroni
f6eab0d62f
feat(core): openUrlAsync utility ( #10637 )
2025-01-13 20:43:52 -08:00
Jason Cassidy
1cee35d4fb
fix(ios): replace deprecated UIApplication.shared.openUrl method call ( #10627 )
2024-10-23 07:57:52 -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
82d60ae057
fix(core): circular imports of SDK_VERSION
2022-11-30 09:14:10 -08:00
Nathan Walker
b147612e06
test: standardized jest unit testing ( #10047 )
2022-11-28 14:32:25 -08:00
Nathan Walker
046f9314a8
chore: cleanup utils packaging
2022-11-23 22:42:43 -08:00
Nathan Walker
2e1d2c175b
feat(utils): dismissKeyboard, copyToClipboard, setWindowBackgroundColor, getCurrentActivity and getResource ( #10089 )
2022-11-17 21:05:54 -08:00
Dimitris-Rafail Katsampas
a85a72d961
fix: export 'dataSerialize' from utils ( #9909 )
2022-07-09 09:02:45 -07:00
Osei Fortune
6cf4c5981b
feat(Utils): add dismissSoftInput helper ( #9392 )
...
closes #4594
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com >
2021-05-13 08:43:59 -07:00
Martin Guillon
c1f231d88e
chore: fix eslint issues ( #9017 )
2020-11-11 08:46:36 -08:00
Nathan Walker
647926ee28
fix(ios): Utils.openFile ( #8914 )
...
closes https://github.com/NativeScript/NativeScript/issues/8913
2020-09-29 08:18:04 -07:00
Nathan Walker
020ad4da37
chore(core): monorepo, esm targeting, improved management ( #8707 )
2020-08-25 20:00:59 -07:00