github angular/universal v12.0.0-next.0

latest releases: 16.2.0, 16.1.3, 16.2.0-rc.0...
pre-release3 years ago

commit dbad8e9
Author: Alan Agius alan.agius4@gmail.com
Date: Fri Feb 26 20:48:41 2021 +0100

fix(@nguniversal/common): inline critical font-face rules when using critical css inlining

When critical font rules are not inlined it will cause blinking as during first render the fallback font will be rendered.

Closes #2002

commit 9808791
Author: Alan Agius alan.agius4@gmail.com
Date: Mon Feb 8 17:53:22 2021 +0100

fix(@nguniversal/builders): fix development mode ignored stdout message

commit fb43b82
Author: Alan Agius alan.agius4@gmail.com
Date: Mon Feb 8 14:24:12 2021 +0100

build: update Angular versions to v11.2

commit f27be11
Author: Alan Agius alan.agius4@gmail.com
Date: Mon Feb 8 14:26:01 2021 +0100

feat(@nguniversal/builders): add SSL support for dev-server

With this change we add SSL support to the SSR dev-server. We expose 3 new options;

- `ssl`: Turn on/off HTTPs
- `sslKey`: SSL key to use for serving HTTPS
- `sslCert`: SSL certificate to use for serving HTTPS

Closes #1633

commit 68b392a
Author: Alan Agius alan.agius4@gmail.com
Date: Mon Feb 8 11:49:04 2021 +0100

fix(@nguniversal/builders): bundle critters in common engine.

critters is shipped with ES2015 this that we cannot extend it when we use the UMD because a downlevelled class cannot extend an ES2015 class as it will cause `cannot be invoked without 'new'`

With this change, critters will be included in the UMD bundle and downelevelled which would result in us being able to extend it.

Closes #1970

commit 0404faf
Author: Alan Agius alan.agius4@gmail.com
Date: Mon Feb 8 09:19:54 2021 +0100

build: set minimum Node.js version to 12.13

BREAKING CHANGE:
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.

Don't miss a new universal release

NewReleases is sending notifications on new releases.