Dimitris-Rafail Katsampas
e4fe276bed
fix(core): Scroll listener register failure after unregister ( #10368 )
2023-08-25 15:23:17 -07:00
Mustafa Ateş Uzun
f5f4666e04
fix: class name typo ( #10364 )
2023-08-25 15:22:00 -07:00
Nathan Walker
d3a0f2c9a6
chore: TypeScript 5.1 with Nx 16.6 migrations ( #10338 )
2023-08-11 07:09:32 -07:00
farfromrefuge
74e68145a2
fix(css): prevent duplicate system classes ( #10355 )
2023-08-01 20:55:39 -07:00
Nathan Walker
9f715c0c5f
feat(shared-transition): pageOut option for more dynamic page animations ( #10350 )
2023-07-26 18:12:49 -07:00
Nathan Walker
b93cb99479
chore: bump next
2023-07-24 09:15:01 -07:00
Nathan Walker
af5b2f6225
release: @nativescript/core 8.5.7
2023-07-24 09:14:30 -07:00
Jason Cassidy
2e732ae79f
fix(core): fix Page event overload resolution ( #10347 )
2023-07-23 19:48:13 -07:00
Jason Cassidy
bd8e1b8e79
fix(application): explicitly pass rootView to initRootView ( #10345 )
...
fixes occasional crashes when resuming the app.
2023-07-18 17:47:50 +02:00
Nathan Walker
6effd554f2
fix(datepicker): max, min and date value binding handling ( #10343 )
2023-07-17 12:19:20 -07:00
Igor Randjelovic
08049340b5
fix(application): restore AndroidApplication.on etc. ( #10336 )
2023-07-10 09:45:12 +02:00
Igor Randjelovic
5359153a11
fix(application): wrap native classes in initialisers ( #10335 )
...
fixes : #10334
2023-07-10 09:44:45 +02:00
Nathan Walker
a7d99be025
chore: bump next
2023-06-23 11:54:58 -07:00
Igor Randjelovic
09037196d8
fix: trigger css update when setting root classes ( #10328 )
...
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com >
2023-06-23 09:20:10 -07:00
Igor Randjelovic
fce2e88cba
fix(Connectivity): androidApp is not defined on SDK <28 ( #10324 )
...
fixes #10323
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com >
2023-06-23 09:18:51 -07:00
Igor Randjelovic
029ed4fe5d
fix(Application): getNativeApplication wrong ActivityThread ( #10326 )
...
fixes #10325
2023-06-23 09:16:54 -07:00
Nathan Walker
ed0989d96e
chore: bump next
2023-06-22 12:58:05 -07:00
Jason Cassidy
c278430240
fix(core): unhandled error typings ( #10320 )
...
NativeScriptError type def used to come from packages/core/global-types.d.ts now comes from packages/core/application/application-interfaces.ts, so fixed there now.
2023-06-22 12:19:56 -07:00
Igor Randjelovic
0873894a27
fix: early access to context and packageName ( #10321 )
2023-06-22 11:46:08 -07:00
Nathan Walker
42d22a2aa5
chore: bump next
2023-06-19 14:33:14 -07:00
Nathan Walker
61a4f72db7
chore: bump next
2023-06-19 13:55:57 -07:00
Nathan Walker
685d61cf54
fix(animation): css keyframes
2023-06-19 13:55:40 -07:00
Igor Randjelovic
7f09b925bd
fix(Application): orientation & systemAppearance root classes
2023-06-19 21:43:08 +02:00
Osei Fortune
77f252e551
fix(android): improve content uri handling ( #10316 )
2023-06-17 10:14:28 -07:00
Igor Randjelovic
0401b09a43
fix: ensure Application instance initialized early ( #10315 )
2023-06-15 10:30:13 -07:00
Igor Randjelovic
e430555cb2
fix(Application): inBackground handling & missing once ( #10307 )
2023-06-14 13:09:41 -07:00
Nathan Walker
6ebe7e8673
chore: readme and bump next
2023-06-13 11:57:48 -07:00
Nathan Walker
25cc49d4f4
fix(shared-transition): race condition with interactive updates ( #10312 )
2023-06-13 10:13:33 -07:00
Nathan Walker
ab5fa941bc
refactor: Application barrel changes without breaking changes ( #10311 )
2023-06-13 09:29:39 -07:00
Nathan Walker
0956cb0f91
fix(shared-transitions): layer opacity set back to original on next tick ( #10310 )
2023-06-12 20:44:15 -07:00
Nathan Walker
622f3659d8
fix(animation): avoid uncaught reject on cancel ( #10309 )
2023-06-12 19:54:00 -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
Samuel Schultze
963d0243de
fix(ios): prevent usage of viewControllers that are being dismissed ( #10291 )
2023-05-15 20:18:29 -07:00
Shiva Prasad
874f6b6e65
fix(root-layout): check type for translate and scale values ( #10288 )
2023-05-10 19:14:52 -07:00
Osei Fortune
ab32aeaaa3
feat(file-system): append, appendText & createFile ( #10285 )
2023-05-04 20:45:01 -07:00
Nathan Walker
7bb0918e08
release: @nativescript/core 8.5.3
2023-05-03 18:51:48 -07:00
farfromrefuge
b7d02c9c86
perf: faster nativeView accessors ( #10279 )
...
`this.nativeViewProtected` is faster than `this.ios`
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com >
2023-05-01 14:56:13 -07:00
Dimitris-Rafail Katsampas
a14becdc6a
fix(ios): FormattedString and Span a11y font scale ( #10281 )
2023-05-01 12:29:36 -07:00
Igor Randjelovic
b8a548f009
fix(shared-transition): iOS snapshot opacity ( #10278 )
2023-04-26 11:17:39 -07:00
Nathan Walker
f24ac1d713
release: @nativescript/core 8.5.2
2023-04-25 11:34:08 -07:00
Osei Fortune
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
Nathan Walker
4551da075b
fix(ios): resilience to nativeView access under edge cases ( #10276 )
2023-04-24 13:45:31 -07:00
Osei Fortune
c63a50a196
feat(file): copy sync and async support ( #10273 )
2023-04-21 20:36:01 -07:00
Nathan Walker
1b17e23bb6
release: @nativescript/core 8.5.1
2023-04-17 10:00:53 -07:00
Nathan Walker
71c42f3a19
revert: "fix(core/platform): fixed types for sdkVersion and osVersion" ( #10270 )
...
Revert "fix(core): sdkVersion and osVersion type adjustments (#10269 )"
This reverts commit f8edee43a0 .
2023-04-17 09:42:15 -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
guillemc23
f8edee43a0
fix(core): sdkVersion and osVersion type adjustments ( #10269 )
...
- These two return a number in Android (can't test iOS). Adding this fix would make expressions such as `Device.sdkVersion >= 23` possible without the need to add `@ts-ignore` before
- Updated JSDoc to reflect Android behavior
2023-04-17 08:51:24 -07:00
Jason Cassidy
0a2f002b57
fix(core): unhandled error typings ( #10268 )
2023-04-13 16:49:01 -07:00
Nathan Walker
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
Juan de Dios Martínez Vallejo
f54966707d
fix(core): improve strong type src of Image ( #10265 )
2023-04-10 22:59:57 -07:00