Skip to content

Commit 3979119

Browse files
committed
docs: release notes for the v18.1.0 release
1 parent 845b253 commit 3979119

File tree

1 file changed

+22
-121
lines changed

1 file changed

+22
-121
lines changed

CHANGELOG.md

Lines changed: 22 additions & 121 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,34 @@
1-
<a name="18.1.0-rc.1"></a>
1+
<a name="18.1.0"></a>
22

3-
# 18.1.0-rc.1 (2024-07-03)
3+
# 18.1.0 (2024-07-10)
44

55
### @angular/cli
66

7-
| Commit | Type | Description |
8-
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------- |
9-
| [6c0f60d1b](https://github.com/angular/angular-cli/commit/6c0f60d1bd7d120834d64f4d412829a7e2f061b0) | fix | make `ng update` to keep newline at the end of package.json |
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------- |
9+
| [6d266c146](https://github.com/angular/angular-cli/commit/6d266c146c9e141396236b93f2bfafcb261fd7aa) | fix | add fallbacks for migration package resolution |
1010

11-
### @angular-devkit/build-angular
11+
### @schematics/angular
1212

13-
| Commit | Type | Description |
14-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ |
15-
| [1eb36e593](https://github.com/angular/angular-cli/commit/1eb36e5938b475cc3a81c324812489cf3e596d05) | fix | reduce the number of max workers to available CPUs minus one |
16-
| [c6fc0203e](https://github.com/angular/angular-cli/commit/c6fc0203e06680d0bfb13066f809ed636722dec6) | fix | rollback terser to `5.29.2` |
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------- |
15+
| [22e05dcb4](https://github.com/angular/angular-cli/commit/22e05dcb4a9ae963997c58fad86125ca51b19a36) | fix | generate new projects with ECMAScript standard class field behavior |
1716

1817
### @angular/build
1918

20-
| Commit | Type | Description |
21-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ |
22-
| [628d87a94](https://github.com/angular/angular-cli/commit/628d87a9474ad2792b69bfbc501a2c5960b27db9) | feat | support WASM/ES Module integration proposal |
23-
| [fb8e3c39a](https://github.com/angular/angular-cli/commit/fb8e3c39a8b265003e98c8c6b5a9ec898223249f) | fix | allow top-level await in zoneless applications |
24-
| [5ec724338](https://github.com/angular/angular-cli/commit/5ec724338539f7191bee5026d7d1db578c1ce5aa) | fix | correctly name entry points to match budgets |
25-
| [cd97134a6](https://github.com/angular/angular-cli/commit/cd97134a6e1468c6806c2bd753c934ec91bc3927) | fix | normalize paths during module resolution in Vite |
26-
| [27bd67083](https://github.com/angular/angular-cli/commit/27bd670831e60440ef7a2d2817c5871fbacd9e35) | fix | redirect to path with trailing slash for asset directories |
27-
| [e8a6d6bc4](https://github.com/angular/angular-cli/commit/e8a6d6bc41edcdb0cd58f4c62ddf0199f8c643d2) | fix | reduce the number of max workers to available CPUs minus one |
28-
| [3091956f5](https://github.com/angular/angular-cli/commit/3091956f503754f313dbf98a8de6d21d3d01ebe3) | fix | support import attributes in JavaScript transformer |
19+
| Commit | Type | Description |
20+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------- |
21+
| [687a6c7ec](https://github.com/angular/angular-cli/commit/687a6c7eca740a98129196908689a44c181b33a5) | feat | add `--inspect` option to the dev-server |
22+
| [628d87a94](https://github.com/angular/angular-cli/commit/628d87a9474ad2792b69bfbc501a2c5960b27db9) | feat | support WASM/ES Module integration proposal |
23+
| [3e359da8d](https://github.com/angular/angular-cli/commit/3e359da8dfdbfdb99be13f5c52a7e429c106d4ad) | fix | address rxjs undefined issues during SSR prebundling |
24+
| [4ff914a16](https://github.com/angular/angular-cli/commit/4ff914a16525350050c5e8359fb59f9d6f243d27) | fix | allow additional module preloads up to limit |
25+
| [fb8e3c39a](https://github.com/angular/angular-cli/commit/fb8e3c39a8b265003e98c8c6b5a9ec898223249f) | fix | allow top-level await in zoneless applications |
26+
| [83b75af9f](https://github.com/angular/angular-cli/commit/83b75af9f74af0742a6a78cf7531866b7ba434b6) | fix | check inlineSourceMap option with isolated modules optimization |
27+
| [cd97134a6](https://github.com/angular/angular-cli/commit/cd97134a6e1468c6806c2bd753c934ec91bc3927) | fix | normalize paths during module resolution in Vite |
28+
| [13d2100dd](https://github.com/angular/angular-cli/commit/13d2100ddcc670d69f2d7754890b80eae2e7649a) | fix | read WASM file from script location on Node.js |
29+
| [3091956f5](https://github.com/angular/angular-cli/commit/3091956f503754f313dbf98a8de6d21d3d01ebe3) | fix | support import attributes in JavaScript transformer |
30+
| [dd94a831b](https://github.com/angular/angular-cli/commit/dd94a831b4ce1ca55289fca1818aa26195e81dbc) | perf | enable dependency prebundling for server dependencies |
31+
| [3acb77683](https://github.com/angular/angular-cli/commit/3acb7768317bb05a9cd73fa64e081b5ca0326189) | perf | use direct transpilation with isolated modules |
2932

3033
<!-- CHANGELOG SPLIT MARKER -->
3134

@@ -56,19 +59,6 @@
5659

5760
<!-- CHANGELOG SPLIT MARKER -->
5861

59-
<a name="18.1.0-rc.0"></a>
60-
61-
# 18.1.0-rc.0 (2024-06-26)
62-
63-
### @angular/build
64-
65-
| Commit | Type | Description |
66-
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------- |
67-
| [3e359da8d](https://github.com/angular/angular-cli/commit/3e359da8dfdbfdb99be13f5c52a7e429c106d4ad) | fix | address rxjs undefined issues during SSR prebundling |
68-
| [1e8fd70c6](https://github.com/angular/angular-cli/commit/1e8fd70c6f1bf2735474fcac0f109bd2bafa980e) | fix | show JavaScript cache store initialization warning |
69-
70-
<!-- CHANGELOG SPLIT MARKER -->
71-
7262
<a name="18.0.6"></a>
7363

7464
# 18.0.6 (2024-06-26)
@@ -81,32 +71,6 @@
8171

8272
<!-- CHANGELOG SPLIT MARKER -->
8373

84-
<a name="18.1.0-next.3"></a>
85-
86-
# 18.1.0-next.3 (2024-06-20)
87-
88-
### @schematics/angular
89-
90-
| Commit | Type | Description |
91-
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------- |
92-
| [e3b8b780b](https://github.com/angular/angular-cli/commit/e3b8b780be72d8a0c6247a25e4e1e1ccfbdea67c) | fix | update schematics to use RouterModule when --routing flag is present |
93-
94-
### @angular-devkit/build-angular
95-
96-
| Commit | Type | Description |
97-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ |
98-
| [fb2981dc4](https://github.com/angular/angular-cli/commit/fb2981dc4e0ac21f5389bb3b36d5853f8580e5a6) | fix | use istanbul-lib-instrument directly for karma code coverage |
99-
100-
### @angular/build
101-
102-
| Commit | Type | Description |
103-
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------- |
104-
| [c0ceddf78](https://github.com/angular/angular-cli/commit/c0ceddf78c7ad661419e56517738de526425ca3d) | fix | add CSP nonce to script with src tags |
105-
| [2324d5a2e](https://github.com/angular/angular-cli/commit/2324d5a2ecedad4330a9cb0e9e66909f95d2ea98) | fix | automatically resolve `.mjs` files when using Vite |
106-
| [dd0704927](https://github.com/angular/angular-cli/commit/dd07049277f5be165825e38015b2bf6ff22620aa) | fix | use Node.js available parallelism for default worker count |
107-
108-
<!-- CHANGELOG SPLIT MARKER -->
109-
11074
<a name="18.0.5"></a>
11175

11276
# 18.0.5 (2024-06-20)
@@ -133,28 +97,6 @@
13397

13498
<!-- CHANGELOG SPLIT MARKER -->
13599

136-
<a name="18.1.0-next.2"></a>
137-
138-
# 18.1.0-next.2 (2024-06-13)
139-
140-
### @angular/cli
141-
142-
| Commit | Type | Description |
143-
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------- |
144-
| [6d266c146](https://github.com/angular/angular-cli/commit/6d266c146c9e141396236b93f2bfafcb261fd7aa) | fix | add fallbacks for migration package resolution |
145-
146-
### @angular/build
147-
148-
| Commit | Type | Description |
149-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------------------------------- |
150-
| [4ff914a16](https://github.com/angular/angular-cli/commit/4ff914a16525350050c5e8359fb59f9d6f243d27) | fix | allow additional module preloads up to limit |
151-
| [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 |
152-
| [461e78f3e](https://github.com/angular/angular-cli/commit/461e78f3ee15e7097bd7f2c975dc460d844f277f) | fix | generate module preloads next to script elements in index HTML |
153-
| [f102f815e](https://github.com/angular/angular-cli/commit/f102f815e404bcc2f627b7a52e92b3385eb9be5f) | fix | Initiate PostCSS only once |
154-
| [fbc6eb322](https://github.com/angular/angular-cli/commit/fbc6eb3225e4b02c62baf3be4274b46e80ba62a4) | fix | issue warning when auto adding `@angular/localize/init` |
155-
156-
<!-- CHANGELOG SPLIT MARKER -->
157-
158100
<a name="18.0.4"></a>
159101

160102
# 18.0.4 (2024-06-13)
@@ -170,34 +112,6 @@
170112

171113
<!-- CHANGELOG SPLIT MARKER -->
172114

173-
<a name="18.1.0-next.1"></a>
174-
175-
# 18.1.0-next.1 (2024-06-05)
176-
177-
### @angular/cli
178-
179-
| Commit | Type | Description |
180-
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------------------------------------------- |
181-
| [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 <package>@<version>` |
182-
183-
### @schematics/angular
184-
185-
| Commit | Type | Description |
186-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------- |
187-
| [22e05dcb4](https://github.com/angular/angular-cli/commit/22e05dcb4a9ae963997c58fad86125ca51b19a36) | fix | generate new projects with ECMAScript standard class field behavior |
188-
189-
### @angular/build
190-
191-
| Commit | Type | Description |
192-
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- |
193-
| [687a6c7ec](https://github.com/angular/angular-cli/commit/687a6c7eca740a98129196908689a44c181b33a5) | feat | add `--inspect` option to the dev-server |
194-
| [86a07237e](https://github.com/angular/angular-cli/commit/86a07237e60734686c80e2e231e6238619a04106) | fix | disable JS transformer persistent cache on web containers |
195-
| [a5fc020e6](https://github.com/angular/angular-cli/commit/a5fc020e6a616d6a39940f1d616547a911b07781) | fix | watch all related files during a Sass error |
196-
| [dd94a831b](https://github.com/angular/angular-cli/commit/dd94a831b4ce1ca55289fca1818aa26195e81dbc) | perf | enable dependency prebundling for server dependencies |
197-
| [3acb77683](https://github.com/angular/angular-cli/commit/3acb7768317bb05a9cd73fa64e081b5ca0326189) | perf | use direct transpilation with isolated modules |
198-
199-
<!-- CHANGELOG SPLIT MARKER -->
200-
201115
<a name="18.0.3"></a>
202116

203117
# 18.0.3 (2024-06-05)
@@ -219,19 +133,6 @@
219133

220134
<!-- CHANGELOG SPLIT MARKER -->
221135

222-
<a name="18.1.0-next.0"></a>
223-
224-
# 18.1.0-next.0 (2024-05-29)
225-
226-
### @angular/build
227-
228-
| Commit | Type | Description |
229-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------ |
230-
| [721d50bae](https://github.com/angular/angular-cli/commit/721d50bae9549811a0b065e296f071a3af7745c9) | fix | avoid escaping rebased Sass URL values |
231-
| [f17b78de7](https://github.com/angular/angular-cli/commit/f17b78de7efabd788a315902174700caa1a1eed8) | fix | improve Sass rebaser ident token detection |
232-
233-
<!-- CHANGELOG SPLIT MARKER -->
234-
235136
<a name="18.0.2"></a>
236137

237138
# 18.0.2 (2024-05-29)

0 commit comments

Comments
 (0)