Skip to content

Releases: angular/universal

v14.2.3

23 Nov 18:24
Compare
Choose a tag to compare

14.2.3 (2022-11-23)

@nguniversal/express-engine

Commit Description
fix - 7ebba3cf fix formatting in generated server.ts

@nguniversal/builders

Commit Description
fix - ba967baa Initialize zone.js once in rendering workers

Special Thanks

Alan Agius

v15.0.0

16 Nov 20:28
Compare
Choose a tag to compare

15.0.0 (2022-11-16)

Breaking Changes

@nguniversal/common

  • Angular universal no longer supports Node.js versions 14.[15-19].x and 16.[10-12].x. Current supported versions of Node.js are 14.20.x, 16.13.x and 18.10.x.

@nguniversal/express-engine

  • deprecated appDir option was removed from the express-engine ng add schematic. This option was previously unused.

@nguniversal/express-engine

Commit Description
fix - 6d5500d7 fix formatting in generated server.ts
refactor - 905c0ae1 remove deprecated appDir option

@nguniversal/builders

Commit Description
feat - fef00f90 add ng-server-context for SSG pages
feat - 08979337 add sourcemap mapping support for dev-server
fix - 654c23c8 import zone.js in worker during prerendering

@nguniversal/common

Commit Description
feat - a62d3d3b add ng-server-context for SSR pages
feat - 78cf7b7f add support for Node.js version 18

Special Thanks

Alan Agius, Carlos Torrecillas, Doug Parker, Greg Magolan and angular-robot[bot]

v15.0.0-rc.1

15 Nov 17:42
Compare
Choose a tag to compare
v15.0.0-rc.1 Pre-release
Pre-release

15.0.0-rc.1 (2022-11-15)

@nguniversal/express-engine

Commit Description
fix - 6d5500d7 fix formatting in generated server.ts

Special Thanks

Alan Agius

v15.0.0-rc.0

09 Nov 10:06
Compare
Choose a tag to compare
v15.0.0-rc.0 Pre-release
Pre-release

15.0.0-rc.0 (2022-11-09)

@nguniversal/common

Commit Description
fix - fb904948 mark bootstrap in RenderOptions as non required

Special Thanks

Alan Agius

v14.2.2

09 Nov 09:21
Compare
Choose a tag to compare

14.2.2 (2022-11-09)

@nguniversal/common

Commit Description
fix - 7f2ce670 mark bootstrap in RenderOptions as non required

Special Thanks

Alan Agius

v15.0.0-next.1

03 Nov 16:53
Compare
Choose a tag to compare
v15.0.0-next.1 Pre-release
Pre-release

15.0.0-next.1 (2022-11-03)

@nguniversal/express-engine

Commit Description
fix - 98b508ed replace zone.js import

@nguniversal/builders

Commit Description
fix - b7dbc25c address method Promise.prototype.then called on incompatible receiver error
fix - 654c23c8 import zone.js in worker during prerendering

Special Thanks

Alan Agius, Carlos Torrecillas and Doug Parker

v14.2.1

03 Nov 16:00
Compare
Choose a tag to compare

14.2.1 (2022-11-03)

@nguniversal/express-engine

Commit Description
fix - eab35cff replace zone.js import

@nguniversal/builders

Commit Description
fix - 8f47c59e address method Promise.prototype.then called on incompatible receiver error

Special Thanks

Alan Agius

v15.0.0-next.0

13 Oct 10:12
Compare
Choose a tag to compare
v15.0.0-next.0 Pre-release
Pre-release

15.0.0-next.0 (2022-10-13)

Breaking Changes

@nguniversal/common

  • Angular universal no longer supports Node.js versions 14.[15-19].x and 16.[10-12].x. Current supported versions of Node.js are 14.20.x, 16.13.x and 18.10.x.

@nguniversal/express-engine

  • deprecated appDir option was removed from the express-engine ng add schematic. This option was previously unused.

@nguniversal/express-engine

Commit Description
refactor - 905c0ae1 remove deprecated appDir option

@nguniversal/builders

Commit Description
feat - fef00f90 add ng-server-context for SSG pages
feat - 08979337 add sourcemap mapping support for dev-server

@nguniversal/common

Commit Description
feat - a62d3d3b add ng-server-context for SSR pages
feat - 78cf7b7f add support for Node.js version 18

Special Thanks

Alan Agius, Greg Magolan and angular-robot[bot]

v14.2.0

07 Sep 09:20
Compare
Choose a tag to compare

14.2.0 (2022-09-07)

@nguniversal/express-engine

Commit Description
fix - d9a13469 remove default value of appDir option

@nguniversal/common

Commit Description
fix - 6dcce858 handle cookies with localhost domain as path

Special Thanks

Alan Agius, Charles Lyding and angular-robot[bot]

v14.2.0-rc.0

07 Sep 08:38
Compare
Choose a tag to compare
v14.2.0-rc.0 Pre-release
Pre-release

14.2.0-rc.0 (2022-09-07)

@nguniversal/express-engine

Commit Description
fix - d9a13469 remove default value of appDir option

@nguniversal/common

Commit Description
fix - 6dcce858 handle cookies with localhost domain as path

Special Thanks

Alan Agius and angular-robot[bot]