Skip to content

Latest commit

 

History

History
217 lines (103 loc) · 9.26 KB

CHANGELOG.md

File metadata and controls

217 lines (103 loc) · 9.26 KB

Change Log (DEPRECATED)

SEE https://github.com/angular/universal/releases FOR RELEASE BASED CHANGELOG

8.1.1 (2019-07-04)

Bug Fixes

8.1.0 (2019-07-03)

Bug Fixes

  • express-engine: add bundleDependencies and lazy-loading fixes (#1167) (d8be7af)
  • hapi-engine: add bundleDependencies and lazy-loading fixes (#1188) (e688092)
  • hapi-engine: fix broken unit test (6ef8e47)

Features

  • hapi-engine: add ModuleMapLoaderModule to the app server imports during ng-add (#1143) (81af213)

7.1.1 (2019-03-07)

Features

  • express-engine: add ModuleMapLoaderModule to the app server imports during ng-add (#1130) (e776dfc)

7.1.0 (2019-01-19)

Bug Fixes

  • common: check if DOMContentLoaded already fired (#1104) (0e38dd1)
  • common: check if readyState is interactive not loaded (#1109) (e80b2f1)
  • express-engine: remove unneeded dep from schematics server (#1090) (cfa3909)
  • readme: use circle ci build badge, update img url, add socketengine (#1111) (abcfbfb)

Features

  • hapi-engine: add schematics (#1057) (a4bf3d9)
  • modules: pass in absolute URL as default for view rendering (#897) (77e298a)

7.0.2 (2018-10-18)

7.0.0 (2018-10-18)

7.0.0-rc.1 (2018-10-12)

Bug Fixes

  • express-engine: modify dist directories to provide consistent access (#1082) (4dc0482)

7.0.0-rc.0 (2018-10-11)

Bug Fixes

Features

  • express-engine: add option to skip Universal schematic (#1059) (9ebb943)
  • socket-engine: add providers parameter (#1072) (c16860c)

6.1.0 (2018-08-23)

Bug Fixes

  • common: fixup secondary entrypoints (#1017) (7bb0e9b)
  • common: remove internal monicker for FileLoader (#1009) (23f0d0f)
  • express-engine: add server configuration to schematics (#1056) (b031a26)

Features

BREAKING CHANGES

  • hapi: * The ngHapiEngine is no longer supported for Hapi v16. The RESPONSE token provided under @nguniversal/hapi-engine/tokens now uses the new ResponseToolkit, which is unavailable in Hapi v16. Updated instructions are available in the package's README

6.0.0 (2018-05-03)

6.0.0-rc.2 (2018-04-24)

6.0.0-rc.1 (2018-04-24)

6.0.0-rc.0 (2018-04-24)

Features

  • common: enable StateTransferInitializerModule (#948) (6ff2844)

6.0.0-rc.0 (2018-04-24)

Features

  • common: enable StateTransferInitializerModule (#948) (6ff2844)

5.0.0 (2018-04-02)

5.0.0-beta.8 (2018-03-23)

build

  • fix secondary entrypoints and bundle with APF v5 (#940) (ce1baff)

5.0.0-beta.7 (2018-03-21)

build

Features

  • common: introduce StateTransferInitializerModule (#916) (5aef476)

5.0.0-beta.6 (2018-02-28)

Bug Fixes

  • express-engine: node 9 strict engine error (853) (e4a9775), closes 851
  • aspnetcore-engine: fix ServerTransferStateModule and TransferState (889) (14c7616)

BREAKING CHANGE:

The tokens for express-engine and hapi-engine are now imported at top-level. Do the following:

import {REQUEST, RESPONSE} from '@nguniversal/express-engine';

instead of

import {REQUEST, RESPONSE} from '@nguniversal/express-engine/tokens';

Note: there is a slight bundling/tree-shaking issue with this new structure which should be resolved in the next release. The current workaround is to temporarily downgrade to the previous version.

Features

  • engines: add optional url and document to render options (#810) (90b445b)
  • build: add unit testing with karma (891) (a4d9f14b)

5.0.0-beta.5 (2017-10-31)