276 Commits

Author SHA1 Message Date
6623067c72 wip: RuntimePackageJSONPlugin 2024-08-14 02:03:11 +02:00
338fb264b9 release: @nativescript/webpack 5.0.22 2024-07-11 08:37:17 -07:00
0e2db6e586 fix(webpack): union type (#10575) 2024-07-06 08:15:01 -07:00
779d79285d feat(core): ability to embed into platform host projects (#10465) 2024-07-01 16:47:33 -07:00
7036f12b5c fix(android): prevent error on navigation back after using page transition (#10439) 2024-06-28 16:15:40 -07:00
4abcb216da feat(android): background color/image handling improvements (#10451) 2024-06-28 15:07:10 -07:00
b8fff3833e feat(webpack): allow custom 'projectName' on Xcode project name from config (#10550) 2024-06-28 14:43:16 -07:00
415ff34660 chore: nx migrate plus keep lock files (#10536) 2024-05-06 10:20:01 -07:00
fc55717825 release: @nativescript/webpack 5.0.21 [skip-ci] 2024-04-16 20:30:17 +02:00
825ba7a280 release: @nativescript/webpack 5.0.20 [skip-ci] 2024-04-16 14:22:03 +02:00
ccee8e8166 fix: detect core version before including inspector_modules on android (#10520) 2024-04-16 14:20:14 +02:00
adb4e9d419 fix(webpack): set exitCode if the configuration failed (#10327)
fixes #10314
2024-04-15 19:24:59 +02:00
2b0f2678ba release: @nativescript/webpack 5.0.19 [skip-ci] 2024-04-08 10:56:54 -07:00
5324e508ba feat(android): devtools for elements & network requests (#10506) 2024-04-07 10:27:42 -07:00
01d537bf15 feat(visionos): ui-mobile-base supporting xros plus improvements to window handling (#10478) 2024-04-05 17:07:16 -07:00
429328495c feat(wepback): custom buildPathsupport (#10477)
Co-authored-by: farfromrefuge <dev@akylas.fr>
2024-01-19 20:23:25 +01:00
1c94254047 release: @nativescript/webpack 5.0.18 2023-10-09 22:27:34 +02:00
e1e8a10e63 style: fix format 2023-10-09 22:26:23 +02:00
0b5393d7bf fix(webpack): handle single appComponents env flag (#10401) 2023-10-09 22:24:57 +02:00
0a2b2202f3 fix(testing): e2e flag no longer needed, testID is now applicable in dev or prod builds (#10396)
- you can now test on development or production with testID set
- for android, this changes testID to use resource id instead of content description
- you no longer need to pass `--env.e2e`. e2e is simply usable if testID is set
- the `testID` property will also set `accessibilityIdentifier` and `accessibilityIdentifier` property will set `testID` only if there is a `testID` already set
2023-10-04 08:49:26 -07:00
757af1430e release(webpack): 5.0.18-next.0 2023-10-03 15:00:37 -07:00
bbede5d795 feat(visionos): Vision Pro support (#10392) 2023-09-28 17:55:40 -07:00
2cb26c2231 fix(webpack): set keep_quoted_props: true in TerserOptions (#10382) 2023-09-14 16:40:11 +02:00
7c2938d2ac chore: TypeScript 5.2 with Nx 16.8.1 (#10380) 2023-09-09 08:55:39 -07:00
d3a0f2c9a6 chore: TypeScript 5.1 with Nx 16.6 migrations (#10338) 2023-08-11 07:09:32 -07:00
7a353eca14 release: @nativescript/webpack 5.0.17 2023-08-03 22:44:28 +02:00
3325b3ec0b feat(webpack): place hidden sourceMaps in platforms folder (#10352) 2023-08-03 22:40:42 +02:00
0efb84ff44 fix(webpack): force experimentalDecorators on NativeClass (#10356) 2023-08-03 22:08:12 +02:00
4917bffa03 release: @nativescript/webpack 5.0.16 2023-06-21 16:27:17 +02:00
dd10bfccc2 feat(webpack): angular 16.1 support (#10317) 2023-06-21 16:24:41 +02:00
109dad13ad release: @nativescript/webpack 5.0.15 2023-06-06 16:56:30 +02:00
9627a80f27 fix(webpack): angular 16 build with terser (#10302) 2023-06-06 16:54:25 +02:00
02f106a617 release: @nativescript/webpack 5.0.14 2023-03-28 18:36:37 +02:00
ebb827fb8e feat(webpack): support tsconfig.app.json when present (#10221) 2023-03-28 16:17:51 +02:00
6059984555 fix(webpack): notify CLI even if there are compilation errors (#10141) 2023-03-28 15:35:46 +02:00
497b2d737e chore: Nx 15.6, jest latest and TypeScript 4.9 (#10191) 2023-01-30 19:17:49 -08:00
30a9b8f5a4 release: @nativescript/webpack 5.0.13 2023-01-20 13:14:17 +01:00
6e792fe07d fix(webpack): fix regex for PlatformSuffixPlugin (#10169) 2023-01-20 13:09:45 +01:00
afca7fe372 chore(release): @nativescript/webpack 5.0.12 2022-11-30 14:57:23 +01:00
f100109e2d fix(webpack): support angular 15.x (#10106) 2022-11-30 14:51:05 +01:00
55f3033471 chore(release): @nativescript/webpack 5.0.11 2022-11-24 12:59:08 +01:00
42f5dc51c7 fix(webpack): prevent hmr from patching __onLiveSync multiple times (#10103) 2022-11-24 12:18:51 +01:00
4494b9c99b chore(release): @nativescript/webpack 5.0.10 2022-11-14 13:14:16 +01:00
59624a4ebe fix(webpack): make NativeClass transformer backwards compatible 2022-11-14 13:13:06 +01:00
7f069a7093 feat: TypeScript 4.8+ support and NativeClass decorator improvements (#10081) 2022-11-08 15:18:10 -08:00
59ca35b44b fix(webpack): close compiler after run (#10080) 2022-11-08 22:08:49 +01:00
a162901f8c chore(release): @nativescript/webpack 5.0.9 2022-10-06 13:19:44 +02:00
81ab0ec7dc chore: webpack updates (#10050) 2022-10-04 22:19:58 +02:00
e97eb04cfd chore(webpack): update webpack deps for react-nativescript (#10045) 2022-10-04 20:49:58 +02:00
1bf6d120ed chore(release): @nativescript/webpack 5.0.8 2022-07-26 01:17:11 +02:00