@nguniversal/module-map-ngfactory-loader
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>