|
1 |
| -<a name="19.1.9"></a> |
| 1 | +<a name="19.2.0"></a> |
2 | 2 |
|
3 |
| -# 19.1.9 (2025-02-26) |
| 3 | +# 19.2.0 (2025-02-26) |
4 | 4 |
|
5 |
| -### @angular/build |
| 5 | +### @schematics/angular |
6 | 6 |
|
7 |
| -| Commit | Type | Description | |
8 |
| -| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------- | |
9 |
| -| [2d361e9b0](https://github.com/angular/angular-cli/commit/2d361e9b0ae5409d7ab23f50b089da16497623c1) | fix | always disable JSON stats with dev-server | |
| 7 | +| Commit | Type | Description | |
| 8 | +| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------- | |
| 9 | +| [fe8d83a1f](https://github.com/angular/angular-cli/commit/fe8d83a1f6b5e212d6d51d8f042141c3792ed1cf) | fix | add additional checks for application builder usage | |
| 10 | +| [adf4ea5d4](https://github.com/angular/angular-cli/commit/adf4ea5d4ccb252132301111153619178c5bdabe) | fix | remove animations module from ng new app | |
10 | 11 |
|
11 |
| -<!-- CHANGELOG SPLIT MARKER --> |
| 12 | +### @angular-devkit/build-angular |
12 | 13 |
|
13 |
| -<a name="19.2.0-rc.0"></a> |
| 14 | +| Commit | Type | Description | |
| 15 | +| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------- | |
| 16 | +| [ef7ea536f](https://github.com/angular/angular-cli/commit/ef7ea536feae128b9fabaa124cde2bdad3802cba) | feat | add aot option to jest | |
| 17 | +| [523d539c6](https://github.com/angular/angular-cli/commit/523d539c6633ab223723162f425e0ef2b7b4ff71) | feat | add aot option to karma | |
| 18 | +| [a00a49a65](https://github.com/angular/angular-cli/commit/a00a49a65ae68e6e0f9856d8d0f4d9914031cd05) | feat | add aot to WTR schema | |
| 19 | +| [2bae1a9c0](https://github.com/angular/angular-cli/commit/2bae1a9c0c9eff8087b67c7890b87dc1c279c809) | fix | support aot option for karma browser builder | |
14 | 20 |
|
15 |
| -# 19.2.0-rc.0 (2025-02-19) |
| 21 | +### @angular/build |
16 | 22 |
|
17 |
| -### @angular/cli |
| 23 | +| Commit | Type | Description | |
| 24 | +| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------- | |
| 25 | +| [11fab9c7d](https://github.com/angular/angular-cli/commit/11fab9c7dde950e46b2a23d239bb9e29b20f5eff) | feat | add application builder karma testing to package | |
| 26 | +| [a5fcf8044](https://github.com/angular/angular-cli/commit/a5fcf804428b835cd79bd8fad55c16e614c2be3a) | fix | provide karma stack trace sourcemap support | |
| 27 | +| [964fb778b](https://github.com/angular/angular-cli/commit/964fb778b7d9e4811a6987eddc4f0a010bb713f6) | fix | support per component updates of multi-component files | |
| 28 | +| [f836be9e6](https://github.com/angular/angular-cli/commit/f836be9e676575fccd4d74eddbc5bf647f7ff1bd) | fix | support Vite `allowedHosts` option for development server | |
| 29 | +| [0ddf6aafa](https://github.com/angular/angular-cli/commit/0ddf6aafaa65b3323dc4ee6251d75794ae862ec7) | fix | utilize bazel stamp instead of resolving peer dependency versions | |
18 | 30 |
|
19 |
| -| Commit | Type | Description | |
20 |
| -| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------------- | |
21 |
| -| [8c7c7ac69](https://github.com/angular/angular-cli/commit/8c7c7ac691e7f8b3e1585f863a6edbb46c4c31ad) | fix | correctly parse and resolve relative schematic collection names on Windows | |
22 |
| -| [09f5006b5](https://github.com/angular/angular-cli/commit/09f5006b5ca208a4a9d3692223ca78f8c0226bc8) | fix | prefer installed package as fallback when listing package groups | |
| 31 | +### @angular/ssr |
23 | 32 |
|
24 |
| -### @schematics/angular |
| 33 | +| Commit | Type | Description | |
| 34 | +| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------- | |
| 35 | +| [9726cd084](https://github.com/angular/angular-cli/commit/9726cd084b76fe605405d562a18d8af91d6657d8) | feat | Add support for route matchers with fine-grained render mode control | |
25 | 36 |
|
26 |
| -| Commit | Type | Description | |
27 |
| -| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------- | |
28 |
| -| [adf4ea5d4](https://github.com/angular/angular-cli/commit/adf4ea5d4ccb252132301111153619178c5bdabe) | fix | remove animations module from ng new app | |
| 37 | +<!-- CHANGELOG SPLIT MARKER --> |
29 | 38 |
|
30 |
| -### @angular-devkit/build-angular |
| 39 | +<a name="19.1.9"></a> |
31 | 40 |
|
32 |
| -| Commit | Type | Description | |
33 |
| -| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------- | |
34 |
| -| [a00a49a65](https://github.com/angular/angular-cli/commit/a00a49a65ae68e6e0f9856d8d0f4d9914031cd05) | feat | add aot to WTR schema | |
35 |
| -| [c0c1670a6](https://github.com/angular/angular-cli/commit/c0c1670a647638124f8d24363576a058ea45c1e4) | fix | pass missing options to Karma esbuild builder | |
36 |
| -| [2bae1a9c0](https://github.com/angular/angular-cli/commit/2bae1a9c0c9eff8087b67c7890b87dc1c279c809) | fix | support aot option for karma browser builder | |
| 41 | +# 19.1.9 (2025-02-26) |
37 | 42 |
|
38 | 43 | ### @angular/build
|
39 | 44 |
|
40 |
| -| Commit | Type | Description | |
41 |
| -| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- | |
42 |
| -| [11fab9c7d](https://github.com/angular/angular-cli/commit/11fab9c7dde950e46b2a23d239bb9e29b20f5eff) | feat | add application builder karma testing to package | |
43 |
| -| [a5fcf8044](https://github.com/angular/angular-cli/commit/a5fcf804428b835cd79bd8fad55c16e614c2be3a) | fix | provide karma stack trace sourcemap support | |
44 |
| -| [f92787947](https://github.com/angular/angular-cli/commit/f92787947f3c74900dbd1022bc91aa6ec1907358) | fix | suppress asset missing warning for `/index.html` requests | |
45 |
| -| [e6deb82c6](https://github.com/angular/angular-cli/commit/e6deb82c6c46b48732c9f7c74eec3f1c8798b355) | fix | update critical CSS inlining to support `autoCsp` | |
| 45 | +| Commit | Type | Description | |
| 46 | +| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------- | |
| 47 | +| [2d361e9b0](https://github.com/angular/angular-cli/commit/2d361e9b0ae5409d7ab23f50b089da16497623c1) | fix | always disable JSON stats with dev-server | |
46 | 48 |
|
47 | 49 | <!-- CHANGELOG SPLIT MARKER -->
|
48 | 50 |
|
|
72 | 74 |
|
73 | 75 | <!-- CHANGELOG SPLIT MARKER -->
|
74 | 76 |
|
75 |
| -<a name="19.2.0-next.2"></a> |
76 |
| - |
77 |
| -# 19.2.0-next.2 (2025-02-12) |
78 |
| - |
79 |
| -### @schematics/angular |
80 |
| - |
81 |
| -| Commit | Type | Description | |
82 |
| -| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------- | |
83 |
| -| [aa0ae457b](https://github.com/angular/angular-cli/commit/aa0ae457b0f2fe9ad76b52aaca08044cfaf5eff9) | fix | include default export for Express app | |
84 |
| -| [4a5b76a8e](https://github.com/angular/angular-cli/commit/4a5b76a8eee0bbbc4f08b568fee55ca22dff9927) | fix | remove additional newline after standalone property | |
85 |
| -| [c716ce152](https://github.com/angular/angular-cli/commit/c716ce15236ef9fe3f25b31a53a30b33c0a47c52) | fix | skip ssr migration when `@angular/ssr` is not a dependency | |
86 |
| - |
87 |
| -### @angular-devkit/build-angular |
88 |
| - |
89 |
| -| Commit | Type | Description | |
90 |
| -| --------------------------------------------------------------------------------------------------- | ---- | ----------------------- | |
91 |
| -| [ef7ea536f](https://github.com/angular/angular-cli/commit/ef7ea536feae128b9fabaa124cde2bdad3802cba) | feat | add aot option to jest | |
92 |
| -| [523d539c6](https://github.com/angular/angular-cli/commit/523d539c6633ab223723162f425e0ef2b7b4ff71) | feat | add aot option to karma | |
93 |
| - |
94 |
| -### @angular/build |
95 |
| - |
96 |
| -| Commit | Type | Description | |
97 |
| -| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------- | |
98 |
| -| [beefed839](https://github.com/angular/angular-cli/commit/beefed839f782216c9e4ee28673a95b6be8fb26c) | fix | always provide Vite client helpers with development server | |
99 |
| -| [5c1360179](https://github.com/angular/angular-cli/commit/5c1360179cec2f0fad6b2adb4a8e4d6930738976) | fix | avoid pre-transform errors with Vite pre-bundling | |
100 |
| -| [be15b886c](https://github.com/angular/angular-cli/commit/be15b886c75d0ed9834aef38690d3169fcf16ef5) | fix | configure Vite CORS option | |
101 |
| -| [b24089ef8](https://github.com/angular/angular-cli/commit/b24089ef8630e028883b097d57c9246b6ef085ed) | fix | ensure full rebuild after initial error build in watch mode | |
102 |
| -| [880a50c50](https://github.com/angular/angular-cli/commit/880a50c50cafb3ab2e5713aed0c4a20be6648ced) | fix | exclude unmodified files from logs with `--localize` | |
103 |
| -| [b55306989](https://github.com/angular/angular-cli/commit/b5530698962a0421e882f60e2975026cf348e795) | fix | handle unlocalizable files correctly in localized prerender | |
104 |
| -| [9a46be8d6](https://github.com/angular/angular-cli/commit/9a46be8d68fbc5acf88f43916985f781db79bcf1) | fix | prevent fallback to serving main.js for unknown requests | |
105 |
| -| [9b0d73087](https://github.com/angular/angular-cli/commit/9b0d730871a3a17a2c5ba04f5941a3d0e4fa5845) | fix | prevent server manifest generation when no server features are enabled | |
106 |
| -| [964fb778b](https://github.com/angular/angular-cli/commit/964fb778b7d9e4811a6987eddc4f0a010bb713f6) | fix | support per component updates of multi-component files | |
107 |
| -| [b50b6ee92](https://github.com/angular/angular-cli/commit/b50b6ee920165d8a2fbfdeb57376ca21aed4a91a) | perf | cache translated i18n bundles for faster builds | |
108 |
| - |
109 |
| -### @angular/ssr |
110 |
| - |
111 |
| -| Commit | Type | Description | |
112 |
| -| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------- | |
113 |
| -| [9726cd084](https://github.com/angular/angular-cli/commit/9726cd084b76fe605405d562a18d8af91d6657d8) | feat | Add support for route matchers with fine-grained render mode control | |
114 |
| -| [414736bc0](https://github.com/angular/angular-cli/commit/414736bc0f56ea3b5c1a32ed54da7da4c5c3320e) | fix | accurately calculate content length for static pages with `\r\n` | |
115 |
| -| [6448f80bf](https://github.com/angular/angular-cli/commit/6448f80bfb4a8900ca78857917314bd15fa4144d) | fix | prioritize the first matching route over subsequent ones | |
116 |
| -| [833dc986d](https://github.com/angular/angular-cli/commit/833dc986dbfd8902c0cf6ce9c8eeea9d759a25ce) | fix | properly handle baseHref with protocol | |
117 |
| - |
118 |
| -<!-- CHANGELOG SPLIT MARKER --> |
119 |
| - |
120 | 77 | <a name="19.1.7"></a>
|
121 | 78 |
|
122 | 79 | # 19.1.7 (2025-02-12)
|
|
186 | 143 |
|
187 | 144 | <!-- CHANGELOG SPLIT MARKER -->
|
188 | 145 |
|
189 |
| -<a name="19.2.0-next.1"></a> |
190 |
| - |
191 |
| -# 19.2.0-next.1 (2025-01-29) |
192 |
| - |
193 |
| -### @schematics/angular |
194 |
| - |
195 |
| -| Commit | Type | Description | |
196 |
| -| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------------- | |
197 |
| -| [cae068be3](https://github.com/angular/angular-cli/commit/cae068be373edbad04e06052e87ec7437575e178) | fix | update library schematic to use `@angular-devkit/build-angular:ng-packagr` | |
198 |
| - |
199 |
| -### @angular/build |
200 |
| - |
201 |
| -| Commit | Type | Description | |
202 |
| -| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------- | |
203 |
| -| [694ef8e6e](https://github.com/angular/angular-cli/commit/694ef8e6e486ad66d19b831243193e0123a4b0b1) | fix | allow tailwindcss 4.x as a peer dependency | |
204 |
| -| [1a3ef3b60](https://github.com/angular/angular-cli/commit/1a3ef3b60bb1d383a514dee8a6f95b7e15b5bb2c) | fix | disable TypeScript `removeComments` option | |
205 |
| -| [d4ee36065](https://github.com/angular/angular-cli/commit/d4ee36065d9fe39431414a40ce39e163acfd8278) | fix | keep background referenced HMR update chunks | |
206 |
| -| [531dcdca4](https://github.com/angular/angular-cli/commit/531dcdca46a321d253b1d5a2e40d2b3a90e3ee46) | fix | support template updates that also trigger global stylesheet changes | |
207 |
| -| [f836be9e6](https://github.com/angular/angular-cli/commit/f836be9e676575fccd4d74eddbc5bf647f7ff1bd) | fix | support Vite `allowedHosts` option for development server | |
208 |
| -| [0ddf6aafa](https://github.com/angular/angular-cli/commit/0ddf6aafaa65b3323dc4ee6251d75794ae862ec7) | fix | utilize bazel stamp instead of resolving peer dependency versions | |
209 |
| - |
210 |
| -### @angular/ssr |
211 |
| - |
212 |
| -| Commit | Type | Description | |
213 |
| -| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------ | |
214 |
| -| [4df97d192](https://github.com/angular/angular-cli/commit/4df97d192354a884557229489b4d8607003cc613) | fix | enhance dynamic route matching for better performance and accuracy | |
215 |
| -| [46581db16](https://github.com/angular/angular-cli/commit/46581db16bc8ed4eda5f0198734146c4e82f9957) | fix | redirect to locale pathname instead of full URL | |
216 |
| -| [ec05c814e](https://github.com/angular/angular-cli/commit/ec05c814ee0ee444479e22ae767109cace18cb0b) | fix | rename `provideServerRoutesConfig` to `provideServerRouting` | |
217 |
| - |
218 |
| -<!-- CHANGELOG SPLIT MARKER --> |
219 |
| - |
220 | 146 | <a name="19.1.5"></a>
|
221 | 147 |
|
222 | 148 | # 19.1.5 (2025-01-29)
|
|
278 | 204 |
|
279 | 205 | <!-- CHANGELOG SPLIT MARKER -->
|
280 | 206 |
|
281 |
| -<a name="19.2.0-next.0"></a> |
282 |
| - |
283 |
| -# 19.2.0-next.0 (2025-01-23) |
284 |
| - |
285 |
| -### @angular/build |
286 |
| - |
287 |
| -| Commit | Type | Description | |
288 |
| -| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------- | |
289 |
| -| [8e884a038](https://github.com/angular/angular-cli/commit/8e884a038dbba9bf5d2a973f368fc58633712484) | fix | handle empty module case to avoid TypeError | |
290 |
| - |
291 |
| -<!-- CHANGELOG SPLIT MARKER --> |
292 |
| - |
293 | 207 | <a name="19.1.4"></a>
|
294 | 208 |
|
295 | 209 | # 19.1.4 (2025-01-22)
|
|
0 commit comments