Skip to content

Latest commit

 

History

History
316 lines (185 loc) · 14.8 KB

CHANGELOG.md

File metadata and controls

316 lines (185 loc) · 14.8 KB

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