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

Commit 0eae942

Browse files
committed
release: cut the v16.0.0-next.0 release
1 parent 3af1451 commit 0eae942

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
<a name="16.0.0-next.0"></a>
2+
3+
# 16.0.0-next.0 (2023-04-05)
4+
5+
## Breaking Changes
6+
7+
### @nguniversal/common
8+
9+
- Node.js v14 support has been removed
10+
11+
Node.js v14 is planned to be End-of-Life on 2023-04-30. Angular will stop supporting Node.js v14 in Angular v16. Angular v16 will continue to officially support Node.js versions v16 and v18.
12+
13+
### @nguniversal/express-engine
14+
15+
| Commit | Type | Description |
16+
| ------------------------------------------------------------------------------------------------ | ---- | ---------------------------------------- |
17+
| [3af1451a](https://github.com/angular/universal/commit/3af1451abac574f5e57c5f8b45192532bec2b23a) | feat | add standalone support to `ng add` |
18+
| [1e2b9385](https://github.com/angular/universal/commit/1e2b9385bb294d36a126319c0b8d1b81e2cc8ed3) | feat | support rendering standalone application |
19+
20+
### @nguniversal/builders
21+
22+
| Commit | Type | Description |
23+
| ------------------------------------------------------------------------------------------------ | ---- | ----------------------------------------------------- |
24+
| [0481bde7](https://github.com/angular/universal/commit/0481bde7e2597baa352ce3f05b5aa12da3df0347) | feat | add support for prerendering a standalone application |
25+
26+
### @nguniversal/common
27+
28+
| Commit | Type | Description |
29+
| ------------------------------------------------------------------------------------------------ | -------- | ---------------------------------------- |
30+
| [9fbdb23c](https://github.com/angular/universal/commit/9fbdb23c528baffa4cb1cda737382b4cab590269) | feat | add CSP support for inline styles |
31+
| [010546e5](https://github.com/angular/universal/commit/010546e56873eb25febff91a4b8e3cff25959598) | feat | support rendering standalone application |
32+
| [ae96fbc4](https://github.com/angular/universal/commit/ae96fbc43434c98f2289e17216b0760f627b9459) | refactor | remove Node.js v14 support |
33+
34+
## Special Thanks
35+
36+
Alan Agius
37+
38+
<!-- CHANGELOG SPLIT MARKER -->
39+
140
<a name="15.2.0"></a>
241

342
# 15.2.0 (2023-02-23)

0 commit comments

Comments
 (0)