You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2024. It is now read-only.
|[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`.
28
10
29
-
Alan Agius
11
+
### @nguniversal/express-engine
30
12
31
-
<!-- CHANGELOG SPLIT MARKER -->
13
+
- deprecated `appDir` option was removed from the express-engine ng add schematic. This option was previously unused.
|[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 |
|[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 |
|[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 |
49
36
50
37
## Special Thanks
51
38
52
-
Alan Agius, Carlos Torrecillas and Doug Parker
39
+
Alan Agius, Carlos Torrecillas, Doug Parker, Greg Magolan and angular-robot[bot]
53
40
54
41
<!-- CHANGELOG SPLIT MARKER -->
55
42
@@ -75,46 +62,6 @@ Alan Agius
75
62
76
63
<!-- CHANGELOG SPLIT MARKER -->
77
64
78
-
<aname="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.
|[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 |
0 commit comments