@nguniversal/common
Advanced tools
Changelog
16.1.0 (2023-06-13)
StateTransferInitializerModule
, TransferHttpCacheInterceptor
and domContentLoadedFactory
have been deprecated in favor of provideClientHydration
. See: https://angular.io/api/platform-browser/provideClientHydration| Commit | Type | Description | | ------------------------------------------------------------------------------------------------ | -------- | ----------------------------- | | ccc2f52f | refactor | deprecate transfer http cache |
<!-- CHANGELOG SPLIT MARKER --><a name="16.0.2"></a>
Changelog
16.0.0 (2023-05-03)
Node.js v14 support has been removed
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.
| Commit | Type | Description |
| ------------------------------------------------------------------------------------------------ | ---- | ---------------------------------------------------------- |
| 3af1451a | feat | add standalone support to ng add
|
| 1e2b9385 | feat | support rendering standalone application |
| 500f5e54 | fix | export default bootstrap in server template for standalone |
| 66021f10 | fix | update import for template server file |
| Commit | Type | Description | | ------------------------------------------------------------------------------------------------ | ---- | ----------------------------------------------------- | | 0481bde7 | feat | add support for prerendering a standalone application |
| Commit | Type | Description | | ------------------------------------------------------------------------------------------------ | -------- | ------------------------------------------------------ | | 9fbdb23c | feat | add CSP support for inline styles | | 010546e5 | feat | support rendering standalone application | | 71c2cef8 | fix | update TransferHttpResponse requiring body and headers | | ae96fbc4 | refactor | remove Node.js v14 support |
<!-- CHANGELOG SPLIT MARKER --><a name="15.2.1"></a>
Changelog
15.0.0 (2022-11-16)
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
.appDir
option was removed from the express-engine ng add schematic. This option was previously unused.| Commit | Type | Description |
| ------------------------------------------------------------------------------------------------ | -------- | --------------------------------------- |
| 6d5500d7 | fix | fix formatting in generated server.ts
|
| 905c0ae1 | refactor | remove deprecated appDir option |
| Commit | Type | Description |
| ------------------------------------------------------------------------------------------------ | ---- | ---------------------------------------------- |
| fef00f90 | feat | add ng-server-context
for SSG pages |
| 08979337 | feat | add sourcemap mapping support for dev-server |
| 654c23c8 | fix | import zone.js
in worker during prerendering |
| Commit | Type | Description |
| ------------------------------------------------------------------------------------------------ | ---- | ------------------------------------- |
| a62d3d3b | feat | add ng-server-context
for SSR pages |
| 78cf7b7f | feat | add support for Node.js version 18 |
Alan Agius, Carlos Torrecillas, Doug Parker, Greg Magolan and angular-robot[bot]
<!-- CHANGELOG SPLIT MARKER --><a name="14.2.1"></a>