|
1 |
| -<a name="16.2.0-rc.1"></a> |
| 1 | +<a name="16.2.0"></a> |
2 | 2 |
|
3 |
| -# 16.2.0-rc.1 (2023-08-04) |
| 3 | +# 16.2.0 (2023-08-09) |
4 | 4 |
|
5 | 5 | ### @angular-devkit/build-angular
|
6 | 6 |
|
7 |
| -| Commit | Type | Description | |
8 |
| -| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------- | |
9 |
| -| [05f31bd28](https://github.com/angular/angular-cli/commit/05f31bd28f002a232598e0468dc418f99e434ae0) | fix | prevent race condition in setting up sass worker pool | |
10 |
| -| [192326a8b](https://github.com/angular/angular-cli/commit/192326a8b215f6df1c02e8e694170b4d12d1ffe9) | fix | build: update critters | |
11 |
| - |
12 |
| -<!-- CHANGELOG SPLIT MARKER --> |
13 |
| - |
14 |
| -<a name="16.2.0-rc.0"></a> |
15 |
| - |
16 |
| -# 16.2.0-rc.0 (2023-08-02) |
17 |
| - |
18 |
| -### @angular-devkit/build-angular |
19 |
| - |
20 |
| -| Commit | Type | Description | |
21 |
| -| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------- | |
22 |
| -| [6539bb520](https://github.com/angular/angular-cli/commit/6539bb5200c924edbc62cc7be70072ecda84da1a) | fix | hot update filename suffix with `.mjs` | |
| 7 | +| Commit | Type | Description | |
| 8 | +| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------- | |
| 9 | +| [e6b377436](https://github.com/angular/angular-cli/commit/e6b377436a471073657dc35e7c7a28db6688760a) | feat | add `ssr` option in application builder | |
| 10 | +| [c05c83be7](https://github.com/angular/angular-cli/commit/c05c83be7c6c8bcdad4be8686a6e0701a55304cc) | feat | add initial application builder implementation | |
| 11 | +| [095f5aba6](https://github.com/angular/angular-cli/commit/095f5aba60a4c1267a87b8b3ae38dbfbf70731f1) | feat | add initial support for server bundle generation using esbuild | |
| 12 | +| [cb165a75d](https://github.com/angular/angular-cli/commit/cb165a75dc8c21ead537684a092ed50d3736e04a) | feat | add pre-rendering (SSG) and App-shell support generation to application builder | |
| 13 | +| [2a3fc6846](https://github.com/angular/angular-cli/commit/2a3fc68460152a48758b9353bff48193641861c5) | feat | add preload hints based on transitive initial files | |
| 14 | +| [099cec758](https://github.com/angular/angular-cli/commit/099cec758ad671c7fd0ca2058a271e4fe181a44d) | feat | add support for serving SSR with dev-server when using the application builder | |
| 15 | +| [449e21b3a](https://github.com/angular/angular-cli/commit/449e21b3a6da990a5865bb5bdfb8145794f40cf9) | fix | correctly load dev server assets with vite 4.4.0+ | |
| 16 | +| [f42f10135](https://github.com/angular/angular-cli/commit/f42f10135c1e2184a9080b726dc5e41669937b13) | fix | ensure preload hints for external stylesheets are marked as styles | |
| 17 | +| [7defb3635](https://github.com/angular/angular-cli/commit/7defb3635c89737d151c9537bd7becd463098434) | fix | ensure that server dependencies are loaded also in ssr entrypoint | |
| 18 | +| [05f31bd28](https://github.com/angular/angular-cli/commit/05f31bd28f002a232598e0468dc418f99e434ae0) | fix | prevent race condition in setting up sass worker pool | |
| 19 | +| [5048f6e82](https://github.com/angular/angular-cli/commit/5048f6e82e299b0733f34cbdcb1e7b1ef9a63210) | fix | Set chunk names explicitly | |
| 20 | +| [974748cdf](https://github.com/angular/angular-cli/commit/974748cdf894c5ad0451e3fdf1c186bdad80878b) | perf | filter postcss usage based on content in esbuild builder | |
| 21 | +| [61a652d91](https://github.com/angular/angular-cli/commit/61a652d91274f4adce20182e630fe9963b4ceddd) | perf | inject Sass import/use directive importer information when resolving | |
| 22 | +| [a0a2c7aef](https://github.com/angular/angular-cli/commit/a0a2c7aef675f8aae294d2119f721c4345d633b0) | perf | only load browserslist in babel preset if needed | |
| 23 | +| [6bfd1800e](https://github.com/angular/angular-cli/commit/6bfd1800efa2bf41126696b66938bdf291ad5455) | perf | use in-memory Sass module resolution cache | |
23 | 24 |
|
24 | 25 | <!-- CHANGELOG SPLIT MARKER -->
|
25 | 26 |
|
|
35 | 36 |
|
36 | 37 | <!-- CHANGELOG SPLIT MARKER -->
|
37 | 38 |
|
38 |
| -<a name="16.2.0-next.4"></a> |
39 |
| - |
40 |
| -# 16.2.0-next.4 (2023-07-26) |
41 |
| - |
42 |
| -### @angular-devkit/build-angular |
43 |
| - |
44 |
| -| Commit | Type | Description | |
45 |
| -| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------- | |
46 |
| -| [449e21b3a](https://github.com/angular/angular-cli/commit/449e21b3a6da990a5865bb5bdfb8145794f40cf9) | fix | correctly load dev server assets with vite 4.4.0+ | |
47 |
| -| [d6ae2c7b7](https://github.com/angular/angular-cli/commit/d6ae2c7b7af0fd7b182f19987583a2989a070060) | fix | error during critical CSS inlining for external stylesheets | |
48 |
| - |
49 |
| -<!-- CHANGELOG SPLIT MARKER --> |
50 |
| - |
51 | 39 | <a name="16.1.6"></a>
|
52 | 40 |
|
53 | 41 | # 16.1.6 (2023-07-26)
|
|
60 | 48 |
|
61 | 49 | <!-- CHANGELOG SPLIT MARKER -->
|
62 | 50 |
|
63 |
| -<a name="16.2.0-next.3"></a> |
64 |
| - |
65 |
| -# 16.2.0-next.3 (2023-07-20) |
66 |
| - |
67 |
| -### @angular-devkit/build-angular |
68 |
| - |
69 |
| -| Commit | Type | Description | |
70 |
| -| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------- | |
71 |
| -| [5908ede3d](https://github.com/angular/angular-cli/commit/5908ede3d676f2b87f68bc976bd741b7725ab1c3) | fix | correctly wrap CommonJS exported enums when optimizing | |
72 |
| -| [5048f6e82](https://github.com/angular/angular-cli/commit/5048f6e82e299b0733f34cbdcb1e7b1ef9a63210) | fix | Set chunk names explicitly | |
73 |
| -| [61a652d91](https://github.com/angular/angular-cli/commit/61a652d91274f4adce20182e630fe9963b4ceddd) | perf | inject Sass import/use directive importer information when resolving | |
74 |
| -| [6bfd1800e](https://github.com/angular/angular-cli/commit/6bfd1800efa2bf41126696b66938bdf291ad5455) | perf | use in-memory Sass module resolution cache | |
75 |
| - |
76 |
| -<!-- CHANGELOG SPLIT MARKER --> |
77 |
| - |
78 | 51 | <a name="16.1.5"></a>
|
79 | 52 |
|
80 | 53 | # 16.1.5 (2023-07-20)
|
|
94 | 67 |
|
95 | 68 | <!-- CHANGELOG SPLIT MARKER -->
|
96 | 69 |
|
97 |
| -<a name="16.2.0-next.2"></a> |
98 |
| - |
99 |
| -# 16.2.0-next.2 (2023-07-13) |
100 |
| - |
101 |
| -### @angular/cli |
102 |
| - |
103 |
| -| Commit | Type | Description | |
104 |
| -| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------- | |
105 |
| -| [d0f005913](https://github.com/angular/angular-cli/commit/d0f005913f830c13df0acbb0753fc10ff207ca35) | fix | add `zone.js` to `ng version` output | |
106 |
| -| [da3c1c32a](https://github.com/angular/angular-cli/commit/da3c1c32ae91d7247c61aa050e6707109626082a) | fix | throw an error when executed in a google3-context | |
107 |
| - |
108 |
| -### @angular-devkit/build-angular |
109 |
| - |
110 |
| -| Commit | Type | Description | |
111 |
| -| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------- | |
112 |
| -| [e6b377436](https://github.com/angular/angular-cli/commit/e6b377436a471073657dc35e7c7a28db6688760a) | feat | add `ssr` option in application builder | |
113 |
| -| [cb165a75d](https://github.com/angular/angular-cli/commit/cb165a75dc8c21ead537684a092ed50d3736e04a) | feat | add pre-rendering (SSG) and App-shell support generation to application builder | |
114 |
| -| [099cec758](https://github.com/angular/angular-cli/commit/099cec758ad671c7fd0ca2058a271e4fe181a44d) | feat | add support for serving SSR with dev-server when using the application builder | |
115 |
| -| [7defb3635](https://github.com/angular/angular-cli/commit/7defb3635c89737d151c9537bd7becd463098434) | fix | ensure that server dependencies are loaded also in ssr entrypoint | |
116 |
| -| [974748cdf](https://github.com/angular/angular-cli/commit/974748cdf894c5ad0451e3fdf1c186bdad80878b) | perf | filter postcss usage based on content in esbuild builder | |
117 |
| -| [a0a2c7aef](https://github.com/angular/angular-cli/commit/a0a2c7aef675f8aae294d2119f721c4345d633b0) | perf | only load browserslist in babel preset if needed | |
118 |
| - |
119 |
| -<!-- CHANGELOG SPLIT MARKER --> |
120 |
| - |
121 |
| -<a name="16.2.0-next.1"></a> |
122 |
| - |
123 |
| -# 16.2.0-next.1 (2023-07-06) |
124 |
| - |
125 |
| -### @angular-devkit/build-angular |
126 |
| - |
127 |
| -| Commit | Type | Description | |
128 |
| -| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------- | |
129 |
| -| [095f5aba6](https://github.com/angular/angular-cli/commit/095f5aba60a4c1267a87b8b3ae38dbfbf70731f1) | feat | add initial support for server bundle generation using esbuild | |
130 |
| -| [93b743af0](https://github.com/angular/angular-cli/commit/93b743af00511fc4cc7808004a0afe0c2b3c8b05) | fix | normalize paths in loader cache with esbuild | |
131 |
| -| [376e3462d](https://github.com/angular/angular-cli/commit/376e3462d3a2204a412c1d3e4551c20ae6b61aaf) | fix | use absolute watch paths for postcss dependency messages | |
132 |
| - |
133 |
| -<!-- CHANGELOG SPLIT MARKER --> |
134 |
| - |
135 | 70 | <a name="16.1.4"></a>
|
136 | 71 |
|
137 | 72 | # 16.1.4 (2023-07-06)
|
|
168 | 103 |
|
169 | 104 | <!-- CHANGELOG SPLIT MARKER -->
|
170 | 105 |
|
171 |
| -<a name="16.2.0-next.0"></a> |
172 |
| - |
173 |
| -# 16.2.0-next.0 (2023-06-28) |
174 |
| - |
175 |
| -### @angular-devkit/build-angular |
176 |
| - |
177 |
| -| Commit | Type | Description | |
178 |
| -| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------ | |
179 |
| -| [c05c83be7](https://github.com/angular/angular-cli/commit/c05c83be7c6c8bcdad4be8686a6e0701a55304cc) | feat | add initial application builder implementation | |
180 |
| -| [2a3fc6846](https://github.com/angular/angular-cli/commit/2a3fc68460152a48758b9353bff48193641861c5) | feat | add preload hints based on transitive initial files | |
181 |
| -| [f42f10135](https://github.com/angular/angular-cli/commit/f42f10135c1e2184a9080b726dc5e41669937b13) | fix | ensure preload hints for external stylesheets are marked as styles | |
182 |
| - |
183 |
| -<!-- CHANGELOG SPLIT MARKER --> |
184 |
| - |
185 | 106 | <a name="16.1.2"></a>
|
186 | 107 |
|
187 | 108 | # 16.1.2 (2023-06-28)
|
|
0 commit comments