From 404b878b65394db412fda5f493d48baa3aa92299 Mon Sep 17 00:00:00 2001 From: Doug Parker Date: Wed, 16 Nov 2022 12:18:20 -0800 Subject: [PATCH] release: cut the v15.0.0 release --- CHANGELOG.md | 97 ++++++++++++---------------------------------------- package.json | 2 +- 2 files changed, 23 insertions(+), 76 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac6e94bf4..78ac28c33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,55 +1,42 @@ - + -# 15.0.0-rc.1 (2022-11-15) +# 15.0.0 (2022-11-16) -### @nguniversal/express-engine - -| Commit | Type | Description | -| ------------------------------------------------------------------------------------------------ | ---- | --------------------------------------- | -| [6d5500d7](https://github.com/angular/universal/commit/6d5500d72d6738b1f6e282d494becbbc972c8e6e) | fix | fix formatting in generated `server.ts` | - -## Special Thanks - -Alan Agius - - - - - -# 15.0.0-rc.0 (2022-11-09) +## Breaking Changes ### @nguniversal/common -| Commit | Type | Description | -| ------------------------------------------------------------------------------------------------ | ---- | --------------------------------------------------- | -| [fb904948](https://github.com/angular/universal/commit/fb904948e996e9d7ea96915d6480248c999afd94) | fix | mark `bootstrap` in `RenderOptions` as non required | - -## Special Thanks +- 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`. -Alan Agius +### @nguniversal/express-engine - +- deprecated `appDir` option was removed from the express-engine ng add schematic. This option was previously unused. - +### @nguniversal/express-engine -# 15.0.0-next.1 (2022-11-03) +| Commit | Type | Description | +| ------------------------------------------------------------------------------------------------ | -------- | --------------------------------------- | +| [6d5500d7](https://github.com/angular/universal/commit/6d5500d72d6738b1f6e282d494becbbc972c8e6e) | fix | fix formatting in generated `server.ts` | +| [905c0ae1](https://github.com/angular/universal/commit/905c0ae141b4fb1523550de5847b0115aa9417cb) | refactor | remove deprecated appDir option | ### @nguniversal/builders -| Commit | Type | Description | -| ------------------------------------------------------------------------------------------------ | ---- | --------------------------------------------------------------------------- | -| [b7dbc25c](https://github.com/angular/universal/commit/b7dbc25c3fc7ab23c5046b07ed02fd4a7d7ca0eb) | fix | address method Promise.prototype.then called on incompatible receiver error | -| [654c23c8](https://github.com/angular/universal/commit/654c23c88c05bb1350411b89b2d9dcb2f65a26ca) | fix | import `zone.js` in worker during prerendering | +| Commit | Type | Description | +| ------------------------------------------------------------------------------------------------ | ---- | ---------------------------------------------- | +| [fef00f90](https://github.com/angular/universal/commit/fef00f90a2196440d316549967258f3d64180539) | feat | add `ng-server-context` for SSG pages | +| [08979337](https://github.com/angular/universal/commit/0897933727ce6cb78134be2b98581c096bfb409f) | feat | add sourcemap mapping support for dev-server | +| [654c23c8](https://github.com/angular/universal/commit/654c23c88c05bb1350411b89b2d9dcb2f65a26ca) | fix | import `zone.js` in worker during prerendering | -### @nguniversal/express-engine +### @nguniversal/common -| Commit | Type | Description | -| ------------------------------------------------------------------------------------------------ | ---- | ---------------------- | -| [98b508ed](https://github.com/angular/universal/commit/98b508edda4e60253047289cd9ccdb2574a632bb) | fix | replace zone.js import | +| Commit | Type | Description | +| ------------------------------------------------------------------------------------------------ | ---- | ------------------------------------- | +| [a62d3d3b](https://github.com/angular/universal/commit/a62d3d3be86a9d2b6eef9856fbd2734a721f252d) | feat | add `ng-server-context` for SSR pages | +| [78cf7b7f](https://github.com/angular/universal/commit/78cf7b7f97b3afae49ad7787a7319e5ec09cbc51) | feat | add support for Node.js version 18 | ## Special Thanks -Alan Agius, Carlos Torrecillas and Doug Parker +Alan Agius, Carlos Torrecillas, Doug Parker, Greg Magolan and angular-robot[bot] @@ -75,46 +62,6 @@ Alan Agius - - -# 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 | Type | Description | -| ------------------------------------------------------------------------------------------------ | -------- | ------------------------------- | -| [905c0ae1](https://github.com/angular/universal/commit/905c0ae141b4fb1523550de5847b0115aa9417cb) | refactor | remove deprecated appDir option | - -### @nguniversal/builders - -| Commit | Type | Description | -| ------------------------------------------------------------------------------------------------ | ---- | -------------------------------------------- | -| [fef00f90](https://github.com/angular/universal/commit/fef00f90a2196440d316549967258f3d64180539) | feat | add `ng-server-context` for SSG pages | -| [08979337](https://github.com/angular/universal/commit/0897933727ce6cb78134be2b98581c096bfb409f) | feat | add sourcemap mapping support for dev-server | - -### @nguniversal/common - -| Commit | Type | Description | -| ------------------------------------------------------------------------------------------------ | ---- | ------------------------------------- | -| [a62d3d3b](https://github.com/angular/universal/commit/a62d3d3be86a9d2b6eef9856fbd2734a721f252d) | feat | add `ng-server-context` for SSR pages | -| [78cf7b7f](https://github.com/angular/universal/commit/78cf7b7f97b3afae49ad7787a7319e5ec09cbc51) | feat | add support for Node.js version 18 | - -## Special Thanks - -Alan Agius, Greg Magolan and angular-robot[bot] - - - # 14.2.0 (2022-09-07) diff --git a/package.json b/package.json index 6f0fc260c..db97cf008 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nguniversal", "main": "index.js", - "version": "15.0.0-rc.1", + "version": "15.0.0", "private": true, "description": "Universal (isomorphic) JavaScript support for Angular", "homepage": "https://github.com/angular/universal",