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

v13.0.0-rc.0

Pre-release
Pre-release

Choose a tag to compare

@dgp1130 dgp1130 released this 14 Oct 21:42

13.0.0-rc.0 (2021-10-14)

Breaking Changes

@nguniversal/common

  • 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.

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 angular/angular-cli#20760.

@nguniversal/builders

Commit Description
fix - 6ba411cd index.original.html should be used if exists

@nguniversal/common

Commit Description
feat - 357411dd disable critical CSS inlining by default
feat - 838e478e officially support Node.js v16
fix - b94bcd11 inlineCriticalCssProcessor outputPath fallback to ''

Special Thanks

Alan Agius, Doug Parker, Douglas Parker, Javier Infante and ikeq