github angular/universal v9.0.0-next.4

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

commit 69149de
Author: vikerman viks@google.com
Date: Tue Oct 15 14:09:47 2019 -0700

release: v9.0.0-next.4

commit d91c25f
Author: vikerman viks@google.com
Date: Tue Oct 15 13:47:16 2019 -0700

fix: set supported node version to '>=10.13.0 <13.0.0'

commit 7010d28
Author: vikerman viks@google.com
Date: Tue Oct 15 13:40:03 2019 -0700

chore: update peer deps

commit f38dc0a
Author: Alan Agius alan.agius4@gmail.com
Date: Sat Oct 12 13:25:45 2019 +0200

ci: update key cache to have more cache hits

With this change we should get more cache hit rates since previously all PRs had a different cache key

commit 135ad56
Author: Alan Agius alan.agius4@gmail.com
Date: Tue Oct 15 13:39:15 2019 +0200

fix(hapi-engine, express-engine): `distFolder` const should contain the path to the contents of browser build

commit 4b20ee3
Author: Alan Agius alan.agius4@gmail.com
Date: Tue Oct 15 20:47:21 2019 +0200

feat: add tslib as peerDependency (#1278)

nguniversal relied on a hidden dependency of `tslib` due to `importHelpers`
https://github.com/angular/universal/blob/5798f198db1fb0bce9dbfb850751429a3724084a/modules/bazel-tsconfig-build.json#L11 which was previously installed by the Angular framework. This, however changed with this PR https://github.com/angular/angular/pull/32167

With this change we now list `tslib` as a required peerDepedency.

Users not using the CLI will need to manually install `tslib` via;
```
yarn add tslib
```
or
```
npm install tslib --save
```

Reference: TOOL-836

commit 5798f19
Author: Alan Agius alan.agius4@gmail.com
Date: Tue Oct 8 15:56:18 2019 +0200

fix(express-engine, hapi-engine): remove `@nguniversal/module-map-ngfactory-loader` during `ng update`

String based lazy loading syntax is not support with Ivy and hence `@nguniversal/module-map-ngfactory-loader` is no longer required.

When not removed the application is left in a broken state with the following runtime error

```
NullInjectorError: R3InjectorError[router_RouterModule -> router_Router -> NgModuleFactoryLoader -> InjectionToken MODULE_MAP -> InjectionToken MODULE_MAP -> InjectionToken MODULE_MAP]:
```

Fixes: #1272

commit 9674ebf
Author: Alan Agius alan.agius4@gmail.com
Date: Sat Oct 5 13:22:15 2019 +0200

fix(common): update server main option when using `ng add/ng update`

The server target main option needs to be updated when running the add schematic to point to the server.ts entrypoint

commit 4d661f2
Author: vikerman vikerman@users.noreply.github.com
Date: Fri Oct 4 13:21:53 2019 -0700

doc: fix toc again

commit b571e4b
Author: vikerman vikerman@users.noreply.github.com
Date: Fri Oct 4 13:21:16 2019 -0700

doc: fix toc

- remove old migration guide

commit 2f12e7e
Author: vikerman vikerman@users.noreply.github.com
Date: Fri Oct 4 13:20:20 2019 -0700

doc: typo

commit 947a699
Author: vikerman vikerman@users.noreply.github.com
Date: Fri Oct 4 13:19:25 2019 -0700

doc: fix "Getting Started" link in README

Don't miss a new universal release

NewReleases is sending notifications on new releases.