Skip to content

Commit 69cd01f

Browse files
committed
docs: release notes for the v17.2.0 release
1 parent 2f90b1d commit 69cd01f

File tree

1 file changed

+48
-69
lines changed

1 file changed

+48
-69
lines changed

CHANGELOG.md

Lines changed: 48 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
<a name="17.2.0"></a>
2+
3+
# 17.2.0 (2024-02-14)
4+
5+
### @angular/cli
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------ |
9+
| [b3e206741](https://github.com/angular/angular-cli/commit/b3e206741c5b59b8563b7c60a1f66c49802549e7) | feat | add support to `bun` package manager |
10+
11+
### @schematics/angular
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------ |
15+
| [03e1aa790](https://github.com/angular/angular-cli/commit/03e1aa7904acfe9d12eaf3717d1b136159893a76) | feat | add support to `bun` package manager |
16+
17+
### @angular-devkit/build-angular
18+
19+
| Commit | Type | Description |
20+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------------ |
21+
| [7f57123fd](https://github.com/angular/angular-cli/commit/7f57123fd40b345d7880cb9e2eccd4757c0fb6ee) | feat | add define build option to application builder |
22+
| [f4f535653](https://github.com/angular/angular-cli/commit/f4f535653a34c2a7c37c51c98680b6b1766c6d0d) | feat | add JSON build logs when using the application builder |
23+
| [b59f663e5](https://github.com/angular/angular-cli/commit/b59f663e5715e009b05bf560637c1bca3b112784) | feat | allow control of Vite-based development server prebundling |
24+
| [8f47f1e96](https://github.com/angular/angular-cli/commit/8f47f1e965b25f3d976eda701ae2e7b7e8cccfa3) | feat | provide default and abbreviated build target support for dev-server and extract-i18n |
25+
| [7a12074dc](https://github.com/angular/angular-cli/commit/7a12074dc940f1aa8f5347071324fa0d2fd1300b) | feat | provide option to allow automatically cleaning the terminal screen during rebuilds |
26+
| [7c522aa87](https://github.com/angular/angular-cli/commit/7c522aa8742cd936bb0dfd30773d88f3ef92d488) | feat | support using custom postcss configuration with application builder |
27+
| [476a68daa](https://github.com/angular/angular-cli/commit/476a68daa9746d29d3f74f68307d982d1d66f94c) | fix | add output location in build stats |
28+
| [5e6f1a9f4](https://github.com/angular/angular-cli/commit/5e6f1a9f4362e9b12db64c7c2e609a346b17963d) | fix | avoid preloading server chunks |
29+
| [41ea985f9](https://github.com/angular/angular-cli/commit/41ea985f9317b11cfa6627a2d3f6b34ff4dbc134) | fix | display server bundles in build stats |
30+
| [d493609d3](https://github.com/angular/angular-cli/commit/d493609d30e1f148a7efb72bd64227521a326fbb) | fix | downgrade copy-webpack-plugin to workaround Node.js support issue |
31+
| [8d5af1d5c](https://github.com/angular/angular-cli/commit/8d5af1d5c78ce9aa996f6ba138b99d0bb5005d46) | fix | ensure correct `.html` served with Vite dev-server |
32+
| [944cbcdb1](https://github.com/angular/angular-cli/commit/944cbcdb1af62855febc931fce92debf28a3b2a5) | fix | limit the number of lazy chunks visible in the stats table |
33+
| [905e13633](https://github.com/angular/angular-cli/commit/905e13633071b1db25621ae9f2762a48fe010df1) | fix | support string as plugin option in custom postcss plugin config |
34+
35+
### @angular-devkit/schematics
36+
37+
| Commit | Type | Description |
38+
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------- |
39+
| [da1c38c48](https://github.com/angular/angular-cli/commit/da1c38c486b07d5a1b2933f23f83c6231b512e0f) | fix | add `bun` to known package managers |
40+
41+
### @angular/create
42+
43+
| Commit | Type | Description |
44+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------ |
45+
| [600498f2c](https://github.com/angular/angular-cli/commit/600498f2cd3e3251e7e6e3dd3505c5e943b2986a) | feat | add support to `bun` package manager |
46+
47+
<!-- CHANGELOG SPLIT MARKER -->
48+
149
<a name="17.1.4"></a>
250

351
# 17.1.4 (2024-02-14)
@@ -16,24 +64,6 @@
1664

1765
<!-- CHANGELOG SPLIT MARKER -->
1866

19-
<a name="17.2.0-rc.0"></a>
20-
21-
# 17.2.0-rc.0 (2024-02-08)
22-
23-
### @angular-devkit/build-angular
24-
25-
| Commit | Type | Description |
26-
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------------------- |
27-
| [7f57123fd](https://github.com/angular/angular-cli/commit/7f57123fd40b345d7880cb9e2eccd4757c0fb6ee) | feat | add define build option to application builder |
28-
| [b59f663e5](https://github.com/angular/angular-cli/commit/b59f663e5715e009b05bf560637c1bca3b112784) | feat | allow control of Vite-based development server prebundling |
29-
| [7a12074dc](https://github.com/angular/angular-cli/commit/7a12074dc940f1aa8f5347071324fa0d2fd1300b) | feat | provide option to allow automatically cleaning the terminal screen during rebuilds |
30-
| [2a25e06ea](https://github.com/angular/angular-cli/commit/2a25e06eaeba1e30ca6ddd76e7bd46b66c2112db) | fix | allow `./` baseHref when using vite based server |
31-
| [5e6f1a9f4](https://github.com/angular/angular-cli/commit/5e6f1a9f4362e9b12db64c7c2e609a346b17963d) | fix | avoid preloading server chunks |
32-
| [8d5af1d5c](https://github.com/angular/angular-cli/commit/8d5af1d5c78ce9aa996f6ba138b99d0bb5005d46) | fix | ensure correct `.html` served with Vite dev-server |
33-
| [1aeeb7da0](https://github.com/angular/angular-cli/commit/1aeeb7da099ff90126b0844eb6c8ed21d174e617) | fix | ensure WebWorker main entry is used in output code |
34-
35-
<!-- CHANGELOG SPLIT MARKER -->
36-
3767
<a name="17.1.3"></a>
3868

3969
# 17.1.3 (2024-02-08)
@@ -47,44 +77,6 @@
4777

4878
<!-- CHANGELOG SPLIT MARKER -->
4979

50-
<a name="17.2.0-next.1"></a>
51-
52-
# 17.2.0-next.1 (2024-01-31)
53-
54-
### @angular/cli
55-
56-
| Commit | Type | Description |
57-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------ |
58-
| [b3e206741](https://github.com/angular/angular-cli/commit/b3e206741c5b59b8563b7c60a1f66c49802549e7) | feat | add support to `bun` package manager |
59-
60-
### @schematics/angular
61-
62-
| Commit | Type | Description |
63-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------ |
64-
| [03e1aa790](https://github.com/angular/angular-cli/commit/03e1aa7904acfe9d12eaf3717d1b136159893a76) | feat | add support to `bun` package manager |
65-
66-
### @angular-devkit/build-angular
67-
68-
| Commit | Type | Description |
69-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------- |
70-
| [f4f535653](https://github.com/angular/angular-cli/commit/f4f535653a34c2a7c37c51c98680b6b1766c6d0d) | feat | add JSON build logs when using the application builder |
71-
| [7c522aa87](https://github.com/angular/angular-cli/commit/7c522aa8742cd936bb0dfd30773d88f3ef92d488) | feat | support using custom postcss configuration with application builder |
72-
| [d6aea27db](https://github.com/angular/angular-cli/commit/d6aea27dbcad7b0d2aa563b4a3c58f0935dbd0bf) | fix | add `required` modules as externals imports |
73-
| [476a68daa](https://github.com/angular/angular-cli/commit/476a68daa9746d29d3f74f68307d982d1d66f94c) | fix | add output location in build stats |
74-
| [dbd3984f2](https://github.com/angular/angular-cli/commit/dbd3984f2458ae413aef1d8d33c8ee092787e360) | fix | correctly handle glob negation in proxy config when using vite |
75-
| [41ea985f9](https://github.com/angular/angular-cli/commit/41ea985f9317b11cfa6627a2d3f6b34ff4dbc134) | fix | display server bundles in build stats |
76-
| [822e7a482](https://github.com/angular/angular-cli/commit/822e7a482dc536a64fb08db699381c0fdf4ef4b0) | fix | handle regular expressions in proxy config when using Vite |
77-
| [944cbcdb1](https://github.com/angular/angular-cli/commit/944cbcdb1af62855febc931fce92debf28a3b2a5) | fix | limit the number of lazy chunks visible in the stats table |
78-
| [37ffa5e4a](https://github.com/angular/angular-cli/commit/37ffa5e4a01f5603dbbc5ad3882593bdb5bb17db) | fix | resolve absolute `output-path` when using esbuild based builders |
79-
80-
### @angular/create
81-
82-
| Commit | Type | Description |
83-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------ |
84-
| [600498f2c](https://github.com/angular/angular-cli/commit/600498f2cd3e3251e7e6e3dd3505c5e943b2986a) | feat | add support to `bun` package manager |
85-
86-
<!-- CHANGELOG SPLIT MARKER -->
87-
8880
<a name="17.1.2"></a>
8981

9082
# 17.1.2 (2024-01-31)
@@ -101,19 +93,6 @@
10193

10294
<!-- CHANGELOG SPLIT MARKER -->
10395

104-
<a name="17.2.0-next.0"></a>
105-
106-
# 17.2.0-next.0 (2024-01-25)
107-
108-
### @angular-devkit/build-angular
109-
110-
| Commit | Type | Description |
111-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------------ |
112-
| [8f47f1e96](https://github.com/angular/angular-cli/commit/8f47f1e965b25f3d976eda701ae2e7b7e8cccfa3) | feat | provide default and abbreviated build target support for dev-server and extract-i18n |
113-
| [8216b11b3](https://github.com/angular/angular-cli/commit/8216b11b3cff5b0c37afd4dac6aa61851f24849a) | fix | return 404 for assets that are not found |
114-
115-
<!-- CHANGELOG SPLIT MARKER -->
116-
11796
<a name="17.1.1"></a>
11897

11998
# 17.1.1 (2024-01-24)

0 commit comments

Comments
 (0)