|
| 1 | +<a name="14.1.0"></a> |
| 2 | + |
| 3 | +# 14.1.0 (2022-07-20) |
| 4 | + |
| 5 | +### @angular/cli |
| 6 | + |
| 7 | +| Commit | Type | Description | |
| 8 | +| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------- | |
| 9 | +| [3884b8652](https://github.com/angular/angular-cli/commit/3884b865262c1ffa5652ac0f4d67bbf59087f453) | fix | add esbuild browser builder to workspace schema | |
| 10 | + |
| 11 | +### @schematics/angular |
| 12 | + |
| 13 | +| Commit | Type | Description | |
| 14 | +| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------- | |
| 15 | +| [707911d42](https://github.com/angular/angular-cli/commit/707911d423873623d4201d2fbce4a294ab73a135) | feat | support controlling `addDependency` utility rule install behavior | |
| 16 | +| [a8fe4fcc3](https://github.com/angular/angular-cli/commit/a8fe4fcc315fd408b5b530a44a02c1655b5450a8) | fix | Allow skipping existing dependencies in E2E schematic | |
| 17 | +| [b8bf3b480](https://github.com/angular/angular-cli/commit/b8bf3b480bef752641370e542ebb5aee649a8ac6) | fix | only issue a warning for addDependency existing specifier | |
| 18 | + |
| 19 | +### @angular-devkit/build-angular |
| 20 | + |
| 21 | +| Commit | Type | Description | |
| 22 | +| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------ | |
| 23 | +| [a7709b718](https://github.com/angular/angular-cli/commit/a7709b718c953d83f3bde00fa3bf896501359946) | feat | add `externalDependencies` to the esbuild browser builder | |
| 24 | +| [248860ad6](https://github.com/angular/angular-cli/commit/248860ad674b54f750bb5c197588bb6d031be208) | feat | add Sass file support to experimental esbuild-based builder | |
| 25 | +| [b06ae5514](https://github.com/angular/angular-cli/commit/b06ae55140c01f8b5107527fd0af1da3b04a721f) | feat | add service worker support to experimental esbuild builder | |
| 26 | +| [b5f6d862b](https://github.com/angular/angular-cli/commit/b5f6d862b95afd0ec42d9b3968e963f59b1b1658) | feat | Identify third-party sources in sourcemaps | |
| 27 | +| [b3a14d056](https://github.com/angular/angular-cli/commit/b3a14d05629ba6e3b23c09b1bfdbc4b35d534813) | fix | allow third-party sourcemaps to be ignored in esbuild builder | |
| 28 | +| [53dd929e5](https://github.com/angular/angular-cli/commit/53dd929e59f98a7088d150e861d18e97e6de4114) | fix | ensure esbuild builder sourcemap sources are relative to workspace | |
| 29 | + |
| 30 | +### @angular-devkit/schematics |
| 31 | + |
| 32 | +| Commit | Type | Description | |
| 33 | +| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------- | |
| 34 | +| [526cdb263](https://github.com/angular/angular-cli/commit/526cdb263a8c74ad228f584f70dc029aa69351d7) | feat | allow `chain` rule to accept iterables of rules | |
| 35 | + |
| 36 | +### @angular/create |
| 37 | + |
| 38 | +| Commit | Type | Description | |
| 39 | +| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------- | |
| 40 | +| [cfe93fbc8](https://github.com/angular/angular-cli/commit/cfe93fbc89fad2f58826f0118ce7ff421cd0e4f2) | feat | add support for `yarn create` and `npm init` | |
| 41 | + |
| 42 | +## Special Thanks |
| 43 | + |
| 44 | +Alan Agius, Charles Lyding, Derek Cormier, Doug Parker, Jason Bedard, Joey Perrott, Paul Gschwendtner, Victor Porof and renovate[bot] |
| 45 | + |
| 46 | +<!-- CHANGELOG SPLIT MARKER --> |
| 47 | + |
1 | 48 | <a name="14.0.7"></a>
|
2 | 49 |
|
3 | 50 | # 14.0.7 (2022-07-20)
|
@@ -43,12 +90,6 @@ Alan Agius and Charles Lyding
|
43 | 90 |
|
44 | 91 | <!-- CHANGELOG SPLIT MARKER -->
|
45 | 92 |
|
46 |
| -<a name="14.1.0-rc.3"></a> |
47 |
| - |
48 |
| -# 14.1.0-rc.3 (2022-07-14) |
49 |
| - |
50 |
| -<!-- CHANGELOG SPLIT MARKER --> |
51 |
| - |
52 | 93 | <a name="14.0.6"></a>
|
53 | 94 |
|
54 | 95 | # 14.0.6 (2022-07-13)
|
@@ -84,45 +125,6 @@ Alan Agius and martinfrancois
|
84 | 125 |
|
85 | 126 | <!-- CHANGELOG SPLIT MARKER -->
|
86 | 127 |
|
87 |
| -<a name="14.1.0-next.4"></a> |
88 |
| - |
89 |
| -# 14.1.0-next.4 (2022-07-06) |
90 |
| - |
91 |
| -### @angular/cli |
92 |
| - |
93 |
| -| Commit | Type | Description | |
94 |
| -| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------------ | |
95 |
| -| [cbccfd426](https://github.com/angular/angular-cli/commit/cbccfd426a2e27c1fd2e274aaee4d02c53eb7c9e) | fix | during an update only use package manager force option with npm 7+ | |
96 |
| -| [dbe0dc174](https://github.com/angular/angular-cli/commit/dbe0dc174339d872426501c1c1dca689db2b9bad) | fix | improve error message for project-specific ng commands when run outside of a project | |
97 |
| -| [93ba050b0](https://github.com/angular/angular-cli/commit/93ba050b0c6b58274661d2063174920d191a7639) | fix | show deprecated workspace config options in IDE | |
98 |
| - |
99 |
| -### @schematics/angular |
100 |
| - |
101 |
| -| Commit | Type | Description | |
102 |
| -| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ | |
103 |
| -| [9e3152466](https://github.com/angular/angular-cli/commit/9e3152466b9b3cdb00450f63399e7b8043250fe7) | fix | prevent importing `RouterModule` parallel to `RoutingModule` | |
104 |
| - |
105 |
| -### @angular-devkit/build-angular |
106 |
| - |
107 |
| -| Commit | Type | Description | |
108 |
| -| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------- | |
109 |
| -| [7a2460914](https://github.com/angular/angular-cli/commit/7a246091435773ff4d669b1dfe2684b366010919) | fix | disable glob mounting for patterns that start with a forward slash | |
110 |
| -| [88701115c](https://github.com/angular/angular-cli/commit/88701115c69ced4bbc1bea07e4ef8941a2b54771) | fix | don't override base-href in HTML when it's not set in builder | |
111 |
| -| [d2bbcd7b6](https://github.com/angular/angular-cli/commit/d2bbcd7b6803fcc9da27f804f12f194110d26eb2) | fix | improve detection of CommonJS dependencies | |
112 |
| -| [53e9c459d](https://github.com/angular/angular-cli/commit/53e9c459d6b5fae3884128beaa941c71cd6562cc) | fix | support hidden component stylesheet sourcemaps with esbuild builder | |
113 |
| - |
114 |
| -### @ngtools/webpack |
115 |
| - |
116 |
| -| Commit | Type | Description | |
117 |
| -| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------- | |
118 |
| -| [5319428e1](https://github.com/angular/angular-cli/commit/5319428e14a7e364a58caa8ca936964cfc5503cf) | fix | do not run ngcc when `node_modules` does not exist | |
119 |
| - |
120 |
| -## Special Thanks |
121 |
| - |
122 |
| -Alan Agius, Charles Lyding, JoostK and Paul Gschwendtner |
123 |
| - |
124 |
| -<!-- CHANGELOG SPLIT MARKER --> |
125 |
| - |
126 | 128 | <a name="14.0.5"></a>
|
127 | 129 |
|
128 | 130 | # 14.0.5 (2022-07-06)
|
@@ -162,52 +164,6 @@ Alan Agius, Charles Lyding, JoostK and Paul Gschwendtner
|
162 | 164 |
|
163 | 165 | <!-- CHANGELOG SPLIT MARKER -->
|
164 | 166 |
|
165 |
| -<a name="14.1.0-next.3"></a> |
166 |
| - |
167 |
| -# 14.1.0-next.3 (2022-06-29) |
168 |
| - |
169 |
| -### @angular/cli |
170 |
| - |
171 |
| -| Commit | Type | Description | |
172 |
| -| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------- | |
173 |
| -| [5a012b5fc](https://github.com/angular/angular-cli/commit/5a012b5fce2f38fa6b97c84c874e85dc726d2f0d) | fix | correctly handle `--collection` option in `ng new` | |
174 |
| -| [8b65abe1b](https://github.com/angular/angular-cli/commit/8b65abe1b037cf00cb3c95ab98f7b6ba3ceef561) | fix | improve global schema validation | |
175 |
| -| [4fa039b69](https://github.com/angular/angular-cli/commit/4fa039b692be8bc97d0b382f015783d12f214a65) | fix | remove color from help epilogue | |
176 |
| - |
177 |
| -### @schematics/angular |
178 |
| - |
179 |
| -| Commit | Type | Description | |
180 |
| -| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------- | |
181 |
| -| [ab8ab30c8](https://github.com/angular/angular-cli/commit/ab8ab30c879f04777b9a444a7f3072682ea161b5) | fix | use `sourceRoot` instead of `src` in universal schematic | |
182 |
| - |
183 |
| -### @angular-devkit/architect |
184 |
| - |
185 |
| -| Commit | Type | Description | |
186 |
| -| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------- | |
187 |
| -| [ecdbe721a](https://github.com/angular/angular-cli/commit/ecdbe721a1be10a59e7ee1b2f446b20c1e7de95b) | fix | complete builders on the next event loop iteration | |
188 |
| - |
189 |
| -### @angular-devkit/build-angular |
190 |
| - |
191 |
| -| Commit | Type | Description | |
192 |
| -| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------- | |
193 |
| -| [4fcfc37cb](https://github.com/angular/angular-cli/commit/4fcfc37cb957513cb61d01946959669559e93393) | fix | exit dev-server when CTRL+C is pressed | |
194 |
| -| [2b962549d](https://github.com/angular/angular-cli/commit/2b962549d3c8c4aa3814f604ef67525822a5e04d) | fix | exit localized builds when CTRL+C is pressed | |
195 |
| -| [b40aeed44](https://github.com/angular/angular-cli/commit/b40aeed4414afcb1c90c7f0c609aa78f13790f03) | fix | hide stacktraces from webpack errors | |
196 |
| -| [43f495d57](https://github.com/angular/angular-cli/commit/43f495d57be37fa81cfade3d8e4291483a971f7c) | fix | set base-href in service worker manifest when using i18n and app-shell | |
197 |
| - |
198 |
| -### @ngtools/webpack |
199 |
| - |
200 |
| -| Commit | Type | Description | |
201 |
| -| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------ | |
202 |
| -| [7ababc210](https://github.com/angular/angular-cli/commit/7ababc210b3eb023bfd4c8f05178cb2f75472bb2) | fix | restore process title after NGCC is executed | |
203 |
| -| [34ecf669d](https://github.com/angular/angular-cli/commit/34ecf669ddb05da84f200d6972dbc8439007e1aa) | fix | show a compilation error on invalid TypeScript version | |
204 |
| - |
205 |
| -## Special Thanks |
206 |
| - |
207 |
| -Alan Agius, Charles Lyding, Jason Bedard, Paul Gschwendtner, Tim Bowersox and renovate[bot] |
208 |
| - |
209 |
| -<!-- CHANGELOG SPLIT MARKER --> |
210 |
| - |
211 | 167 | <a name="14.0.4"></a>
|
212 | 168 |
|
213 | 169 | # 14.0.4 (2022-06-29)
|
@@ -254,40 +210,6 @@ Alan Agius, Charles Lyding and Tim Bowersox
|
254 | 210 |
|
255 | 211 | <!-- CHANGELOG SPLIT MARKER -->
|
256 | 212 |
|
257 |
| -<a name="14.1.0-next.2"></a> |
258 |
| - |
259 |
| -# 14.1.0-next.2 (2022-06-23) |
260 |
| - |
261 |
| -### @angular/cli |
262 |
| - |
263 |
| -| Commit | Type | Description | |
264 |
| -| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------- | |
265 |
| -| [3884b8652](https://github.com/angular/angular-cli/commit/3884b865262c1ffa5652ac0f4d67bbf59087f453) | fix | add esbuild browser builder to workspace schema | |
266 |
| -| [4f31b57df](https://github.com/angular/angular-cli/commit/4f31b57df36da5230dd247791d0875d60b929035) | fix | disable version check when running `ng completion` commands | |
267 |
| -| [fd92eaa86](https://github.com/angular/angular-cli/commit/fd92eaa86521f6cfd8b90884ce6b2443e9ed571d) | fix | provide an actionable error when using `--configuration` with `ng run` | |
268 |
| -| [ba3f67193](https://github.com/angular/angular-cli/commit/ba3f671936496571337bfb4e18d2ca5d0e56f515) | fix | temporarily handle boolean options in schema prefixed with `no` | |
269 |
| - |
270 |
| -### @angular-devkit/build-angular |
271 |
| - |
272 |
| -| Commit | Type | Description | |
273 |
| -| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------- | |
274 |
| -| [a7709b718](https://github.com/angular/angular-cli/commit/a7709b718c953d83f3bde00fa3bf896501359946) | feat | add `externalDependencies` to the esbuild browser builder | |
275 |
| -| [667799423](https://github.com/angular/angular-cli/commit/66779942358e6faf43f6311e5c59fced3e793e46) | fix | fix incorrect glob cwd in karma when using `--include` option | |
276 |
| -| [0f02b0011](https://github.com/angular/angular-cli/commit/0f02b0011bea5bb7fff935d46768b32455ebb05e) | fix | handle `codeCoverageExclude` correctly in Windows | |
277 |
| -| [1fc7d4f56](https://github.com/angular/angular-cli/commit/1fc7d4f56b00f6aa6f2ebb4db7675e84c94062a2) | fix | ignore supported browsers during i18n extraction | |
278 |
| - |
279 |
| -### @angular-devkit/core |
280 |
| - |
281 |
| -| Commit | Type | Description | |
282 |
| -| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------ | |
283 |
| -| [1af3f71aa](https://github.com/angular/angular-cli/commit/1af3f71aa26047a6baac815c0495b1a676c2c861) | fix | workspace writer skip creating empty projects property | |
284 |
| - |
285 |
| -## Special Thanks |
286 |
| - |
287 |
| -Alan Agius, Charles Lyding, Doug Parker, Paul Gschwendtner and renovate[bot] |
288 |
| - |
289 |
| -<!-- CHANGELOG SPLIT MARKER --> |
290 |
| - |
291 | 213 | <a name="14.0.3"></a>
|
292 | 214 |
|
293 | 215 | # 14.0.3 (2022-06-23)
|
@@ -320,35 +242,6 @@ Alan Agius, Charles Lyding and Paul Gschwendtner
|
320 | 242 |
|
321 | 243 | <!-- CHANGELOG SPLIT MARKER -->
|
322 | 244 |
|
323 |
| -<a name="14.1.0-next.1"></a> |
324 |
| - |
325 |
| -# 14.1.0-next.1 (2022-06-15) |
326 |
| - |
327 |
| -### @angular/cli |
328 |
| - |
329 |
| -| Commit | Type | Description | |
330 |
| -| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------- | |
331 |
| -| [82ec1af4e](https://github.com/angular/angular-cli/commit/82ec1af4e1e34fe5b18db328b4bce6405a03c7b8) | fix | show more actionable error when command is ran in wrong scope | |
332 |
| - |
333 |
| -### @schematics/angular |
334 |
| - |
335 |
| -| Commit | Type | Description | |
336 |
| -| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------- | |
337 |
| -| [7cbbf2f2b](https://github.com/angular/angular-cli/commit/7cbbf2f2ba83d27812e9b83859524937dad31fb1) | fix | remove vscode testing configurations for `minimal` workspaces | |
338 |
| - |
339 |
| -### @angular-devkit/build-angular |
340 |
| - |
341 |
| -| Commit | Type | Description | |
342 |
| -| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------- | |
343 |
| -| [b06ae5514](https://github.com/angular/angular-cli/commit/b06ae55140c01f8b5107527fd0af1da3b04a721f) | feat | add service worker support to experimental esbuild builder | |
344 |
| -| [1f66edebc](https://github.com/angular/angular-cli/commit/1f66edebcc968ed01acd06506226f5cd60c71afe) | fix | replace fallback locale for `en-US` | |
345 |
| - |
346 |
| -## Special Thanks |
347 |
| - |
348 |
| -Alan Agius, Charles Lyding, Jason Bedard and Julien Marcou |
349 |
| - |
350 |
| -<!-- CHANGELOG SPLIT MARKER --> |
351 |
| - |
352 | 245 | <a name="14.0.2"></a>
|
353 | 246 |
|
354 | 247 | # 14.0.2 (2022-06-15)
|
@@ -393,28 +286,6 @@ Alan Agius
|
393 | 286 |
|
394 | 287 | <!-- CHANGELOG SPLIT MARKER -->
|
395 | 288 |
|
396 |
| -<a name="14.1.0-next.0"></a> |
397 |
| - |
398 |
| -# 14.1.0-next.0 (2022-06-08) |
399 |
| - |
400 |
| -### @schematics/angular |
401 |
| - |
402 |
| -| Commit | Type | Description | |
403 |
| -| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------- | |
404 |
| -| [707911d42](https://github.com/angular/angular-cli/commit/707911d423873623d4201d2fbce4a294ab73a135) | feat | support controlling `addDependency` utility rule install behavior | |
405 |
| - |
406 |
| -### @angular-devkit/schematics |
407 |
| - |
408 |
| -| Commit | Type | Description | |
409 |
| -| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------- | |
410 |
| -| [526cdb263](https://github.com/angular/angular-cli/commit/526cdb263a8c74ad228f584f70dc029aa69351d7) | feat | allow `chain` rule to accept iterables of rules | |
411 |
| - |
412 |
| -## Special Thanks |
413 |
| - |
414 |
| -Alan Agius, Charles Lyding, Doug Parker, Jason Bedard and Joey Perrott |
415 |
| - |
416 |
| -<!-- CHANGELOG SPLIT MARKER --> |
417 |
| - |
418 | 289 | <a name="14.0.1"></a>
|
419 | 290 |
|
420 | 291 | # 14.0.1 (2022-06-08)
|
|
0 commit comments