Skip to content

Commit 5943722

Browse files
committed
docs: release notes for the v13.1.0 release
1 parent ac71895 commit 5943722

File tree

1 file changed

+23
-134
lines changed

1 file changed

+23
-134
lines changed

CHANGELOG.md

Lines changed: 23 additions & 134 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
1-
<a name="13.1.0-rc.0"></a>
1+
<a name="13.1.0"></a>
22

3-
# 13.1.0-rc.0 (2021-12-09)
3+
# 13.1.0 (2021-12-09)
44

55
### @angular/cli
66

7-
| Commit | Type | Description |
8-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------- |
9-
| [0b6071af3](https://github.com/angular/angular-cli/commit/0b6071af3a51e7d3f38a661bd4e0a3c3e81aff2f) | fix | `ng doc` does open browser on Windows |
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------ |
9+
| [56f802b7d](https://github.com/angular/angular-cli/commit/56f802b7dd26bfc774b6b00982a1dbbe0bafddd0) | feat | ask to install angular-eslint when running ng lint in new projects |
10+
| [ecd9fb5c7](https://github.com/angular/angular-cli/commit/ecd9fb5c774b6301348c4514da04d58ae8903d06) | feat | provide more detailed error for not found builder |
11+
| [0b6071af3](https://github.com/angular/angular-cli/commit/0b6071af3a51e7d3f38a661bd4e0a3c3e81aff2f) | fix | `ng doc` does open browser on Windows |
1012

1113
### @schematics/angular
1214

13-
| Commit | Type | Description |
14-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------ |
15-
| [f95cc8281](https://github.com/angular/angular-cli/commit/f95cc8281a64bd9ac19e0fa5d92cb0a6ee8c32ec) | feat | generate new projects using TypeScript 4.5 |
15+
| Commit | Type | Description |
16+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------- |
17+
| [d5d9f042f](https://github.com/angular/angular-cli/commit/d5d9f042f2ea42573b7ff4fab90cab85d0c5ec0b) | feat | add VS Code configurations when generating a new workspace |
18+
| [f95cc8281](https://github.com/angular/angular-cli/commit/f95cc8281a64bd9ac19e0fa5d92cb0a6ee8c32ec) | feat | generate new projects using TypeScript 4.5 |
19+
| [21809e14c](https://github.com/angular/angular-cli/commit/21809e14cd5c666c82fdaebc9e601341dfb76d0a) | feat | loosen project name validation |
1620

1721
### @angular-devkit/schematics-cli
1822

@@ -24,20 +28,30 @@
2428

2529
| Commit | Type | Description |
2630
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------- |
31+
| [bc8563760](https://github.com/angular/angular-cli/commit/bc856376039287cf5fb6135ca5da65a9000f5664) | feat | add estimated transfer size to build output report |
32+
| [bc17cf0cd](https://github.com/angular/angular-cli/commit/bc17cf0cdd02bf50758e510756a26e6e6ca32d14) | feat | colorize file raw sizes based on failing budgets |
33+
| [3c681b68d](https://github.com/angular/angular-cli/commit/3c681b68d7a32f1cfaf3feee6b2e02cc6e0f0568) | feat | set `dir` attribute when using localization |
34+
| [6d0f99a2d](https://github.com/angular/angular-cli/commit/6d0f99a2deef957c15836c172b9f68f716f836a4) | feat | support JSON comments in dev-server proxy configuration file |
35+
| [9300545e6](https://github.com/angular/angular-cli/commit/9300545e6148b4548cc02bb6a311a2f0e2bb79c5) | feat | watch i18n translation files with dev server |
2736
| [9bacba342](https://github.com/angular/angular-cli/commit/9bacba3420cda7897091522415a8d55cf1b75106) | fix | differentiate components and global styles using file query instead of filename |
37+
| [7408511da](https://github.com/angular/angular-cli/commit/7408511da555f37560ca7e3b536e15dfc8f6a1e5) | fix | display cleaner errors |
2838
| [d55fc62ef](https://github.com/angular/angular-cli/commit/d55fc62ef2f8bc7a6f1190f56f8e8b64c9195263) | fix | fallback to use language ID to set the `dir` attribute |
39+
| [4c288b8bd](https://github.com/angular/angular-cli/commit/4c288b8bd28e7215887aa52025c4fa41fcf7bc01) | fix | lazy modules bundle budgets |
2940
| [562dc6a89](https://github.com/angular/angular-cli/commit/562dc6a8924826509d9012b2c0fe61c089077399) | fix | prefer ES2015 entrypoints when application targets ES2019 or lower |
3041
| [ac66e400c](https://github.com/angular/angular-cli/commit/ac66e400cddc81bde46949d1abe4560185dfbedb) | fix | Sass compilation in StackBlitz webcontainers |
42+
| [e1bac5bbb](https://github.com/angular/angular-cli/commit/e1bac5bbb36f391b89445ba61abe561c75746f30) | fix | update Angular peer dependencies to v13.1 prerelease |
43+
| [789ddfaeb](https://github.com/angular/angular-cli/commit/789ddfaeb0fcbc9aab1581384b88c3618e606c4b) | perf | disable webpack backwards compatible APIs |
3144

3245
### @ngtools/webpack
3346

3447
| Commit | Type | Description |
3548
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------- |
49+
| [5402f99f8](https://github.com/angular/angular-cli/commit/5402f99f8ad20e0a57456a416a992415fc6332bd) | fix | add `cjs` and `mjs` to passthrough files |
3650
| [10d4ede2d](https://github.com/angular/angular-cli/commit/10d4ede2de42dfc302dcb4c5790274290170568d) | fix | handle promise rejection during Angular program analyzes |
3751

3852
## Special Thanks
3953

40-
Alan Agius, Doug Parker and Ferdinand Malcher
54+
Alan Agius, Charles Lyding, Doug Parker, Ferdinand Malcher, Joey Perrott and Ruslan Lekhman
4155

4256
<!-- CHANGELOG SPLIT MARKER -->
4357

@@ -60,50 +74,6 @@ Alan Agius and Doug Parker
6074

6175
<!-- CHANGELOG SPLIT MARKER -->
6276

63-
<a name="13.1.0-next.3"></a>
64-
65-
# 13.1.0-next.3 (2021-12-01)
66-
67-
### @angular/cli
68-
69-
| Commit | Type | Description |
70-
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------------------------- |
71-
| [56f802b7d](https://github.com/angular/angular-cli/commit/56f802b7dd26bfc774b6b00982a1dbbe0bafddd0) | feat | ask to install angular-eslint when running ng lint in new projects |
72-
| [b9cd68f69](https://github.com/angular/angular-cli/commit/b9cd68f691e529708859a0bedb3db0a563943a72) | fix | exit with a non-zero error code when migration fails during `ng update` |
73-
| [1e9e890bb](https://github.com/angular/angular-cli/commit/1e9e890bb08ef2eea1ae9578c711922d4c3ac190) | fix | logic which determines which temp version of the CLI is to be download during `ng update` |
74-
75-
### @schematics/angular
76-
77-
| Commit | Type | Description |
78-
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------- |
79-
| [d5d9f042f](https://github.com/angular/angular-cli/commit/d5d9f042f2ea42573b7ff4fab90cab85d0c5ec0b) | feat | add VS Code configurations when generating a new workspace |
80-
| [37a723945](https://github.com/angular/angular-cli/commit/37a723945879a2c8884ec73276681ee49a6e36a8) | fix | address eslint linting failures in `test.ts` |
81-
82-
### @angular-devkit/build-angular
83-
84-
| Commit | Type | Description |
85-
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------------------------------------------------- |
86-
| [bc17cf0cd](https://github.com/angular/angular-cli/commit/bc17cf0cdd02bf50758e510756a26e6e6ca32d14) | feat | colorize file raw sizes based on failing budgets |
87-
| [3c681b68d](https://github.com/angular/angular-cli/commit/3c681b68d7a32f1cfaf3feee6b2e02cc6e0f0568) | feat | set `dir` attribute when using localization |
88-
| [9300545e6](https://github.com/angular/angular-cli/commit/9300545e6148b4548cc02bb6a311a2f0e2bb79c5) | feat | watch i18n translation files with dev server |
89-
| [52c6c3df3](https://github.com/angular/angular-cli/commit/52c6c3df33929d79c233282f6851e2be2f04c343) | fix | correctly extract messages when using cached build ([#22266](https://github.com/angular/angular-cli/pull/22266)) |
90-
| [7408511da](https://github.com/angular/angular-cli/commit/7408511da555f37560ca7e3b536e15dfc8f6a1e5) | fix | display cleaner errors |
91-
| [6bdc26c60](https://github.com/angular/angular-cli/commit/6bdc26c6091c604f6139e349e30db25a8768c646) | fix | don't watch nested `node_modules` when polling is enabled |
92-
| [4c288b8bd](https://github.com/angular/angular-cli/commit/4c288b8bd28e7215887aa52025c4fa41fcf7bc01) | fix | lazy modules bundle budgets |
93-
| [5805c7859](https://github.com/angular/angular-cli/commit/5805c7859981212619ced49694374a2c812f2148) | fix | transform remapped sourcemap into a plain object |
94-
95-
### @ngtools/webpack
96-
97-
| Commit | Type | Description |
98-
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- |
99-
| [b3f71c51b](https://github.com/angular/angular-cli/commit/b3f71c51bffba35373259ab1283c8de3b7c1788e) | fix | JIT mode CommonJS accessing inexistent `default` property |
100-
101-
## Special Thanks
102-
103-
Alan Agius, Billy Lando, Charles Lyding, David-Emmanuel DIVERNOIS, Derek Cormier and Doug Parker
104-
105-
<!-- CHANGELOG SPLIT MARKER -->
106-
10777
<a name="13.0.4"></a>
10878

10979
# 13.0.4 (2021-12-01)
@@ -141,36 +111,6 @@ Alan Agius, Billy Lando, David-Emmanuel DIVERNOIS and Derek Cormier
141111

142112
<!-- CHANGELOG SPLIT MARKER -->
143113

144-
<a name="13.1.0-next.2"></a>
145-
146-
# 13.1.0-next.2 (2021-11-17)
147-
148-
### @angular/cli
149-
150-
| Commit | Type | Description |
151-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------- |
152-
| [ecd9fb5c7](https://github.com/angular/angular-cli/commit/ecd9fb5c774b6301348c4514da04d58ae8903d06) | feat | provide more detailed error for not found builder |
153-
154-
### @schematics/angular
155-
156-
| Commit | Type | Description |
157-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------ |
158-
| [21809e14c](https://github.com/angular/angular-cli/commit/21809e14cd5c666c82fdaebc9e601341dfb76d0a) | feat | loosen project name validation |
159-
160-
### @angular-devkit/build-angular
161-
162-
| Commit | Type | Description |
163-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ |
164-
| [bc8563760](https://github.com/angular/angular-cli/commit/bc856376039287cf5fb6135ca5da65a9000f5664) | feat | add estimated transfer size to build output report |
165-
| [6d0f99a2d](https://github.com/angular/angular-cli/commit/6d0f99a2deef957c15836c172b9f68f716f836a4) | feat | support JSON comments in dev-server proxy configuration file |
166-
| [789ddfaeb](https://github.com/angular/angular-cli/commit/789ddfaeb0fcbc9aab1581384b88c3618e606c4b) | perf | disable webpack backwards compatible APIs |
167-
168-
## Special Thanks
169-
170-
Alan Agius, Charles Lyding, Doug Parker, Joey Perrott and Krzysztof Platis
171-
172-
<!-- CHANGELOG SPLIT MARKER -->
173-
174114
<a name="13.0.3"></a>
175115

176116
# 13.0.3 (2021-11-17)
@@ -181,41 +121,6 @@ Alan Agius, Joey Perrott and Krzysztof Platis
181121

182122
<!-- CHANGELOG SPLIT MARKER -->
183123

184-
<a name="13.1.0-next.1"></a>
185-
186-
# 13.1.0-next.1 (2021-11-10)
187-
188-
### @angular/cli
189-
190-
| Commit | Type | Description |
191-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------ |
192-
| [4a5ca162c](https://github.com/angular/angular-cli/commit/4a5ca162c36a4ed9292ae2bf7e9eb8c31cadd349) | fix | avoid redirecting @angular/core in Angular migrations |
193-
| [b7b1325a6](https://github.com/angular/angular-cli/commit/b7b1325a67a291c32ffcaf378f408380d38549bd) | fix | favor ng-update `packageGroupName` in ng update output |
194-
195-
### @schematics/angular
196-
197-
| Commit | Type | Description |
198-
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------- |
199-
| [e9d2d98e8](https://github.com/angular/angular-cli/commit/e9d2d98e89936f2e56e175094f20b44b3f3e4b20) | fix | migrate ng-packagr configurations in package.json |
200-
| [950b430c0](https://github.com/angular/angular-cli/commit/950b430c01d0f567180fc481cbb849389dc28ef2) | fix | show warning when migrating ng-packagr JS configurations |
201-
| [cf67f2629](https://github.com/angular/angular-cli/commit/cf67f2629d9c5307669ef2dac671210e63abd116) | fix | updated Angular new project version to v13.0.0 |
202-
203-
### @angular-devkit/build-angular
204-
205-
| Commit | Type | Description |
206-
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------- |
207-
| [47fd128a0](https://github.com/angular/angular-cli/commit/47fd128a06e7c6305b5f15f6fcc8098ae97e77e5) | fix | don't restore `input` of type `file` during HMR |
208-
| [3a89358d3](https://github.com/angular/angular-cli/commit/3a89358d3318aa736637cea1cbdb55534d2b531b) | fix | don't show `[NG HMR] Unknown input type` when restoring file type input |
209-
| [5990ed91c](https://github.com/angular/angular-cli/commit/5990ed91cd90535b5ff160416d5b2886b0f1d78f) | fix | improve sourcemap fidelity during code-coverage |
210-
| [b3e588801](https://github.com/angular/angular-cli/commit/b3e588801da324d84eb683eab4149274d58338e2) | fix | suppress "@charset" must be the first rule in the file warning |
211-
| [e1bac5bbb](https://github.com/angular/angular-cli/commit/e1bac5bbb36f391b89445ba61abe561c75746f30) | fix | update Angular peer dependencies to v13.1 prerelease |
212-
213-
## Special Thanks
214-
215-
Alan Agius, Charles Lyding, Doug Parker, Joey Perrott and Paul Gschwendtner
216-
217-
<!-- CHANGELOG SPLIT MARKER -->
218-
219124
<a name="13.0.2"></a>
220125

221126
# 13.0.2 (2021-11-10)
@@ -266,22 +171,6 @@ Charles Lyding and Joey Perrott
266171

267172
<!-- CHANGELOG SPLIT MARKER -->
268173

269-
<a name="13.1.0-next.0"></a>
270-
271-
# 13.1.0-next.0 (2021-11-03)
272-
273-
### @ngtools/webpack
274-
275-
| Commit | Type | Description |
276-
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------- |
277-
| [5402f99f8](https://github.com/angular/angular-cli/commit/5402f99f8ad20e0a57456a416a992415fc6332bd) | fix | add `cjs` and `mjs` to passthrough files |
278-
279-
## Special Thanks
280-
281-
Alan Agius, Charles Lyding, Doug Parker, Joey Perrott and Ruslan Lekhman
282-
283-
<!-- CHANGELOG SPLIT MARKER -->
284-
285174
<a name="12.2.13"></a>
286175

287176
# 12.2.13 (2021-11-03)

0 commit comments

Comments
 (0)