From 482d0bea351b5ad3563ef36efb8c6236fa0969b6 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Wed, 10 Jul 2024 13:49:48 +0000 Subject: [PATCH] release: cut the v18.1.0 release --- CHANGELOG.md | 143 ++++++++------------------------------------------- package.json | 2 +- 2 files changed, 23 insertions(+), 122 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33c3555a4856..a14e2a6434a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,44 +1,34 @@ - + -# 18.1.0-rc.1 (2024-07-03) +# 18.1.0 (2024-07-10) ### @angular/cli -| Commit | Type | Description | -| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------- | -| [6c0f60d1b](https://github.com/angular/angular-cli/commit/6c0f60d1bd7d120834d64f4d412829a7e2f061b0) | fix | make `ng update` to keep newline at the end of package.json | - -### @angular-devkit/build-angular - -| Commit | Type | Description | -| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ | -| [1eb36e593](https://github.com/angular/angular-cli/commit/1eb36e5938b475cc3a81c324812489cf3e596d05) | fix | reduce the number of max workers to available CPUs minus one | -| [c6fc0203e](https://github.com/angular/angular-cli/commit/c6fc0203e06680d0bfb13066f809ed636722dec6) | fix | rollback terser to `5.29.2` | - -### @angular/build - -| Commit | Type | Description | -| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ | -| [628d87a94](https://github.com/angular/angular-cli/commit/628d87a9474ad2792b69bfbc501a2c5960b27db9) | feat | support WASM/ES Module integration proposal | -| [fb8e3c39a](https://github.com/angular/angular-cli/commit/fb8e3c39a8b265003e98c8c6b5a9ec898223249f) | fix | allow top-level await in zoneless applications | -| [5ec724338](https://github.com/angular/angular-cli/commit/5ec724338539f7191bee5026d7d1db578c1ce5aa) | fix | correctly name entry points to match budgets | -| [cd97134a6](https://github.com/angular/angular-cli/commit/cd97134a6e1468c6806c2bd753c934ec91bc3927) | fix | normalize paths during module resolution in Vite | -| [27bd67083](https://github.com/angular/angular-cli/commit/27bd670831e60440ef7a2d2817c5871fbacd9e35) | fix | redirect to path with trailing slash for asset directories | -| [e8a6d6bc4](https://github.com/angular/angular-cli/commit/e8a6d6bc41edcdb0cd58f4c62ddf0199f8c643d2) | fix | reduce the number of max workers to available CPUs minus one | -| [3091956f5](https://github.com/angular/angular-cli/commit/3091956f503754f313dbf98a8de6d21d3d01ebe3) | fix | support import attributes in JavaScript transformer | - - +| Commit | Type | Description | +| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------- | +| [6d266c146](https://github.com/angular/angular-cli/commit/6d266c146c9e141396236b93f2bfafcb261fd7aa) | fix | add fallbacks for migration package resolution | - +### @schematics/angular -# 18.1.0-rc.0 (2024-06-26) +| Commit | Type | Description | +| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------- | +| [22e05dcb4](https://github.com/angular/angular-cli/commit/22e05dcb4a9ae963997c58fad86125ca51b19a36) | fix | generate new projects with ECMAScript standard class field behavior | ### @angular/build -| Commit | Type | Description | -| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------- | -| [3e359da8d](https://github.com/angular/angular-cli/commit/3e359da8dfdbfdb99be13f5c52a7e429c106d4ad) | fix | address rxjs undefined issues during SSR prebundling | -| [1e8fd70c6](https://github.com/angular/angular-cli/commit/1e8fd70c6f1bf2735474fcac0f109bd2bafa980e) | fix | show JavaScript cache store initialization warning | +| Commit | Type | Description | +| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------- | +| [687a6c7ec](https://github.com/angular/angular-cli/commit/687a6c7eca740a98129196908689a44c181b33a5) | feat | add `--inspect` option to the dev-server | +| [628d87a94](https://github.com/angular/angular-cli/commit/628d87a9474ad2792b69bfbc501a2c5960b27db9) | feat | support WASM/ES Module integration proposal | +| [3e359da8d](https://github.com/angular/angular-cli/commit/3e359da8dfdbfdb99be13f5c52a7e429c106d4ad) | fix | address rxjs undefined issues during SSR prebundling | +| [4ff914a16](https://github.com/angular/angular-cli/commit/4ff914a16525350050c5e8359fb59f9d6f243d27) | fix | allow additional module preloads up to limit | +| [fb8e3c39a](https://github.com/angular/angular-cli/commit/fb8e3c39a8b265003e98c8c6b5a9ec898223249f) | fix | allow top-level await in zoneless applications | +| [83b75af9f](https://github.com/angular/angular-cli/commit/83b75af9f74af0742a6a78cf7531866b7ba434b6) | fix | check inlineSourceMap option with isolated modules optimization | +| [cd97134a6](https://github.com/angular/angular-cli/commit/cd97134a6e1468c6806c2bd753c934ec91bc3927) | fix | normalize paths during module resolution in Vite | +| [13d2100dd](https://github.com/angular/angular-cli/commit/13d2100ddcc670d69f2d7754890b80eae2e7649a) | fix | read WASM file from script location on Node.js | +| [3091956f5](https://github.com/angular/angular-cli/commit/3091956f503754f313dbf98a8de6d21d3d01ebe3) | fix | support import attributes in JavaScript transformer | +| [dd94a831b](https://github.com/angular/angular-cli/commit/dd94a831b4ce1ca55289fca1818aa26195e81dbc) | perf | enable dependency prebundling for server dependencies | +| [3acb77683](https://github.com/angular/angular-cli/commit/3acb7768317bb05a9cd73fa64e081b5ca0326189) | perf | use direct transpilation with isolated modules | @@ -54,32 +44,6 @@ - - -# 18.1.0-next.3 (2024-06-20) - -### @schematics/angular - -| Commit | Type | Description | -| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------- | -| [e3b8b780b](https://github.com/angular/angular-cli/commit/e3b8b780be72d8a0c6247a25e4e1e1ccfbdea67c) | fix | update schematics to use RouterModule when --routing flag is present | - -### @angular-devkit/build-angular - -| Commit | Type | Description | -| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ | -| [fb2981dc4](https://github.com/angular/angular-cli/commit/fb2981dc4e0ac21f5389bb3b36d5853f8580e5a6) | fix | use istanbul-lib-instrument directly for karma code coverage | - -### @angular/build - -| Commit | Type | Description | -| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------- | -| [c0ceddf78](https://github.com/angular/angular-cli/commit/c0ceddf78c7ad661419e56517738de526425ca3d) | fix | add CSP nonce to script with src tags | -| [2324d5a2e](https://github.com/angular/angular-cli/commit/2324d5a2ecedad4330a9cb0e9e66909f95d2ea98) | fix | automatically resolve `.mjs` files when using Vite | -| [dd0704927](https://github.com/angular/angular-cli/commit/dd07049277f5be165825e38015b2bf6ff22620aa) | fix | use Node.js available parallelism for default worker count | - - - # 18.0.5 (2024-06-20) @@ -106,28 +70,6 @@ - - -# 18.1.0-next.2 (2024-06-13) - -### @angular/cli - -| Commit | Type | Description | -| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------- | -| [6d266c146](https://github.com/angular/angular-cli/commit/6d266c146c9e141396236b93f2bfafcb261fd7aa) | fix | add fallbacks for migration package resolution | - -### @angular/build - -| Commit | Type | Description | -| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------------------------------- | -| [4ff914a16](https://github.com/angular/angular-cli/commit/4ff914a16525350050c5e8359fb59f9d6f243d27) | fix | allow additional module preloads up to limit | -| [8c379269e](https://github.com/angular/angular-cli/commit/8c379269e0e96a958d7bc93cf065a0ff36be9601) | fix | do not reference sourcemaps in web workers and global stylesheet bundles when hidden setting is enabled | -| [461e78f3e](https://github.com/angular/angular-cli/commit/461e78f3ee15e7097bd7f2c975dc460d844f277f) | fix | generate module preloads next to script elements in index HTML | -| [f102f815e](https://github.com/angular/angular-cli/commit/f102f815e404bcc2f627b7a52e92b3385eb9be5f) | fix | Initiate PostCSS only once | -| [fbc6eb322](https://github.com/angular/angular-cli/commit/fbc6eb3225e4b02c62baf3be4274b46e80ba62a4) | fix | issue warning when auto adding `@angular/localize/init` | - - - # 18.0.4 (2024-06-13) @@ -143,34 +85,6 @@ - - -# 18.1.0-next.1 (2024-06-05) - -### @angular/cli - -| Commit | Type | Description | -| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------------------------------------------- | -| [ce8b5a3a7](https://github.com/angular/angular-cli/commit/ce8b5a3a745062f926491d5a299df728b7de8790) | fix | add `schema.json` options to parsed command, also when a version is passed to `ng add @` | - -### @schematics/angular - -| Commit | Type | Description | -| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------- | -| [22e05dcb4](https://github.com/angular/angular-cli/commit/22e05dcb4a9ae963997c58fad86125ca51b19a36) | fix | generate new projects with ECMAScript standard class field behavior | - -### @angular/build - -| Commit | Type | Description | -| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- | -| [687a6c7ec](https://github.com/angular/angular-cli/commit/687a6c7eca740a98129196908689a44c181b33a5) | feat | add `--inspect` option to the dev-server | -| [86a07237e](https://github.com/angular/angular-cli/commit/86a07237e60734686c80e2e231e6238619a04106) | fix | disable JS transformer persistent cache on web containers | -| [a5fc020e6](https://github.com/angular/angular-cli/commit/a5fc020e6a616d6a39940f1d616547a911b07781) | fix | watch all related files during a Sass error | -| [dd94a831b](https://github.com/angular/angular-cli/commit/dd94a831b4ce1ca55289fca1818aa26195e81dbc) | perf | enable dependency prebundling for server dependencies | -| [3acb77683](https://github.com/angular/angular-cli/commit/3acb7768317bb05a9cd73fa64e081b5ca0326189) | perf | use direct transpilation with isolated modules | - - - # 18.0.3 (2024-06-05) @@ -192,19 +106,6 @@ - - -# 18.1.0-next.0 (2024-05-29) - -### @angular/build - -| Commit | Type | Description | -| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------ | -| [721d50bae](https://github.com/angular/angular-cli/commit/721d50bae9549811a0b065e296f071a3af7745c9) | fix | avoid escaping rebased Sass URL values | -| [f17b78de7](https://github.com/angular/angular-cli/commit/f17b78de7efabd788a315902174700caa1a1eed8) | fix | improve Sass rebaser ident token detection | - - - # 18.0.2 (2024-05-29) diff --git a/package.json b/package.json index c8970a7bb481..df4a4ac6e2d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/devkit-repo", - "version": "18.1.0-rc.1", + "version": "18.1.0", "private": true, "description": "Software Development Kit for Angular", "keywords": [