|
1 | | -<a name="13.0.0-rc.0"></a> |
| 1 | +<a name="13.0.0"></a> |
2 | 2 |
|
3 | | -# 13.0.0-rc.0 (2021-10-14) |
4 | | - |
5 | | -## Breaking Changes |
| 3 | +# 13.0.0 (2021-11-03) |
6 | 4 |
|
7 | 5 | ### @nguniversal/common |
8 | 6 |
|
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 `''` | |
10 | 11 |
|
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 |
12 | 13 |
|
13 | | -### @nguniversal/builders |
| 14 | +Alan Agius, Doug Parker, Douglas Parker, HyperLifelll9, Keen Yee Liau and ikeq |
14 | 15 |
|
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) |
18 | 19 |
|
19 | 20 | ### @nguniversal/common |
20 | 21 |
|
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 |
26 | 47 |
|
27 | 48 | ## Special Thanks |
28 | 49 |
|
29 | | -Alan Agius, Doug Parker, Douglas Parker, Javier Infante and ikeq |
| 50 | +Alan Agius and Doug Parker |
30 | 51 |
|
31 | 52 | <a name="12.1.1"></a> |
32 | 53 |
|
|
0 commit comments