Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit aaa1acc

Browse files
committed
release: cut the v19.2.0 release
1 parent 39ebd25 commit aaa1acc

File tree

3 files changed

+27
-113
lines changed

3 files changed

+27
-113
lines changed

‎.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This file should be checked into version control along with the pnpm-lock.yaml file.
44
.npmrc=-1406867100
55
modules/testing/builder/package.json=973445093
6-
package.json=-1097888937
6+
package.json=-1261855955
77
packages/angular/build/package.json=1250379839
88
packages/angular/cli/package.json=-1917515334
99
packages/angular/pwa/package.json=1108903917

‎CHANGELOG.md‎

Lines changed: 25 additions & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,38 @@
1-
<a name="19.2.0-rc.0"></a>
1+
<a name="19.2.0"></a>
22

3-
# 19.2.0-rc.0 (2025年02月19日)
4-
5-
### @angular/cli
6-
7-
| Commit | Type | Description |
8-
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------------- |
9-
| [8c7c7ac69](https://github.com/angular/angular-cli/commit/8c7c7ac691e7f8b3e1585f863a6edbb46c4c31ad) | fix | correctly parse and resolve relative schematic collection names on Windows |
10-
| [09f5006b5](https://github.com/angular/angular-cli/commit/09f5006b5ca208a4a9d3692223ca78f8c0226bc8) | fix | prefer installed package as fallback when listing package groups |
3+
# 19.2.0 (2025年02月26日)
114

125
### @schematics/angular
136

14-
| Commit | Type | Description |
15-
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------- |
16-
| [adf4ea5d4](https://github.com/angular/angular-cli/commit/adf4ea5d4ccb252132301111153619178c5bdabe) | fix | remove animations module from ng new app |
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 |
1711

1812
### @angular-devkit/build-angular
1913

20-
| Commit | Type | Description |
21-
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------- |
22-
| [a00a49a65](https://github.com/angular/angular-cli/commit/a00a49a65ae68e6e0f9856d8d0f4d9914031cd05) | feat | add aot to WTR schema |
23-
| [c0c1670a6](https://github.com/angular/angular-cli/commit/c0c1670a647638124f8d24363576a058ea45c1e4) | fix | pass missing options to Karma esbuild builder |
24-
| [2bae1a9c0](https://github.com/angular/angular-cli/commit/2bae1a9c0c9eff8087b67c7890b87dc1c279c809) | fix | support aot option for karma browser builder |
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 |
2520

2621
### @angular/build
2722

28-
| Commit | Type | Description |
29-
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- |
30-
| [11fab9c7d](https://github.com/angular/angular-cli/commit/11fab9c7dde950e46b2a23d239bb9e29b20f5eff) | feat | add application builder karma testing to package |
31-
| [a5fcf8044](https://github.com/angular/angular-cli/commit/a5fcf804428b835cd79bd8fad55c16e614c2be3a) | fix | provide karma stack trace sourcemap support |
32-
| [f92787947](https://github.com/angular/angular-cli/commit/f92787947f3c74900dbd1022bc91aa6ec1907358) | fix | suppress asset missing warning for `/index.html` requests |
33-
| [e6deb82c6](https://github.com/angular/angular-cli/commit/e6deb82c6c46b48732c9f7c74eec3f1c8798b355) | fix | update critical CSS inlining to support `autoCsp` |
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 |
30+
31+
### @angular/ssr
32+
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 |
3436

3537
<!-- CHANGELOG SPLIT MARKER -->
3638

@@ -60,51 +62,6 @@
6062

6163
<!-- CHANGELOG SPLIT MARKER -->
6264

63-
<a name="19.2.0-next.2"></a>
64-
65-
# 19.2.0-next.2 (2025年02月12日)
66-
67-
### @schematics/angular
68-
69-
| Commit | Type | Description |
70-
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------- |
71-
| [aa0ae457b](https://github.com/angular/angular-cli/commit/aa0ae457b0f2fe9ad76b52aaca08044cfaf5eff9) | fix | include default export for Express app |
72-
| [4a5b76a8e](https://github.com/angular/angular-cli/commit/4a5b76a8eee0bbbc4f08b568fee55ca22dff9927) | fix | remove additional newline after standalone property |
73-
| [c716ce152](https://github.com/angular/angular-cli/commit/c716ce15236ef9fe3f25b31a53a30b33c0a47c52) | fix | skip ssr migration when `@angular/ssr` is not a dependency |
74-
75-
### @angular-devkit/build-angular
76-
77-
| Commit | Type | Description |
78-
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------- |
79-
| [ef7ea536f](https://github.com/angular/angular-cli/commit/ef7ea536feae128b9fabaa124cde2bdad3802cba) | feat | add aot option to jest |
80-
| [523d539c6](https://github.com/angular/angular-cli/commit/523d539c6633ab223723162f425e0ef2b7b4ff71) | feat | add aot option to karma |
81-
82-
### @angular/build
83-
84-
| Commit | Type | Description |
85-
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------- |
86-
| [beefed839](https://github.com/angular/angular-cli/commit/beefed839f782216c9e4ee28673a95b6be8fb26c) | fix | always provide Vite client helpers with development server |
87-
| [5c1360179](https://github.com/angular/angular-cli/commit/5c1360179cec2f0fad6b2adb4a8e4d6930738976) | fix | avoid pre-transform errors with Vite pre-bundling |
88-
| [be15b886c](https://github.com/angular/angular-cli/commit/be15b886c75d0ed9834aef38690d3169fcf16ef5) | fix | configure Vite CORS option |
89-
| [b24089ef8](https://github.com/angular/angular-cli/commit/b24089ef8630e028883b097d57c9246b6ef085ed) | fix | ensure full rebuild after initial error build in watch mode |
90-
| [880a50c50](https://github.com/angular/angular-cli/commit/880a50c50cafb3ab2e5713aed0c4a20be6648ced) | fix | exclude unmodified files from logs with `--localize` |
91-
| [b55306989](https://github.com/angular/angular-cli/commit/b5530698962a0421e882f60e2975026cf348e795) | fix | handle unlocalizable files correctly in localized prerender |
92-
| [9a46be8d6](https://github.com/angular/angular-cli/commit/9a46be8d68fbc5acf88f43916985f781db79bcf1) | fix | prevent fallback to serving main.js for unknown requests |
93-
| [9b0d73087](https://github.com/angular/angular-cli/commit/9b0d730871a3a17a2c5ba04f5941a3d0e4fa5845) | fix | prevent server manifest generation when no server features are enabled |
94-
| [964fb778b](https://github.com/angular/angular-cli/commit/964fb778b7d9e4811a6987eddc4f0a010bb713f6) | fix | support per component updates of multi-component files |
95-
| [b50b6ee92](https://github.com/angular/angular-cli/commit/b50b6ee920165d8a2fbfdeb57376ca21aed4a91a) | perf | cache translated i18n bundles for faster builds |
96-
97-
### @angular/ssr
98-
99-
| Commit | Type | Description |
100-
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------- |
101-
| [9726cd084](https://github.com/angular/angular-cli/commit/9726cd084b76fe605405d562a18d8af91d6657d8) | feat | Add support for route matchers with fine-grained render mode control |
102-
| [414736bc0](https://github.com/angular/angular-cli/commit/414736bc0f56ea3b5c1a32ed54da7da4c5c3320e) | fix | accurately calculate content length for static pages with `\r\n` |
103-
| [6448f80bf](https://github.com/angular/angular-cli/commit/6448f80bfb4a8900ca78857917314bd15fa4144d) | fix | prioritize the first matching route over subsequent ones |
104-
| [833dc986d](https://github.com/angular/angular-cli/commit/833dc986dbfd8902c0cf6ce9c8eeea9d759a25ce) | fix | properly handle baseHref with protocol |
105-
106-
<!-- CHANGELOG SPLIT MARKER -->
107-
10865
<a name="19.1.7"></a>
10966

11067
# 19.1.7 (2025年02月12日)
@@ -174,37 +131,6 @@
174131

175132
<!-- CHANGELOG SPLIT MARKER -->
176133

177-
<a name="19.2.0-next.1"></a>
178-
179-
# 19.2.0-next.1 (2025年01月29日)
180-
181-
### @schematics/angular
182-
183-
| Commit | Type | Description |
184-
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------------- |
185-
| [cae068be3](https://github.com/angular/angular-cli/commit/cae068be373edbad04e06052e87ec7437575e178) | fix | update library schematic to use `@angular-devkit/build-angular:ng-packagr` |
186-
187-
### @angular/build
188-
189-
| Commit | Type | Description |
190-
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------- |
191-
| [694ef8e6e](https://github.com/angular/angular-cli/commit/694ef8e6e486ad66d19b831243193e0123a4b0b1) | fix | allow tailwindcss 4.x as a peer dependency |
192-
| [1a3ef3b60](https://github.com/angular/angular-cli/commit/1a3ef3b60bb1d383a514dee8a6f95b7e15b5bb2c) | fix | disable TypeScript `removeComments` option |
193-
| [d4ee36065](https://github.com/angular/angular-cli/commit/d4ee36065d9fe39431414a40ce39e163acfd8278) | fix | keep background referenced HMR update chunks |
194-
| [531dcdca4](https://github.com/angular/angular-cli/commit/531dcdca46a321d253b1d5a2e40d2b3a90e3ee46) | fix | support template updates that also trigger global stylesheet changes |
195-
| [f836be9e6](https://github.com/angular/angular-cli/commit/f836be9e676575fccd4d74eddbc5bf647f7ff1bd) | fix | support Vite `allowedHosts` option for development server |
196-
| [0ddf6aafa](https://github.com/angular/angular-cli/commit/0ddf6aafaa65b3323dc4ee6251d75794ae862ec7) | fix | utilize bazel stamp instead of resolving peer dependency versions |
197-
198-
### @angular/ssr
199-
200-
| Commit | Type | Description |
201-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------ |
202-
| [4df97d192](https://github.com/angular/angular-cli/commit/4df97d192354a884557229489b4d8607003cc613) | fix | enhance dynamic route matching for better performance and accuracy |
203-
| [46581db16](https://github.com/angular/angular-cli/commit/46581db16bc8ed4eda5f0198734146c4e82f9957) | fix | redirect to locale pathname instead of full URL |
204-
| [ec05c814e](https://github.com/angular/angular-cli/commit/ec05c814ee0ee444479e22ae767109cace18cb0b) | fix | rename `provideServerRoutesConfig` to `provideServerRouting` |
205-
206-
<!-- CHANGELOG SPLIT MARKER -->
207-
208134
<a name="19.1.5"></a>
209135

210136
# 19.1.5 (2025年01月29日)
@@ -266,18 +192,6 @@
266192

267193
<!-- CHANGELOG SPLIT MARKER -->
268194

269-
<a name="19.2.0-next.0"></a>
270-
271-
# 19.2.0-next.0 (2025年01月23日)
272-
273-
### @angular/build
274-
275-
| Commit | Type | Description |
276-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------- |
277-
| [8e884a038](https://github.com/angular/angular-cli/commit/8e884a038dbba9bf5d2a973f368fc58633712484) | fix | handle empty module case to avoid TypeError |
278-
279-
<!-- CHANGELOG SPLIT MARKER -->
280-
281195
<a name="19.1.4"></a>
282196

283197
# 19.1.4 (2025年01月22日)

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/devkit-repo",
3-
"version": "19.2.0-rc.0",
3+
"version": "19.2.0",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"keywords": [

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /