@nguniversal/common
Advanced tools
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.2.1 (2023-04-13)
| Commit | Type | Description | | ------------------------------------------------------------------------------------------------ | ---- | ------------------------------------ | | 15a46b89 | fix | add support to serve service workers |
<!-- CHANGELOG SPLIT MARKER --><a name="15.2.0"></a>
Changelog
15.2.0 (2023-02-23)
| Commit | Type | Description | | ------------------------------------------------------------------------------------------------ | ---- | -------------------------------------------------- | | 78dc17db | feat | add removal notice for Clover APIs | | 93c8a38d | fix | avoid invalidating cache when using a post request |
| Commit | Type | Description |
| ------------------------------------------------------------------------------------------------ | ---- | ---------------------------------------- |
| 0e7dd9ac | feat | add --verbose
option to SSR Dev Server |
Alan Agius
<!-- CHANGELOG SPLIT MARKER --><a name="15.1.0"></a>
Changelog
15.1.0 (2023-01-12)
| Commit | Type | Description | | ------------------------------------------------------------------------------------------------ | ---- | ------------------------------------------------ | | 98d7837b | fix | disable bundle budgets when using the dev-server |
Alan Agius, Charles Lyding, Doug Parker, Mark Pieszak and Paul Gschwendtner
<!-- CHANGELOG SPLIT MARKER --><a name="14.2.3"></a>