Commit Graph

7613 Commits

Author SHA1 Message Date
Nathan Walker
0c1437116e feat(types-ios): iOS 16 (#9968) 2022-07-25 13:41:58 -07:00
Igor Randjelovic
73a9fc2e27 chore: remove inspector modules log (#9967) 2022-07-23 08:53:56 -07:00
Nathan Walker
c9102f2de9 chore: tests 2022-07-22 13:32:22 -07:00
Nathan Walker
56b9963c16 chore: tests 2022-07-22 11:54:12 -07:00
Nathan Walker
4f56d8650b chore: e2e automated tests 2022-07-22 11:31:10 -07:00
Nathan Walker
8f91f3bd5f chore: file typings 2022-07-22 09:29:34 -07:00
Nathan Walker
bdda6bfe04 chore: gh actions branch 2022-07-22 08:17:17 -07:00
farfromrefuge
e51e945400 feat(files): knownFolders.externalDocuments for android ease of use (#9966) 2022-07-22 08:14:15 -07:00
farfromrefuge
c8bff74e67 fix(core): missing export for maxLinesProperty (#9965) 2022-07-22 08:12:28 -07:00
Nathan Walker
e520b57ca2 chore: 8.3.2 next target 2022-07-21 14:16:52 -07:00
Nathan Walker
665c4ae041 chore(release): @nativescript/core 8.3.1 2022-07-21 14:15:10 -07:00
Nathan Walker
105d81d211 feat(types-minimal): include AudioToolbox, CoreMIDI, CoreMotion 2022-07-21 13:55:53 -07:00
Nathan Walker
098fc861f5 feat(types-minimal): include CoreGraphics for ios 2022-07-21 13:55:53 -07:00
Jason Cassidy
01643f513e fix(core): correct typings in ObservableArray (#9961) 2022-07-20 21:38:28 -07:00
Dimitris-Rafail Katsampas
0477044d6f fix(core): FormattedString.spans is now restored (#9960) 2022-07-17 19:48:07 -07:00
Eduardo Speroni
20efd3605e fix(core): correctly polyfill tslib (#9894)
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
2022-07-16 14:29:30 -07:00
Nathan Walker
24333a42f1 feat(types-minimal): include WebKit for ios 2022-07-16 11:12:34 -07:00
Igor Randjelovic
9553afb0ad chore(release): @nativescript/webpack 5.0.8-alpha.3 5.0.8-alpha.3-webpack 2022-07-15 19:38:12 +02:00
Igor Randjelovic
a96445f530 fix: revert copy rule glob filter 2022-07-15 19:32:56 +02:00
Nathan Walker
3512c1d33e chore: 8.3.1 next target 2022-07-13 20:08:50 -07:00
Nathan Walker
195e77c539 chore(release): @nativescript/core 8.3.0 8.3.0-core 2022-07-13 20:05:33 -07:00
Nathan Walker
db75d86301 chore: transformer location update 2022-07-13 15:34:16 -07:00
Igor Randjelovic
851c43ff43 chore(release): @nativescript/webpack 5.0.8-alpha.2 2022-07-13 15:26:04 -07:00
Igor Randjelovic
e80ec07873 feat(webpack): add --env.stats to disable printing stats
primarily used internally by preview-cli
2022-07-13 15:25:51 -07:00
Igor Randjelovic
eedc9c9eb1 fix(webpack): remove copy rules that don't match any files to avoid false watch triggers 2022-07-13 15:25:51 -07:00
Igor Randjelovic
fefac9f554 feat(webpack): allow disabling nativescriptLibPath warning with a boolean 2022-07-13 15:25:51 -07:00
Igor Randjelovic
0556cf9b20 refactor(webpack): use real modules and deprecate virtual modules 2022-07-13 15:25:51 -07:00
Igor Randjelovic
2fbc1898db chore(release): @nativescript/webpack 5.0.8-alpha.0 2022-07-13 15:25:51 -07:00
Igor Randjelovic
5a00438321 fix(hmr): emit boot log at boot instead of the 1st livesync 2022-07-13 15:25:37 -07:00
Igor Randjelovic
c450d0ad2a chore: bump deps 2022-07-13 15:25:19 -07:00
Igor Randjelovic
91d2c57ea0 feat(webpack): emit hrm boot status 2022-07-13 15:24:43 -07:00
Igor Randjelovic
a6d19e9716 wip: watchstate plugin adjustments 2022-07-13 15:23:56 -07:00
Igor Randjelovic
33ab7d27b7 refactor(webpack): use global require for checking hmr chunks 2022-07-13 15:23:56 -07:00
Osei Fortune
49343cb9b4 feat(android): runOnMain, postFrameCallback & removeFrameCallback (#9943) 2022-07-13 15:21:04 -07:00
Nathan Walker
6f48b4bef3 chore: remove legacy webpack4 as no longer used
Still accessible on a branch though here: https://github.com/NativeScript/NativeScript/tree/feat/webpack4
2022-07-09 11:01:14 -07:00
Nathan Walker
2e0f0cc0ac chore: readme 2022-07-09 10:15:57 -07:00
Nathan Walker
67099f8001 chore: 8.3.0 next target 2022-07-09 10:09:43 -07:00
Nathan Walker
8ccbc88cbb chore: ui-mobile-base build updates 2022-07-09 10:09:43 -07:00
Nathan Walker
dbb650f9fd chore: nx migrate latest 2022-07-09 10:09:43 -07:00
Nathan Walker
a1dff9a1db fix(core): ensure platforms/android/core.aar is not included in pack 2022-07-09 10:09:43 -07:00
Dimitris-Rafail Katsampas
df74a8baa8 feat(core): iterable ObservableArray (#9824)
BREAKING CHANGE:

Method push will now handle arguments just like Array.prototype.push.
Certain existing methods will now return ObservableArray instance instead.
Callback arguments that contained an array argument themselves will now contain an ObservableArray argument.
2022-07-09 10:09:43 -07:00
Dimitris-Rafail Katsampas
ad01e6b990 fix(android): device language and region from system configuration. (#9868)
BREAKING CHANGE:

Exposes language and region values from android system configuration. If you were working around locale handling because this wasn't originally the case you can likely remove extra conditions as this should reflect more accurately now.
2022-07-09 10:09:43 -07:00
Eduardo Speroni
c9f77a0a22 fix(webpack): NativeClass decorator should run after angular transformers in AOT mode (#9908) 2022-07-09 10:09:43 -07:00
Eduardo Speroni
3681fd4384 fix(ios): do not convert tap event data to device pixels twice (#9935)
BREAKING CHANGE:

tapData.getX() and tapData.getY() will now return correctly in DIP, so any extra conversions (like calling toDevicePixels) twice must be changed.
2022-07-09 10:09:43 -07:00
Jason Cassidy
4a5e2e2ac0 fix(core): metadata filtering (#9946) 2022-07-09 10:09:43 -07:00
Nathan Walker
97a21bb0d7 fix(webpack): unit test runner with node 18+ (#9952) 2022-07-09 10:09:43 -07:00
farfromrefuge
38142a6aeb fix(core): navigatingToEvent allows access to resolvedPage now (#9954)
BREAKING CHANGE:

When using `navigatingToEvent` event.entry, the `backstackEntry` object is now returned which has an `entry` property on it if you still need it.
2022-07-09 10:05:29 -07:00
Nathan Walker
f49e412660 feat(types-minimal): paired down typings optimized for smaller footprint editing environments (#9947) 2022-07-09 09:04:54 -07:00
Nathan Walker
e5fffa1dad fix(RootLayout): resilience around shadeCover options 2022-07-09 09:02:45 -07:00
Nathan Walker
4f92354707 chore: 8.3.0-alpha.2 2022-07-09 09:02:45 -07:00