Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 404b878

Browse files
committed
release: cut the v15.0.0 release
1 parent adac2fa commit 404b878

File tree

2 files changed

+23
-76
lines changed

2 files changed

+23
-76
lines changed

CHANGELOG.md

Lines changed: 22 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,42 @@
1-
<a name="15.0.0-rc.1"></a>
1+
<a name="15.0.0"></a>
22

3-
# 15.0.0-rc.1 (2022-11-15)
3+
# 15.0.0 (2022-11-16)
44

5-
### @nguniversal/express-engine
6-
7-
| Commit | Type | Description |
8-
| ------------------------------------------------------------------------------------------------ | ---- | --------------------------------------- |
9-
| [6d5500d7](https://github.com/angular/universal/commit/6d5500d72d6738b1f6e282d494becbbc972c8e6e) | fix | fix formatting in generated `server.ts` |
10-
11-
## Special Thanks
12-
13-
Alan Agius
14-
15-
<!-- CHANGELOG SPLIT MARKER -->
16-
17-
<a name="15.0.0-rc.0"></a>
18-
19-
# 15.0.0-rc.0 (2022-11-09)
5+
## Breaking Changes
206

217
### @nguniversal/common
228

23-
| Commit | Type | Description |
24-
| ------------------------------------------------------------------------------------------------ | ---- | --------------------------------------------------- |
25-
| [fb904948](https://github.com/angular/universal/commit/fb904948e996e9d7ea96915d6480248c999afd94) | fix | mark `bootstrap` in `RenderOptions` as non required |
26-
27-
## Special Thanks
9+
- 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`.
2810

29-
Alan Agius
11+
### @nguniversal/express-engine
3012

31-
<!-- CHANGELOG SPLIT MARKER -->
13+
- deprecated `appDir` option was removed from the express-engine ng add schematic. This option was previously unused.
3214

33-
<a name="15.0.0-next.1"></a>
15+
### @nguniversal/express-engine
3416

35-
# 15.0.0-next.1 (2022-11-03)
17+
| Commit | Type | Description |
18+
| ------------------------------------------------------------------------------------------------ | -------- | --------------------------------------- |
19+
| [6d5500d7](https://github.com/angular/universal/commit/6d5500d72d6738b1f6e282d494becbbc972c8e6e) | fix | fix formatting in generated `server.ts` |
20+
| [905c0ae1](https://github.com/angular/universal/commit/905c0ae141b4fb1523550de5847b0115aa9417cb) | refactor | remove deprecated appDir option |
3621

3722
### @nguniversal/builders
3823

39-
| Commit | Type | Description |
40-
| ------------------------------------------------------------------------------------------------ | ---- | --------------------------------------------------------------------------- |
41-
| [b7dbc25c](https://github.com/angular/universal/commit/b7dbc25c3fc7ab23c5046b07ed02fd4a7d7ca0eb) | fix | address method Promise.prototype.then called on incompatible receiver error |
42-
| [654c23c8](https://github.com/angular/universal/commit/654c23c88c05bb1350411b89b2d9dcb2f65a26ca) | fix | import `zone.js` in worker during prerendering |
24+
| Commit | Type | Description |
25+
| ------------------------------------------------------------------------------------------------ | ---- | ---------------------------------------------- |
26+
| [fef00f90](https://github.com/angular/universal/commit/fef00f90a2196440d316549967258f3d64180539) | feat | add `ng-server-context` for SSG pages |
27+
| [08979337](https://github.com/angular/universal/commit/0897933727ce6cb78134be2b98581c096bfb409f) | feat | add sourcemap mapping support for dev-server |
28+
| [654c23c8](https://github.com/angular/universal/commit/654c23c88c05bb1350411b89b2d9dcb2f65a26ca) | fix | import `zone.js` in worker during prerendering |
4329

44-
### @nguniversal/express-engine
30+
### @nguniversal/common
4531

46-
| Commit | Type | Description |
47-
| ------------------------------------------------------------------------------------------------ | ---- | ---------------------- |
48-
| [98b508ed](https://github.com/angular/universal/commit/98b508edda4e60253047289cd9ccdb2574a632bb) | fix | replace zone.js import |
32+
| Commit | Type | Description |
33+
| ------------------------------------------------------------------------------------------------ | ---- | ------------------------------------- |
34+
| [a62d3d3b](https://github.com/angular/universal/commit/a62d3d3be86a9d2b6eef9856fbd2734a721f252d) | feat | add `ng-server-context` for SSR pages |
35+
| [78cf7b7f](https://github.com/angular/universal/commit/78cf7b7f97b3afae49ad7787a7319e5ec09cbc51) | feat | add support for Node.js version 18 |
4936

5037
## Special Thanks
5138

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

5441
<!-- CHANGELOG SPLIT MARKER -->
5542

@@ -75,46 +62,6 @@ Alan Agius
7562

7663
<!-- CHANGELOG SPLIT MARKER -->
7764

78-
<a name="15.0.0-next.0"></a>
79-
80-
# 15.0.0-next.0 (2022-10-13)
81-
82-
## Breaking Changes
83-
84-
### @nguniversal/common
85-
86-
- 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`.
87-
88-
### @nguniversal/express-engine
89-
90-
- deprecated `appDir` option was removed from the express-engine ng add schematic. This option was previously unused.
91-
92-
### @nguniversal/express-engine
93-
94-
| Commit | Type | Description |
95-
| ------------------------------------------------------------------------------------------------ | -------- | ------------------------------- |
96-
| [905c0ae1](https://github.com/angular/universal/commit/905c0ae141b4fb1523550de5847b0115aa9417cb) | refactor | remove deprecated appDir option |
97-
98-
### @nguniversal/builders
99-
100-
| Commit | Type | Description |
101-
| ------------------------------------------------------------------------------------------------ | ---- | -------------------------------------------- |
102-
| [fef00f90](https://github.com/angular/universal/commit/fef00f90a2196440d316549967258f3d64180539) | feat | add `ng-server-context` for SSG pages |
103-
| [08979337](https://github.com/angular/universal/commit/0897933727ce6cb78134be2b98581c096bfb409f) | feat | add sourcemap mapping support for dev-server |
104-
105-
### @nguniversal/common
106-
107-
| Commit | Type | Description |
108-
| ------------------------------------------------------------------------------------------------ | ---- | ------------------------------------- |
109-
| [a62d3d3b](https://github.com/angular/universal/commit/a62d3d3be86a9d2b6eef9856fbd2734a721f252d) | feat | add `ng-server-context` for SSR pages |
110-
| [78cf7b7f](https://github.com/angular/universal/commit/78cf7b7f97b3afae49ad7787a7319e5ec09cbc51) | feat | add support for Node.js version 18 |
111-
112-
## Special Thanks
113-
114-
Alan Agius, Greg Magolan and angular-robot[bot]
115-
116-
<!-- CHANGELOG SPLIT MARKER -->
117-
11865
<a name="14.2.0"></a>
11966

12067
# 14.2.0 (2022-09-07)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nguniversal",
33
"main": "index.js",
4-
"version": "15.0.0-rc.1",
4+
"version": "15.0.0",
55
"private": true,
66
"description": "Universal (isomorphic) JavaScript support for Angular",
77
"homepage": "https://github.com/angular/universal",

0 commit comments

Comments
 (0)