- Potential fix for #301 illegal operation on a directory (#317)
- Disable ServiceWorker (#315)
- Fix bug introduced in 1.22.0 (#312 by @kjkta)
- Fix CRA2 compatibility (#264)
- Support in browser redirect (#292, #294, #296)
- Update dependency minimalcss to v0.8.1 (#300)
- Update dependency html-minifier to v3.5.21
- Update dependency puppeteerto ^v1.8.0
- Update dependency express to v4.16.4
- Added ability to save screenshots as jpeg. #288 by @tsantef
- Fixed unclear message when there is no
<head>
. #273 by @onionhammer - Fixed broken SVG links. #279 by @derappelt
- Fix
fixWebpackChunksIssue
for[email protected]
and later. #252 - Make sure that
vendors
chunk for[email protected]
and later is present in preload links. Push preload links before first style ifinlineCss
is true. #254