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

Commit 9e3b48e

Browse files
committed
release: cut the v15.0.0-next.0 release
1 parent 853c1e7 commit 9e3b48e

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
<a name="15.0.0-next.0"></a>
2+
3+
# 15.0.0-next.0 (2022-10-13)
4+
5+
## Breaking Changes
6+
7+
### @nguniversal/common
8+
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`.
10+
11+
### @nguniversal/express-engine
12+
13+
- deprecated `appDir` option was removed from the express-engine ng add schematic. This option was previously unused.
14+
15+
### @nguniversal/express-engine
16+
17+
| Commit | Type | Description |
18+
| ------------------------------------------------------------------------------------------------ | -------- | ------------------------------- |
19+
| [905c0ae1](https://github.com/angular/universal/commit/905c0ae141b4fb1523550de5847b0115aa9417cb) | refactor | remove deprecated appDir option |
20+
21+
### @nguniversal/builders
22+
23+
| Commit | Type | Description |
24+
| ------------------------------------------------------------------------------------------------ | ---- | -------------------------------------------- |
25+
| [fef00f90](https://github.com/angular/universal/commit/fef00f90a2196440d316549967258f3d64180539) | feat | add `ng-server-context` for SSG pages |
26+
| [08979337](https://github.com/angular/universal/commit/0897933727ce6cb78134be2b98581c096bfb409f) | feat | add sourcemap mapping support for dev-server |
27+
28+
### @nguniversal/common
29+
30+
| Commit | Type | Description |
31+
| ------------------------------------------------------------------------------------------------ | ---- | ------------------------------------- |
32+
| [a62d3d3b](https://github.com/angular/universal/commit/a62d3d3be86a9d2b6eef9856fbd2734a721f252d) | feat | add `ng-server-context` for SSR pages |
33+
| [78cf7b7f](https://github.com/angular/universal/commit/78cf7b7f97b3afae49ad7787a7319e5ec09cbc51) | feat | add support for Node.js version 18 |
34+
35+
## Special Thanks
36+
37+
Alan Agius, Greg Magolan and angular-robot[bot]
38+
39+
<!-- CHANGELOG SPLIT MARKER -->
40+
141
<a name="14.2.0"></a>
242

343
# 14.2.0 (2022-09-07)

0 commit comments

Comments
 (0)