Leosvel Pérez Espinosa
881adfb185
docs(misc): replace angular.io links with angular.dev ( #25831 )
...
[Angular.dev](https://angular.dev/ ) is now the new home for Angular
developers as mentioned in the [Angular 18 release blog
post](https://blog.angular.dev/angular-v18-is-now-available-e79d5ac0affe ).
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->
<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->
## Current Behavior
<!-- This is the behavior we have today -->
## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->
## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->
<!-- Fixes NXP-759 -->
Fixes #
2024-05-23 15:58:53 +02:00
Jason Jean
8f705e31e2
fix(misc): adjust deprecation messages to v20 ( #23223 )
...
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->
<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->
## Breaking Changes:
BREAKING CHANGE: `nx print-affected` was deprecated in 16.4.0 and has
been removed.
BREAKING CHANGE: `nx affected:graph` was deprecated in 16.4.0 and has
been removed.
BREAKING CHANGE: The `criticalPath` and `affectedProjects` properties of
the JSON created by `nx graph --file graph.json` was deprecated in
16.2.0 and has been removed.
## Current Behavior
<!-- This is the behavior we have today -->
Some deprecation messages still reference v19.
`nx print-affected` was deprecated in 16.4.0 to be removed in Nx 19 but
was not removed.
`nx affected:graph` was deprecated in 16.4.0 to be removed in Nx 19 but
was not removed.
## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->
Deprecation messages reference v20 now.
`nx print-affected` is removed.
`nx affected:graph` is removed.
There are redirects to a `deprecated` page describing those commands for
Nx users using Nx <19
## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->
Fixes #
2024-05-08 21:54:41 -04:00
Robin Csutorás
a08133f440
feat(module-federation): add remote configuration override ( #19694 )
...
## Current Behavior
The configuration of the served MFE always passed to the remotes. If a
new configuration is needed to skip one remote (e.g.
`serve:skip-remote1`) but `remote2` then a configuration called
`skip-remote1` is needed in the `remote2`.
## Expected Behavior
Add an ability to override the configuration and the empty
configurations in the remotes can be deleted.
## Related Issue(s)
Fixes #19693
2024-05-08 18:52:37 +01:00
Leosvel Pérez Espinosa
0e56533d01
docs(angular): call out @nx/angular:dev-server is required when using @nx/angular build executors ( #22883 )
...
- Calls out the `@nx/angular:dev-server` executor as required when using
`@nx/angular` build executors
- Improves & aligns executor descriptions and examples
Main docs updated with the callouts:
https://nx-dev-git-fork-leosvelperez-docs-angular-executors-nrwl.vercel.app/nx-api/angular/executors/application
https://nx-dev-git-fork-leosvelperez-docs-angular-executors-nrwl.vercel.app/nx-api/angular/executors/browser-esbuild
https://nx-dev-git-fork-leosvelperez-docs-angular-executors-nrwl.vercel.app/nx-api/angular/executors/webpack-browser
https://nx-dev-git-fork-leosvelperez-docs-angular-executors-nrwl.vercel.app/nx-api/angular/executors/dev-server
The rest of the Angular executors' descriptions were also updated.
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->
<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->
## Current Behavior
<!-- This is the behavior we have today -->
## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->
## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->
Fixes #
2024-05-07 11:34:22 +02:00
Isaac Mann
33008f25b5
docs(core): clean up more concepts section ( #22957 )
2024-04-24 10:28:53 +02:00
Leosvel Pérez Espinosa
45d89d21d4
docs(angular): improve recipe about environment variables and add information for esbuild ( #22841 )
...
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
2024-04-17 15:21:21 +02:00
Leosvel Pérez Espinosa
8baddb5f08
feat(angular): support angular 17.3.0 ( #22202 )
2024-03-19 14:58:23 -04:00
Colum Ferry
fc0c99dd96
docs(module-federation): clarify usage of skipRemotes ( #21887 )
2024-02-20 19:18:58 +00:00
Leosvel Pérez Espinosa
8963c4c538
feat(angular): support angular 17.2.0 ( #21671 )
2024-02-15 12:13:57 -05:00
Leosvel Pérez Espinosa
343c0f6690
feat(angular): add the extract-i18n executor ( #21802 )
2024-02-14 14:37:25 +01:00
Leosvel Pérez Espinosa
3e193b94b6
fix(angular): add missing forceEsbuild option to dev-server executor ( #21753 )
2024-02-09 17:29:44 +01:00
Leosvel Pérez Espinosa
c38440e85f
docs(angular): improve dev-server executor docs ( #21434 )
2024-02-02 12:00:18 +01:00
Leosvel Pérez Espinosa
3b5f4a21ce
fix(angular): handle indexHtmlTransformer option in dev-server correctly ( #21520 )
2024-02-02 12:00:03 +01:00
Craigory Coppola
deb0f1a492
chore(repo): bump deprecation messages to v19 ( #21430 )
2024-01-30 16:29:05 -05:00
beeman
a9974d3f25
docs(misc): change http:// to https:// ( #19534 )
2024-01-30 11:33:13 -05:00
Leosvel Pérez Espinosa
4b88f48a18
feat(angular): support angular 17.1.0 ( #20556 )
2024-01-26 10:43:16 -05:00
Dmitriy Stepanenko
c1238aad5e
feat(angular): support esbuild middleware functions ( #21048 )
2024-01-22 18:34:02 +01:00
Leosvel Pérez Espinosa
87256aae66
cleanup(angular): simplify package executor adjustments for angular v17 ( #20869 )
2024-01-22 10:33:39 -05:00
Colum Ferry
a9a676a570
fix(module-federation): support buildable libs ( #20786 )
2023-12-15 11:07:13 -05:00
Leosvel Pérez Espinosa
eb481513e7
fix(angular): update schema and validate compatibility in esbuild-based executors ( #20564 )
2023-12-05 13:43:25 +01:00
Leosvel Pérez Espinosa
43a4482482
feat(angular): add application executor ( #20529 )
2023-12-04 10:21:35 +01:00
Leosvel Pérez Espinosa
a831e262dd
feat(angular): support providing esbuild plugins to @nx/angular:browser-esbuild ( #20504 )
2023-12-01 11:11:11 +01:00
Colum Ferry
d22e860269
feat(angular): convert module-federation-dev-server to executor ( #20252 )
2023-11-30 12:58:48 +00:00
Leosvel Pérez Espinosa
40f8c40df2
feat(angular): support esbuild-based executors/builders in @nx/angular:dev-server ( #20311 )
2023-11-23 09:48:02 -05:00
Colum Ferry
a73e9fd562
feat(module-federation): use single file-server for static remotes ( #20006 )
2023-11-10 11:25:09 -05:00
Leosvel Pérez Espinosa
25d6ec3a92
feat(angular): support angular v17 ( #19689 )
2023-11-07 15:45:42 -05:00
Colum Ferry
1338a7c133
feat(module-federation): use nx run-many to build static remotes in parallel ( #19987 )
2023-11-06 16:25:33 +00:00
Colum Ferry
97fac1b0b4
feat(react): add recursive remote serve ( #19638 )
2023-10-17 14:33:28 +01:00
Jack Hsu
76a7506074
feat(js): remove options to update package.json dependencies and peerDependencies ( #19543 )
2023-10-12 12:06:45 -04:00
Miroslav Jonaš
331707d6eb
docs(nx-dev): make more concepts submenu ( #18266 )
2023-07-24 14:20:48 +00:00
Colum Ferry
3fefbaf468
feat(angular): add esbuild incremental build builder ( #17991 )
2023-07-18 15:36:19 +01:00
Leosvel Pérez Espinosa
95a2256a34
feat(misc): deprecate executor options to generate package.json for libraries ( #17923 )
2023-07-11 15:28:03 +00:00
Leosvel Pérez Espinosa
64765eb313
feat(misc): change updateBuildableProjectDepsInPackageJson option default value to false ( #17920 )
2023-07-06 09:06:48 +01:00
Colum Ferry
c64f26ef3c
fix(angular): automatically skip remotes not in the current workspace #17473 ( #17497 )
2023-07-05 16:57:40 +01:00
Caleb Ukle
ad841c9048
docs(repo): update docs/schemas to use nx scoped packages - nx labs ( #16865 )
2023-05-09 08:30:52 -05:00
Leosvel Pérez Espinosa
f45aa076da
feat(angular): support angular v16 ( #15592 )
2023-05-03 11:02:07 -04:00
Isaac Mann
afa5eb59fa
docs(core): document the @nrwl => @nx rescope ( #16403 )
...
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-04-27 18:14:59 -04:00
Leosvel Pérez Espinosa
1d955d3e18
docs(angular): remove leftovers references to the deleted file-server executor ( #16010 )
2023-04-03 09:27:53 +01:00
Leosvel Pérez Espinosa
6c9a0e399c
fix(angular): sync missing schema changes in builders ( #15600 )
2023-03-10 16:15:30 +00:00
Isaac Mann
0366eeaab6
docs(core): update buildable project deps description ( #15331 )
2023-03-01 11:22:09 -05:00
Colum Ferry
f2faf22790
feat(angular): add option to enable/disable cors for file-server ( #15220 )
2023-02-24 12:01:52 +00:00
Colum Ferry
9efcf044c9
feat(angular): support Angular 15.2 ( #14953 )
2023-02-23 11:56:41 -05:00
Colum Ferry
f913b905a1
feat(angular): add option for custom path to manifest file ( #15053 )
...
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2023-02-16 16:12:20 +00:00
Colum Ferry
829df2b9ab
fix(angular): tidy up supported options ( #14793 )
2023-02-08 15:05:10 +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
9d626b8b81
fix(angular): correctly error when assets are used in Angular < 15.1.0 ( #14333 )
2023-01-13 12:14:30 +00:00
Colum Ferry
2dc72e0f94
feat(angular): support angular 15.1.0 ( #14103 )
2023-01-12 12:30:17 -05:00
Benjamin Cabanes
19fd40ddc7
docs(nxdev): refactor docs sources generation and app consumption ( #13834 )
2022-12-19 18:59:50 +00:00