Skip to content

Commit 71bd2a6

Browse files
committed
docs: release notes for the v16.1.0 release
1 parent d4a2849 commit 71bd2a6

File tree

1 file changed

+23
-61
lines changed

1 file changed

+23
-61
lines changed

CHANGELOG.md

Lines changed: 23 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
1-
<a name="16.0.6"></a>
2-
3-
# 16.0.6 (2023-06-13)
1+
<a name="16.1.0"></a>
42

5-
### @angular-devkit/build-angular
6-
7-
| Commit | Type | Description |
8-
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- |
9-
| [eebb54cbf](https://github.com/angular/angular-cli/commit/eebb54cbf4683b6113eb56dba17fab038318c918) | fix | correctly handle sass imports |
10-
| [081b62539](https://github.com/angular/angular-cli/commit/081b62539b2562bff130343558bf4baafed7c36d) | fix | support proxy configuration array-form in esbuild builder |
11-
12-
<!-- CHANGELOG SPLIT MARKER -->
13-
14-
<a name="16.1.0-rc.0"></a>
15-
16-
# 16.1.0-rc.0 (2023-06-07)
3+
# 16.1.0 (2023-06-13)
174

185
### @schematics/angular
196

@@ -23,38 +10,41 @@
2310

2411
### @angular-devkit/build-angular
2512

26-
| Commit | Type | Description |
27-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------- |
28-
| [772fe84ed](https://github.com/angular/angular-cli/commit/772fe84ed399ccc085893e645163b4b12c461d0e) | fix | ignore .git folder in browser-esbuild watcher |
29-
| [7155cbe5b](https://github.com/angular/angular-cli/commit/7155cbe5b2991f986c0683d16a6fc4d9b411e47b) | fix | ignore folders starting with a dot in browser-esbuild watcher |
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------- |
15+
| [3ede1a2ca](https://github.com/angular/angular-cli/commit/3ede1a2cac5005f4dfbd2a62ef528a34c3793b78) | feat | allow forcing esbuild builder with dev-server |
16+
| [2d141fe3b](https://github.com/angular/angular-cli/commit/2d141fe3bc1efb9e254b15ce91ebc885a43c928a) | feat | show estimated transfer size with esbuild builder |
17+
| [9aa9b5264](https://github.com/angular/angular-cli/commit/9aa9b5264eee1b1dda7abd334b560d4b446c4970) | feat | support autoprefixer/tailwind CSS with Less/Sass in esbuild builder |
18+
| [3d1c09b23](https://github.com/angular/angular-cli/commit/3d1c09b235bf1db0d031c36fdc68ab99359b34b1) | feat | support dev-server package prebundling with esbuild builder |
19+
| [d8930facc](https://github.com/angular/angular-cli/commit/d8930facc075e39d82b3c6cb252c9a8b5fa6a476) | feat | support incremental TypeScript semantic diagnostics in esbuild builder |
20+
| [5cacd34a2](https://github.com/angular/angular-cli/commit/5cacd34a222eea16c18caa63dbe4448b81e106f3) | fix | watch all TypeScript referenced files in esbuild builder |
21+
| [8336ad80d](https://github.com/angular/angular-cli/commit/8336ad80da41cde69343960f7515d9ffd5e5e2e1) | perf | enable in-memory load result caching for stylesheets in esbuild builder |
3022

3123
<!-- CHANGELOG SPLIT MARKER -->
3224

33-
<a name="16.0.5"></a>
25+
<a name="16.0.6"></a>
3426

35-
# 16.0.5 (2023-06-07)
27+
# 16.0.6 (2023-06-13)
3628

3729
### @angular-devkit/build-angular
3830

39-
| Commit | Type | Description |
40-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------- |
41-
| [9817b984b](https://github.com/angular/angular-cli/commit/9817b984b15e352caedac6e347cc662117b9e0f8) | fix | ignore .git folder in browser-esbuild watcher |
42-
| [ce95d2545](https://github.com/angular/angular-cli/commit/ce95d254510ffa93a9bd4230f6447530d511ef5f) | fix | ignore folders starting with a dot in browser-esbuild watcher |
31+
| Commit | Type | Description |
32+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- |
33+
| [eebb54cbf](https://github.com/angular/angular-cli/commit/eebb54cbf4683b6113eb56dba17fab038318c918) | fix | correctly handle sass imports |
34+
| [081b62539](https://github.com/angular/angular-cli/commit/081b62539b2562bff130343558bf4baafed7c36d) | fix | support proxy configuration array-form in esbuild builder |
4335

4436
<!-- CHANGELOG SPLIT MARKER -->
4537

46-
<a name="16.1.0-next.2"></a>
38+
<a name="16.0.5"></a>
4739

48-
# 16.1.0-next.2 (2023-06-01)
40+
# 16.0.5 (2023-06-07)
4941

5042
### @angular-devkit/build-angular
5143

52-
| Commit | Type | Description |
53-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------- |
54-
| [9aa9b5264](https://github.com/angular/angular-cli/commit/9aa9b5264eee1b1dda7abd334b560d4b446c4970) | feat | support autoprefixer/tailwind CSS with Less/Sass in esbuild builder |
55-
| [3d1c09b23](https://github.com/angular/angular-cli/commit/3d1c09b235bf1db0d031c36fdc68ab99359b34b1) | feat | support dev-server package prebundling with esbuild builder |
56-
| [fc60d2227](https://github.com/angular/angular-cli/commit/fc60d2227672f8276255f95be135923c4d82b75c) | fix | correctly set overridden compiler option |
57-
| [c462d9cb9](https://github.com/angular/angular-cli/commit/c462d9cb90377342980384c6bccb3ddfef533282) | fix | preemptively remove AOT metadata in esbuild builder |
44+
| Commit | Type | Description |
45+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------- |
46+
| [9817b984b](https://github.com/angular/angular-cli/commit/9817b984b15e352caedac6e347cc662117b9e0f8) | fix | ignore .git folder in browser-esbuild watcher |
47+
| [ce95d2545](https://github.com/angular/angular-cli/commit/ce95d254510ffa93a9bd4230f6447530d511ef5f) | fix | ignore folders starting with a dot in browser-esbuild watcher |
5848

5949
<!-- CHANGELOG SPLIT MARKER -->
6050

@@ -71,20 +61,6 @@
7161

7262
<!-- CHANGELOG SPLIT MARKER -->
7363

74-
<a name="16.1.0-next.1"></a>
75-
76-
# 16.1.0-next.1 (2023-05-25)
77-
78-
### @angular-devkit/build-angular
79-
80-
| Commit | Type | Description |
81-
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------- |
82-
| [4c82bb8e8](https://github.com/angular/angular-cli/commit/4c82bb8e812e71a9d36bfb3eb6e4c117fa41f00f) | fix | percent encode asset URLs in development server for esbuild |
83-
| [5cacd34a2](https://github.com/angular/angular-cli/commit/5cacd34a222eea16c18caa63dbe4448b81e106f3) | fix | watch all TypeScript referenced files in esbuild builder |
84-
| [8336ad80d](https://github.com/angular/angular-cli/commit/8336ad80da41cde69343960f7515d9ffd5e5e2e1) | perf | enable in-memory load result caching for stylesheets in esbuild builder |
85-
86-
<!-- CHANGELOG SPLIT MARKER -->
87-
8864
<a name="16.0.3"></a>
8965

9066
# 16.0.3 (2023-05-25)
@@ -97,20 +73,6 @@
9773

9874
<!-- CHANGELOG SPLIT MARKER -->
9975

100-
<a name="16.1.0-next.0"></a>
101-
102-
# 16.1.0-next.0 (2023-05-17)
103-
104-
### @angular-devkit/build-angular
105-
106-
| Commit | Type | Description |
107-
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------- |
108-
| [3ede1a2ca](https://github.com/angular/angular-cli/commit/3ede1a2cac5005f4dfbd2a62ef528a34c3793b78) | feat | allow forcing esbuild builder with dev-server |
109-
| [2d141fe3b](https://github.com/angular/angular-cli/commit/2d141fe3bc1efb9e254b15ce91ebc885a43c928a) | feat | show estimated transfer size with esbuild builder |
110-
| [d8930facc](https://github.com/angular/angular-cli/commit/d8930facc075e39d82b3c6cb252c9a8b5fa6a476) | feat | support incremental TypeScript semantic diagnostics in esbuild builder |
111-
112-
<!-- CHANGELOG SPLIT MARKER -->
113-
11476
<a name="16.0.2"></a>
11577

11678
# 16.0.2 (2023-05-17)

0 commit comments

Comments
 (0)