7056 Commits

Author SHA1 Message Date
b66e62173f chore(release): @nativescript/core 8.3.5 8.3.5-core 2022-09-23 10:36:55 -07:00
3a06348908 chore: 8.3.5 next 2022-09-23 10:35:19 -07:00
df31b2a905 fix(animations): error handling
closes https://github.com/NativeScript/NativeScript/issues/10037
2022-09-23 10:27:01 -07:00
5bed8b96d8 fix(core): WeakRef typings to include deref (#10006) 2022-09-23 09:50:15 -07:00
3ce5362a04 fix(ios): segmented bar nativeView check (#10023) 2022-09-23 09:49:36 -07:00
59fb3d9457 fix(ios): guard accessing actionbar (#10033) 2022-09-23 09:48:52 -07:00
17667f1022 Merge tag '8.3.4-core' into release/core-8.3.x 2022-09-23 09:47:58 -07:00
a000c363dc chore(release): @nativescript/core 8.3.4 8.3.4-core 2022-08-20 08:38:15 -07:00
56f861df20 fix(ios): ListView _prepareCell null safety (#10001)
closes https://github.com/NativeScript/NativeScript/issues/10000
2022-08-19 21:32:42 -07:00
ca3d9bdc13 fix(android): potential navigation crash (#9996) 2022-08-19 18:59:47 -07:00
4b0c812707 feat(core): make font style, weight, scale params optional (#9993)
Change font style, weight, scale constructor parameters to optional.
Export `FontStyle` and `FontWeight`.
2022-08-12 18:41:57 -07:00
64c2dd8c72 chore: readme cleanup 2022-08-10 19:30:32 -07:00
cee3164906 chore: readme cleanup 2022-08-10 19:22:40 -07:00
f324dad2e6 chore: 8.3.4 next 2022-08-10 19:09:46 -07:00
b3b24dc2e4 chore(release): @nativescript/core 8.3.3 8.3.3-core 2022-08-10 19:08:46 -07:00
01ed588906 chore: markdown cleanup 2022-08-10 19:06:43 -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
cdadb00bcd chore: nx migrate latest 2022-08-08 10:11:21 -07: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
9fa4572e39 chore(release): @nativescript/core 8.3.2 8.3.2-core 2022-08-02 10:57:14 -07:00
dd8db04f34 chore: update typedoc build for api docs generator 2022-08-02 10:40:23 -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
3772264751 ci: fix automated test workflow (#9982) 2022-07-31 09:40:10 -07:00
c67f5e19bf ci: tests 2022-07-31 09:39:58 -07:00
d82f3d990d fix(core): Added ObservableArray constructor declarations to allow setting multiple arguments (#9980) 2022-07-30 08:23:40 -07:00
f9b52b9aac chore: tests 2022-07-28 20:45:31 -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
092e74a886 chore: runtime latest throughout apps 2022-07-25 21:21:17 -07:00
8bd11b5f20 chore: nx migrate latest 2022-07-25 21:14:36 -07:00
1bf6d120ed chore(release): @nativescript/webpack 5.0.8 5.0.8-webpack 2022-07-26 01:17:11 +02:00
e86006f01c merge: webpack updates (#9870)
* refactor(webpack): use global require for checking hmr chunks

* wip: watchstate plugin adjustments

* feat(webpack): emit hrm boot status

* chore: bump deps

* fix(hmr): emit boot log at boot instead of the 1st livesync

* chore(release): @nativescript/webpack 5.0.8-alpha.0

* refactor(webpack): use real modules and deprecate virtual modules

* feat(webpack): allow disabling nativescriptLibPath warning with a boolean

* fix(webpack): remove copy rules that don't match any files to avoid false watch triggers

* feat(webpack): add --env.stats to disable printing stats
primarily used internally by preview-cli

* chore(release): @nativescript/webpack 5.0.8-alpha.2

* fix: revert copy rule glob filter

* chore(release): @nativescript/webpack 5.0.8-alpha.3
2022-07-26 01:05:55 +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
bdda6bfe04 chore: gh actions branch 2022-07-22 08:17:17 -07:00
e51e945400 feat(files): knownFolders.externalDocuments for android ease of use (#9966) 2022-07-22 08:14:15 -07:00