Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 7bd0e3f

Browse files
committed
docs: update CHANGELOG for v13.0.0
Also includes release notes for `v12.1.2` and `v12.1.3` which were previously missed. They should align with existing GitHub releases.
1 parent e316904 commit 7bd0e3f

File tree

1 file changed

+37
-16
lines changed

1 file changed

+37
-16
lines changed

CHANGELOG.md

Lines changed: 37 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,53 @@
1-
<a name="13.0.0-rc.0"></a>
1+
<a name="13.0.0"></a>
22

3-
# 13.0.0-rc.0 (2021-10-14)
4-
5-
## Breaking Changes
3+
# 13.0.0 (2021-11-03)
64

75
### @nguniversal/common
86

9-
- Inlining of critical CSS is no longer enable by default. Users already on Angular version 12 and have not opted-out from using this feature are encouraged to opt-in using the `inlineCriticalCss` option.
7+
| Commit | Type | Description |
8+
| ------------------------------------------------------------------------------------------------ | ---- | -------------------------------------------------------- |
9+
| [838e478e](https://github.com/angular/universal/commit/838e478e5421b918cd51f7bfbb7ba51be1cb7604) | feat | officially support Node.js v16 |
10+
| [b94bcd11](https://github.com/angular/universal/commit/b94bcd118eb489abf9822ed49c1a725e8b1c8fb8) | fix | inlineCriticalCssProcessor `outputPath` fallback to `''` |
1011

11-
The motivation behind this change is that the package used to parse the CSS has a number of defects which can lead to unactionable error messages when updating to Angular 13 from versions priors to 12. Such errors can be seen in the following issue https://github.com/angular/angular-cli/issues/20760.
12+
## Special Thanks
1213

13-
### @nguniversal/builders
14+
Alan Agius, Doug Parker, Douglas Parker, HyperLifelll9, Keen Yee Liau and ikeq
1415

15-
| Commit | Type | Description |
16-
| ------------------------------------------------------------------------------------------------ | ---- | -------------------------------------------- |
17-
| [6ba411cd](https://github.com/angular/universal/commit/6ba411cd8c8c18d2f334d7182fee65402a118d42) | fix | index.original.html should be used if exists |
16+
<a name="12.1.3"></a>
17+
18+
# 12.1.3 (2021-10-27)
1819

1920
### @nguniversal/common
2021

21-
| Commit | Type | Description |
22-
| ------------------------------------------------------------------------------------------------ | ---- | -------------------------------------------------------- |
23-
| [357411dd](https://github.com/angular/universal/commit/357411ddb344c030455937f9b0c8ba62c4eafae4) | feat | disable critical CSS inlining by default |
24-
| [838e478e](https://github.com/angular/universal/commit/838e478e5421b918cd51f7bfbb7ba51be1cb7604) | feat | officially support Node.js v16 |
25-
| [b94bcd11](https://github.com/angular/universal/commit/b94bcd118eb489abf9822ed49c1a725e8b1c8fb8) | fix | inlineCriticalCssProcessor `outputPath` fallback to `''` |
22+
| Commit | Type | Description |
23+
| ------------------------------------------------------------------------------------------------ | ---- | ------------------------------------- |
24+
| [6819d0c3](https://github.com/angular/universal/commit/6819d0c32f755db80a1d34d15473cf47daf32bcf) | fix | update `critters` to version `0.0.12` |
25+
26+
### @nguniversal/builders
27+
28+
| Commit | Type | Description |
29+
| ------------------------------------------------------------------------------------------------ | ---- | --------------------------------- |
30+
| [7adc8f9a](https://github.com/angular/universal/commit/7adc8f9a96e02eda415c3205012e06c0728b7651) | fix | correctly handle multiple proxies |
31+
32+
### @nguniversal/express-engine
33+
34+
| Commit | Type | Description |
35+
| ------------------------------------------------------------------------------------------------ | ---- | --------------------------------------------------------------------- |
36+
| [cfe47ff0](https://github.com/angular/universal/commit/cfe47ff02e702a1758ea0d9ff170f815db929e1b) | fix | update schematic to be `noPropertyAccessFromIndexSignature` compliant |
37+
38+
## Special Thanks
39+
40+
Alan Agius and Doug Parker
41+
42+
<a name="12.1.2"></a>
43+
44+
# 12.1.2 (2021-10-21)
45+
46+
Update critters to version 0.0.11
2647

2748
## Special Thanks
2849

29-
Alan Agius, Doug Parker, Douglas Parker, Javier Infante and ikeq
50+
Alan Agius and Doug Parker
3051

3152
<a name="12.1.1"></a>
3253

0 commit comments

Comments
 (0)