730 Commits

Author SHA1 Message Date
f324dad2e6 chore: 8.3.4 next 2022-08-10 19:09:46 -07:00
52060619a0 chore: ui-mobile-base build 2022-08-10 18:24:18 -07:00
944d542571 fix(android): getScaledDimensions (#9992) 2022-08-10 17:52:14 -07:00
be6efc3067 fix(ios): additional safe area insets were miscalculated if already set (#9991) 2022-08-10 14:01:51 -07:00
de1d47d600 Revert "fix(ios): app stopped responding after screen rotation (#9986)"
This reverts commit 946dd34cc6227934369edef96109a5b7fbb5bc75.
2022-08-09 00:37:37 +03:00
946dd34cc6 fix(ios): app stopped responding after screen rotation (#9986) 2022-08-08 08:02:28 -07:00
02d4834bd4 chore: 8.3.3 next 2022-08-02 10:58:42 -07:00
0548aaf8da fix(android): FragmentClass memory leak (#9983)
* chore: resilience to create/destroy flow around actionItems

Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
2022-08-02 09:00:18 -07:00
54d300666a fix: revert "fix(ios): not responding after rotation (#9931)" (#9984)
This reverts commit aee1d0565105158e84b6a752cc05ee0dc0577943.
2022-08-02 08:11:42 -07:00
d82f3d990d fix(core): Added ObservableArray constructor declarations to allow setting multiple arguments (#9980) 2022-07-30 08:23:40 -07:00
286d36b03b fix(android): FragmentCallbacksImplementation memory leak (#9977) 2022-07-27 11:15:51 -07:00
59f923528d fix(android): FragmentClass memory leak (#9973)
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
2022-07-26 14:52:48 -07:00
92c1d59de1 chore(release): @nativescript/types 8.3.1 2022-07-26 10:29:26 -07:00
80331a9545 fix(types): darwin dupe type info
closes https://github.com/NativeScript/NativeScript/issues/9974
2022-07-26 10:18:05 -07:00
19de80cd58 chore: 8.3.2 next 2022-07-26 08:26:35 -07:00
3879656aee chore(release): @nativescript/types 8.3.0 2022-07-25 21:25:57 -07:00
1bf6d120ed chore(release): @nativescript/webpack 5.0.8 2022-07-26 01:17:11 +02:00
5b6664db4b Merge branch 'main' into feat/webpack-cleanup 2022-07-26 00:56:17 +02:00
0c1437116e feat(types-ios): iOS 16 (#9968) 2022-07-25 13:41:58 -07:00
73a9fc2e27 chore: remove inspector modules log (#9967) 2022-07-23 08:53:56 -07:00
c9102f2de9 chore: tests 2022-07-22 13:32:22 -07:00
56b9963c16 chore: tests 2022-07-22 11:54:12 -07:00
4f56d8650b chore: e2e automated tests 2022-07-22 11:31:10 -07:00
8f91f3bd5f chore: file typings 2022-07-22 09:29:34 -07:00
e51e945400 feat(files): knownFolders.externalDocuments for android ease of use (#9966) 2022-07-22 08:14:15 -07:00
c8bff74e67 fix(core): missing export for maxLinesProperty (#9965) 2022-07-22 08:12:28 -07:00
105d81d211 feat(types-minimal): include AudioToolbox, CoreMIDI, CoreMotion 2022-07-21 13:55:53 -07:00
098fc861f5 feat(types-minimal): include CoreGraphics for ios 2022-07-21 13:55:53 -07:00
01643f513e fix(core): correct typings in ObservableArray (#9961) 2022-07-20 21:38:28 -07:00
0477044d6f fix(core): FormattedString.spans is now restored (#9960) 2022-07-17 19:48:07 -07:00
20efd3605e fix(core): correctly polyfill tslib (#9894)
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
2022-07-16 14:29:30 -07:00
24333a42f1 feat(types-minimal): include WebKit for ios 2022-07-16 11:12:34 -07:00
9553afb0ad chore(release): @nativescript/webpack 5.0.8-alpha.3 2022-07-15 19:38:12 +02:00
a96445f530 fix: revert copy rule glob filter 2022-07-15 19:32:56 +02:00
3512c1d33e chore: 8.3.1 next target 2022-07-13 20:08:50 -07:00
db75d86301 chore: transformer location update 2022-07-13 15:34:16 -07:00
851c43ff43 chore(release): @nativescript/webpack 5.0.8-alpha.2 2022-07-13 15:26:04 -07:00
e80ec07873 feat(webpack): add --env.stats to disable printing stats
primarily used internally by preview-cli
2022-07-13 15:25:51 -07:00
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
fefac9f554 feat(webpack): allow disabling nativescriptLibPath warning with a boolean 2022-07-13 15:25:51 -07:00
0556cf9b20 refactor(webpack): use real modules and deprecate virtual modules 2022-07-13 15:25:51 -07:00
5a00438321 fix(hmr): emit boot log at boot instead of the 1st livesync 2022-07-13 15:25:37 -07:00
c450d0ad2a chore: bump deps 2022-07-13 15:25:19 -07:00
91d2c57ea0 feat(webpack): emit hrm boot status 2022-07-13 15:24:43 -07:00
a6d19e9716 wip: watchstate plugin adjustments 2022-07-13 15:23:56 -07:00
33ab7d27b7 refactor(webpack): use global require for checking hmr chunks 2022-07-13 15:23:56 -07:00
49343cb9b4 feat(android): runOnMain, postFrameCallback & removeFrameCallback (#9943) 2022-07-13 15:21:04 -07:00
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
67099f8001 chore: 8.3.0 next target 2022-07-09 10:09:43 -07:00
8ccbc88cbb chore: ui-mobile-base build updates 2022-07-09 10:09:43 -07:00