6970 Commits

Author SHA1 Message Date
e160fd88bb 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 09:12:05 -07:00
c497a63c6a fix(core): metadata filtering (#9946) 2022-07-09 09:07:39 -07:00
62089cdab6 fix(webpack): unit test runner with node 18+ (#9952) 2022-07-09 09:06:45 -07:00
77b6e9724b fix(core): navigatingToEvent allows access to resolvedPage now (#9954) 2022-07-09 09:06:12 -07:00
f49e412660 feat(types-minimal): paired down typings optimized for smaller footprint editing environments (#9947) 2022-07-09 09:04:54 -07:00
e5fffa1dad fix(RootLayout): resilience around shadeCover options 2022-07-09 09:02:45 -07:00
4f92354707 chore: 8.3.0-alpha.2 2022-07-09 09:02:45 -07:00
8d0c3285ed chore: cleanup uifont cache logs to be trace enabled 2022-07-09 09:02:45 -07:00
3432be49c6 chore: 8.3.0-alpha.1 2022-07-09 09:02:45 -07:00
8756df30d4 perf: cache UIFont construction based on FontDescriptor (#9948)
Reduces unnecessary UIFont creation by reusing existing UIFonts matching the same font parameters.
2022-07-09 09:02:45 -07:00
e635a61673 chore: 8.3.0-alpha.0 2022-07-09 09:02:45 -07:00
76b5c8ebe3 chore: bump dependencies 2022-07-09 09:02:45 -07:00
709e10b3db chore: bump apps ios runtime 2022-07-09 09:02:45 -07:00
2ff0891f93 fix(ios): label measure correct height when using custom numberOfLines (#9945) 2022-07-09 09:02:45 -07:00
351172e65b chore: nx migrate latest 2022-07-09 09:02:45 -07:00
bd2ce990aa chore: 8.2.6-alpha.2 2022-07-09 09:02:45 -07:00
f0e5c7b884 chore: 8.2.6-alpha.1 2022-07-09 09:02:45 -07:00
9fcd440690 fix(android): content uri handling improvements (#9936) 2022-07-09 09:02:45 -07:00
4db4e4af27 fix(ios): memory leak after using 'showModal' passing any Page as parameter (#9939) 2022-07-09 09:02:45 -07:00
fc77c92e11 feat(mac): support for Mac Catalyst with ui-mobile-base 2022-07-09 09:02:45 -07:00
957af32859 fix(ios): memory leak after using the 'presentViewControllerNavigation' (#9934) 2022-07-09 09:02:45 -07:00
18f4bdde4c chore: cleanup scripts 2022-07-09 09:02:45 -07:00
bc8f15580b chore: typescript 4.7.3 2022-07-09 09:02:45 -07:00
698052230b chore: nx migrate latest 2022-07-09 09:02:45 -07:00
f5e637d3d5 chore: update nps-i and sync version with css-tree 2022-07-09 09:02:45 -07:00
413fa2eb4b fix(android): connectivity reporting none on resume (#9915) 2022-07-09 09:02:45 -07:00
e8bed44f5b fix(android): font icons had incorrect fallback size (#9914) 2022-07-09 09:02:45 -07:00
b619c3a7f1 chore: husky pre-commit nvm 2022-07-09 09:02:45 -07:00
29004d9048 feat(ios): Utils.getRootViewController 2022-07-09 09:02:45 -07:00
50fd3c06f8 revert: "fix(ios): apply proper border radius to box shadow and view sublayers (#9881)" (#9917)
This reverts commit 3d882b0999ca25cbab104700eb483bc5d5d9a1ab.
2022-07-09 09:02:45 -07:00
d3718e5e5f fix: incorrect font icon size conversion to device pixels. (#9910) 2022-07-09 09:02:45 -07:00
a85a72d961 fix: export 'dataSerialize' from utils (#9909) 2022-07-09 09:02:45 -07:00
45dcada01a fix(core): import fix 2022-07-09 09:02:45 -07:00
cab59473f3 feat(Utils): dataSerialize, dataDeserialize, numberHasDecimals, numberIs64Bit 2022-07-09 09:02:45 -07:00
2250c7fc6a feat(Utils): add dataSerialize and dataDeserialize for iOS 2022-07-09 09:02:45 -07:00
7b11b6acfe feat(RootLayout): add opened and closed events (#9893) 2022-07-09 09:02:45 -07:00
8987babb08 feat(application): expose inBackground and suspended (#9897)
For IOSApplication to be like AndroidApplication
2022-07-09 09:02:45 -07:00
665009b863 fix(live-sync): navigation history is now maintained (#9889) 2022-07-09 09:02:45 -07:00
7ccc949712 fix(TabView): item styling improvements for iOS 15+ (#9888) 2022-07-09 09:02:45 -07:00
58a720699f fix(core): android wrong background state + current value accessors (#9883) 2022-07-09 09:02:45 -07:00
f548fdc735 fix(ios): proper disposal and recreation of iOS native views (#9879) 2022-07-09 09:02:45 -07:00
b7e6128576 fix(ios): apply proper border radius to box shadow and view sublayers (#9881) 2022-07-09 09:02:45 -07:00
0a082b3403 fix: ensure reusable ProxyViewContainer re-adds native children (#9882) 2022-07-09 09:02:45 -07:00
7ff7233737 feat(core): maxLines support for all text components (#9884) 2022-07-09 09:02:45 -07:00
fbd1e23c1c fix(android): Textfield focus fix (#9885) 2022-07-09 09:02:45 -07:00
6ccf5a22e6 fix(core): allow View subclass to force onLayoutChangeListener (#9886) 2022-07-09 09:02:45 -07:00
57e4973da5 fix(ui-mobile-base): Android http request body was not sent if method was DELETE (#9887) 2022-07-09 09:02:45 -07:00
cd5d2c2f4d fix(core): trace log using a wrong parameter (#9951) 2022-07-05 22:34:13 -07:00
35b8985282 chore(release): @nativescript/webpack 5.0.7 5.0.7-webpack 2022-07-01 12:11:58 +02:00
c2d554bf02 fix(webpack): pin vue-loader version to the latest working version 2022-07-01 12:10:23 +02:00