Skip to content

v12.0.0

Compare
Choose a tag to compare
@kyliau kyliau released this 12 May 22:56

Bug Fixes

  • @nguniversal/common: add missing schematics key in package.json (39b4d85)
  • @nguniversal/common: combine path using posix.join (5f61b28)
  • @nguniversal/common: remove esModuleInterop from tsconfig.server.json (fe979e4)
  • @nguniversal/common: update helper scripts use production by default (e0a401c)
  • @nguniversal/aspnetcore-engine: correctly set publicPath (8bda041)
  • @nguniversal/builders: bundle critters in common engine. (68b392a), closes #1970
  • @nguniversal/builders: fix development mode ignored stdout message (9808791)
  • @nguniversal/common: inline critical font-face rules when using critical css inlining (dbad8e9), closes #2002
  • @nguniversal/common-engine: ReferenceError: URL is not defined (09207ad), closes #1974
  • @nguniversal/hapi-engine: fix incorrect peer dependency on hapi (7b5ed97), closes #1969

Features

  • @nguniversal/builders: add static page generator builder using Angular SSR Clover (2066f18)
  • @nguniversal/builders: add support for proxy configuration in ssr-dev-server (6ef0de8), closes #1757
  • @nguniversal/common: add experimental SSR project Clover (c4b7be3)
  • @nguniversal/common: add ng-add schematic (dcb1438)
  • @nguniversal/common: expose common engine public api (7e8fcec)
  • @nguniversal/common: update schematics to use defaultConfiguration (e6124bf)
  • @nguniversal/builders: add SSL support for dev-server (f27be11), closes #1633
  • @nguniversal/common: enable inlining of critical CSS by default (3dddb75)

BREAKING CHANGES

  • Node.js version 10 will become EOL on 2021-04-30.
    Angular CLI 12 will require Node.js 12.13+ or 14.15+. Node.js 12.13 and 14.15 are the first LTS releases for their respective majors.