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

Commit dce4446

Browse files
dgp1130alan-agius4
authored andcommitted
docs: update CHANGELOG.md with v13.0.0-rc.0
(cherry picked from commit f0a0015)
1 parent 24b8ea6 commit dce4446

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
<a name="13.0.0-rc.0"></a>
2+
3+
# 13.0.0-rc.0 (2021-10-14)
4+
5+
## Breaking Changes
6+
7+
### @nguniversal/common
8+
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.
10+
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+
13+
### @nguniversal/builders
14+
15+
| Commit | Type | Description |
16+
| ------------------------------------------------------------------------------------------------ | ---- | -------------------------------------------- |
17+
| [6ba411cd](https://github.com/angular/universal/commit/6ba411cd8c8c18d2f334d7182fee65402a118d42) | fix | index.original.html should be used if exists |
18+
19+
### @nguniversal/common
20+
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 `''` |
26+
27+
## Special Thanks
28+
29+
Alan Agius, Doug Parker, Douglas Parker, Javier Infante and ikeq
30+
131
<a name="12.1.1"></a>
232

333
# 12.1.1 (2021-09-30)

0 commit comments

Comments
 (0)