Colum Ferry
8cbb36fb37
cleanup(angular): e2es should add targetDefaults when using buildable libs ( #21667 )
2024-02-07 11:55:21 +00:00
Colum Ferry
448a83a116
fix(angular): ajv hoisting issue ( #21641 )
2024-02-06 21:21:12 +04:00
Leosvel Pérez Espinosa
3b5f4a21ce
fix(angular): handle indexHtmlTransformer option in dev-server correctly ( #21520 )
2024-02-02 12:00:03 +01:00
Colum Ferry
a9a676a570
fix(module-federation): support buildable libs ( #20786 )
2023-12-15 11:07:13 -05:00
Leosvel Pérez Espinosa
1692a54da6
fix(angular): set tsconfig paths relative to the workspace root in target options ( #20507 )
2023-11-30 17:12:31 +00:00
Leosvel Pérez Espinosa
25d6ec3a92
feat(angular): support angular v17 ( #19689 )
2023-11-07 15:45:42 -05:00
Craigory Coppola
6946f65059
fix(misc): pass full path to tsconfig when registering transpiler ( #19451 )
2023-10-06 14:40:15 -04:00
Emily Xiong
2e6592c533
fix(devkit): use Workspace in devkit for backwards compatibility ( #18246 )
2023-07-21 16:54:30 -04:00
Emily Xiong
717a8dd027
chore(core): move readNxJson out of Workspaces ( #18127 )
2023-07-21 10:07:34 -04:00
Caleb Ukle
7d15e0c350
chore(repo): bump webpack version ( #17836 )
2023-06-28 19:54:38 +00:00
Jason Jean
2d195007b0
feat(core): switch packages to use the @nx scope ( #16069 )
2023-04-14 19:56:37 -04:00
Leosvel Pérez Espinosa
6c9a0e399c
fix(angular): sync missing schema changes in builders ( #15600 )
2023-03-10 16:15:30 +00:00
Colum Ferry
361ddb1b0f
feat(js): move buildable libs to js ( #15558 )
2023-03-09 16:36:50 -05:00
Leosvel Pérez Espinosa
b488f6483a
fix(angular): make webpack-browser executor watch changes correctly in incremental builds setups ( #15222 )
2023-02-24 14:10:47 +00:00
Leosvel Pérez Espinosa
f02d0e4d1a
fix(angular): throw when polyfills is provided with an array for webpack-browser and angular 14 ( #14742 )
2023-02-01 17:34:39 +01:00
Colum Ferry
aaf8cc4f3a
feat(angular): add index html transformer for builder #13368 ( #14583 )
2023-01-25 15:59:18 +00:00
Colum Ferry
d23264f820
feat(angular): add x-priority to executors ( #14543 )
2023-01-25 09:21:33 +00:00
Colum Ferry
2beebf4ab3
feat(angular): add backwards compatibility to webpack-browser ( #14159 )
2023-01-05 13:01:04 +00:00
Colum Ferry
b084dddff0
feat(angular): support for Angular 15 ( #12112 )
2022-11-17 09:31:45 -05:00
Colum Ferry
b2f953868a
cleanup(angular): add utilities for shared builder logic ( #12924 )
2022-11-02 14:04:50 +00:00
Colum Ferry
983afffb31
cleanup(angular): remove unncessary built lib check ( #12921 )
2022-11-01 16:10:04 +00:00
Craigory Coppola
8ab7f85ca1
fix(core): swap default method for output capture ( #12535 )
2022-10-12 22:06:32 +00:00
Leosvel Pérez Espinosa
62afcb79b0
feat(angular): support angular v14.0.0-rc.2 ( #8883 )
2022-05-30 16:09:00 -04:00
Oliver Schlegel
b1cc187c20
feat(angular): expose builder functions ( #10252 )
2022-05-16 09:41:53 +01:00
Leosvel Pérez Espinosa
6d52820d28
docs(angular): remove incremental builds preset from the webpack-browser executor ( #9578 )
2022-03-29 09:58:52 +01:00
Benjamin Cabanes
6dae32cc3a
docs(nxdev): support packages schemas metadata & discoverability ( #9383 )
2022-03-24 12:00:06 -04:00
Victor Savkin
d4b5c30eba
cleanup(core): remove the indirection left after inlining ta… ( #9469 )
2022-03-23 22:18:17 -04:00
Colum Ferry
1bfc02f4f9
docs(angular): improve webpack-browser docs ( #9461 )
2022-03-22 18:42:25 +00:00
Colum Ferry
933cd5957f
fix(angular): browser builder should call correct function ( #9457 )
2022-03-22 14:24:38 +00:00
Colum Ferry
08c6b02e50
fix(angular): set tsconfig path correctly ( #9386 )
2022-03-18 11:43:24 +00:00
Colum Ferry
2d0871932c
feat(angular): add withModuleFederation helper ( #9289 )
...
* feat(angular): withModuleFederation helper
2022-03-16 09:47:03 +00:00
Leosvel Pérez Espinosa
a82edb1bc4
feat(angular): add buildLibsFromSource option to @nrwl/angular:webpack-browser executor ( #9334 )
2022-03-15 15:33:56 +00:00
Leosvel Pérez Espinosa
39f4c47fd0
fix(angular): update schemas with missing changes from previous versions ( #8836 )
2022-02-04 11:07:57 +00:00
Nadav Sinai
56aed61b49
feat(angular): pass webpack-browser builder options & target to customWebpack configuration function
...
for use with loaders that need deployUrl or other custom logic that is based on build configuration
2022-01-20 12:46:33 -05:00
Colum Ferry
7be0793c6a
fix(angular): watch on webpack browser builder ( #8204 )
2021-12-17 11:41:18 +00:00
Leosvel Pérez Espinosa
d689416aa1
fix(angular): support custom webpack config to use typescript ( #7970 )
2021-12-02 11:47:44 +00:00
James Henry
98ffe8574b
feat(linter): support eslint v8 ( #7800 )
...
* feat(core): support eslint v8
* fix(core): align version of eslint across all packages
2021-11-19 14:55:33 -05:00
Jason Jean
a6085a9e97
fix(angular): handle projects with no targets in angular 13 migration ( #7719 )
2021-11-12 14:19:53 -05:00
Colum Ferry
8d6ac4f694
chore(angular): support angular 13 ( #7161 )
...
* chore(angular): support angular 13
Support Angular 13
chore(angular): support ng 13 next 11
chore(angular): upgrade tslib dep
chore(angular): update package and ng-packagr-lite executors to align with ng-packagr v13
chore(angular): update test snapshots with ts version
fix(angular): buildable lib tsconfig transform test
* chore(angular): sync ng-packagr changes to the package and ng-packagr-lite executors
* chore(angular): add migrations
* chore(angular): rxjs7
* feat(angular): check rxjs version to install
* feat(angular): update jest resolver to resolve esm
* chore(angular): fix version
* chore(angular): support jest-preset-angular
* fix(angular): tests
* fix(angular): fix e2e tests and add .angular to gitignore
* fix(angular): fix jest transformers ignore pattern
* fix(angular): fix node test
* fix(angular): fix workspace test
* fix(angular): import marble utils from jasmine-marbles instead of @nrwl/angular/testing
* feat(angular): update ngrx to 13.0.0-beta.;0
* fix(angular): temporarily skip test with pnpm
* fix(angular): bump jest-preset-angular to fix jest performance issues
* fix(angular): webpack-browser and server schema changes
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-11-08 12:01:55 -05:00
Miroslav Jonaš
b23f2d8b80
feat(core): extract project graph external nodes ( #7340 )
2021-10-15 10:08:12 -04:00
Colum Ferry
654cfbf147
fix(angular): incremental builds with mfes #6923 ( #7260 )
2021-10-06 15:37:22 +01:00
Artur Androsovych
8d0b421545
feat(angular): allow exporting function and promise within the custom Webpack config ( #7029 )
2021-09-24 11:10:32 -04:00
Miroslav Jonaš
3aca62af68
cleanup(repo): remove unused ext from file data and fix ext regex matcher ( #6550 )
2021-08-04 09:45:07 -04:00
James Henry
4e8aa4ba68
chore(core): refactor executors to always read from cached project graph ( #6446 )
2021-07-29 15:50:29 -04:00
James Henry
87e6d9dc77
chore(core): refactor createProjectGraph to be async, deprecate sync usage
2021-07-14 14:58:16 -04:00
Leosvel Pérez Espinosa
ec389cfca2
docs(angular): refresh executors docs ( #6194 )
2021-07-01 10:07:43 +01:00
Leosvel Pérez Espinosa
0bcb50373a
cleanup(angular): deprecate and clean up angular schematics utilities ( #6099 )
2021-06-23 10:08:50 +01:00
Leosvel Pérez Espinosa
c71137f34c
fix(angular): make path optional for customWebpackConfig in webpack browser executor ( #5728 )
2021-05-20 15:01:39 +00:00
Leosvel Pérez Espinosa
d0afa3dd89
feat(angular): add executor which allows to delegate the build to another target ( #5715 )
2021-05-20 12:29:46 +01:00
Colum Ferry
0872f01738
feat(angular): allow custom webpack config support for webpack-browse… ( #5609 )
...
* feat(angular): allow custom webpack config support for webpack-browser builds
Allow building with a custom webpack config when using webpack-browser builds
* cleanup(angular): have buildApp function determine what builder to use
have buildApp function determine what builder to use keeping run function cleaner
* chore(misc): add IGNORE_MATCHES to CI dep discrepancy check
Add option to ignore packages in the discrepancy check for CI
* cleanup(angular): throw schematic error when webpack config path incorrect
Throw a helpful error when the user supplies an incorrect custom webpack config file path
2021-05-18 16:05:17 +01:00