16.2.0 (2023-08-11)
Commit |
Type |
Description |
2b0f8c2b |
refactor |
build: update critters |
16.1.2 (2023-08-04)
Commit |
Type |
Description |
192326a8 |
refactor |
build: update critters |
16.1.1 (2023-06-28)
16.1.0 (2023-06-13)
Deprecations
#
#
Commit |
Type |
Description |
ccc2f52f |
refactor |
deprecate transfer http cache |
16.0.2 (2023-05-17)
@nguniversal/common
Commit |
Type |
Description |
90d6939a |
fix |
correctly handle multiple lazy CSS files |
16.0.1 (2023-05-11)
@nguniversal/builders
Commit |
Type |
Description |
ca8a5bb9 |
fix |
strip out newlines |
16.0.0 (2023-05-03)
Breaking Changes
@nguniversal/common
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.
@nguniversal/express-engine
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 |
@nguniversal/builders
Commit |
Type |
Description |
0481bde7 |
feat |
add support for prerendering a standalone application |
@nguniversal/common
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 |
15.2.1 (2023-04-13)
@nguniversal/builders
Commit |
Type |
Description |
15a46b89 |
fix |
add support to serve service workers |
15.2.0 (2023-02-23)
@nguniversal/common
Commit |
Type |
Description |
78dc17db |
feat |
add removal notice for Clover APIs |
93c8a38d |
fix |
avoid invalidating cache when using a post request |
@nguniversal/builders
Commit |
Type |
Description |
0e7dd9ac |
feat |
add --verbose option to SSR Dev Server |
Special Thanks
Alan Agius
15.1.0 (2023-01-12)
@nguniversal/builders
Commit |
Type |
Description |
98d7837b |
fix |
disable bundle budgets when using the dev-server |
Special Thanks
Alan Agius, Charles Lyding, Doug Parker, Mark Pieszak and Paul Gschwendtner
14.2.3 (2022-11-23)
@nguniversal/builders
Commit |
Type |
Description |
ba967baa |
fix |
Initialize zone.js once in rendering workers |
@nguniversal/express-engine
Commit |
Type |
Description |
7ebba3cf |
fix |
fix formatting in generated server.ts |
Special Thanks
Alan Agius
15.0.0 (2022-11-16)
Breaking Changes
@nguniversal/common
- 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
.
@nguniversal/express-engine
- deprecated
appDir
option was removed from the express-engine ng add schematic. This option was previously unused.
@nguniversal/express-engine
Commit |
Type |
Description |
6d5500d7 |
fix |
fix formatting in generated server.ts |
905c0ae1 |
refactor |
remove deprecated appDir option |
@nguniversal/builders
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 |
@nguniversal/common
Commit |
Type |
Description |
a62d3d3b |
feat |
add ng-server-context for SSR pages |
78cf7b7f |
feat |
add support for Node.js version 18 |
Special Thanks
Alan Agius, Carlos Torrecillas, Doug Parker, Greg Magolan and angular-robot[bot]
14.2.1 (2022-11-03)
@nguniversal/builders
Commit |
Type |
Description |
8f47c59e |
fix |
address method Promise.prototype.then called on incompatible receiver error |
@nguniversal/express-engine
Commit |
Type |
Description |
eab35cff |
fix |
replace zone.js import |
Special Thanks
Alan Agius
14.2.0 (2022-09-07)
@nguniversal/common
Commit |
Type |
Description |
6dcce858 |
fix |
handle cookies with localhost domain as path |
@nguniversal/express-engine
Commit |
Type |
Description |
d9a13469 |
fix |
remove default value of appDir option |
Special Thanks
Alan Agius, Charles Lyding and angular-robot[bot]
14.1.0 (2022-08-17)
@nguniversal/common
Commit |
Type |
Description |
26f2aa57 |
feat |
add support for blob and arraybuffer in TransferHttpCacheModule |
Special Thanks
Alan Agius, Charles Lyding, Doug Parker, Joey Perrott and renovate[bot]
14.0.3 (2022-07-06)
@nguniversal/common
Commit |
Type |
Description |
b68cc08a |
fix |
handle ngDevMode correctly |
Special Thanks
Alan Agius, Paul Gschwendtner and arturovt
14.0.2 (2022-06-23)
@nguniversal/builders
Commit |
Type |
Description |
ddffd973 |
fix |
correctly handle path normalizations on Windows |
Special Thanks
Alan Agius and Paul Gschwendtner
14.0.1 (2022-06-15)
@nguniversal/common
Commit |
Type |
Description |
baff49b3 |
fix |
correctly handle headers for jsdom in Clover |
Special Thanks
Alan Agius and hiepxanh
14.0.0 (2022-06-02)
Breaking Changes
@nguniversal/common
- Support for Node.js v12 has been removed as it will become EOL on 2022-04-30. Please use Node.js v14.15 or later.
#
- Deprecated
@nguniversal/aspnetcore-engine
, @nguniversal/hapi-engine
and @nguniversal/socket-engine
has been removed in favor of @nguniversal/common
.
@nguniversal/common
Commit |
Type |
Description |
46caf56c |
feat |
drop support for Node.js 12 |
#
Commit |
Type |
Description |
2a84fe03 |
refactor |
remove deprecated engines |
express-engine
Commit |
Type |
Description |
ccc09c12 |
fix |
construct req url instead of using originalUrl |
Special Thanks
Adam Plumer, Alan Agius, Conrad Magnus Kirschner, Doug Parker and Paul Gschwendtner
13.1.1 (2022-05-04)
@nguniversal/builders
Commit |
Type |
Description |
4762906c |
fix |
address service worker generation failures |
Special Thanks
Alan Agius
13.1.0 (2022-03-21)
@nguniversal/common
Commit |
Type |
Description |
891cbbd6 |
feat |
add support for TypeScript 4.6 |
Special Thanks
Alan Agius and Joey Perrott
13.1.0-next.1 (2022-01-18)
@nguniversal/common
Commit |
Type |
Description |
c38b739a |
fix |
correctly handle lazy loaded routes in Clover |
03c8e6b2 |
fix |
ensure CommonJS migrations can be accessed |
@nguniversal/express-engine
Commit |
Type |
Description |
ce08aafd |
fix |
initialNavigation should be 'enabledBlocking' |
Special Thanks
Adam Plumer, Alan Agius, Doug Parker and Mike Huang
13.0.2 (2022-01-18)
@nguniversal/common
Commit |
Type |
Description |
4f682fbd |
fix |
ensure CommonJS migrations can be accessed |
Special Thanks
Adam Plumer, Alan Agius and Doug Parker
13.0.1 (2021-11-11)
@nguniversal/common
Commit |
Type |
Description |
71516ece |
fix |
correctly handle lazy loaded routes in Clover |
@nguniversal/express-engine
Commit |
Type |
Description |
fee929e2 |
fix |
initialNavigation should be 'enabledBlocking' |
Special Thanks
Alan Agius, Doug Parker and Mike Huang
13.1.0-next-0 (2021-11-03)
No changes since 13.0.0.
13.0.0 (2021-11-03)
@nguniversal/common
Commit |
Type |
Description |
838e478e |
feat |
officially support Node.js v16 |
b94bcd11 |
fix |
inlineCriticalCssProcessor outputPath fallback to '' |
Special Thanks
Alan Agius, Doug Parker, Douglas Parker, HyperLifelll9, Keen Yee Liau and ikeq
12.1.3 (2021-10-27)
@nguniversal/common
Commit |
Type |
Description |
6819d0c3 |
fix |
update critters to version 0.0.12 |
@nguniversal/builders
Commit |
Type |
Description |
7adc8f9a |
fix |
correctly handle multiple proxies |
@nguniversal/express-engine
Commit |
Type |
Description |
cfe47ff0 |
fix |
update schematic to be noPropertyAccessFromIndexSignature compliant |
Special Thanks
Alan Agius and Doug Parker
12.1.2 (2021-10-21)
Update critters to version 0.0.11
Special Thanks
Alan Agius and Doug Parker
12.1.1 (2021-09-30)
@nguniversal/builders
Commit |
Type |
Description |
00cc596f |
fix |
index.original.html should be used if exists |
Special Thanks
Doug Parker, Javier Infante and ikeq
12.1.0 (2021-06-26)
@nguniversal/common
Commit |
Type |
Description |
ecf9db17 |
fix |
correctly construct host string |
635d61ec |
fix |
add Window stubs to Engine (Clover) |
@nguniversal/builders
Commit |
Type |
Description |
89821991 |
feat |
spawn static server for build artifacts |
b03a7789 |
fix |
make prerender work with large route lists |
@nguniversal/express-engine
Commit |
Type |
Description |
a11df5a2 |
fix |
remove in-existing migrations reference |
ccc0fc1b |
fix |
add serverTarget for prerender |
Special Thanks:
Alan Agius, Alex Sierkov, Aristeidis Bampakos, Doug Parker, Keen Yee Liau, Suguru Inatomi and hxrxchang