1.4.0
1.4.0 (2017-01-04)
New Contributors!
@dracos, @Lokson, and @AdrianoCahete
Improvements
- Add URL blocking by pattern to driver - #1195
- Extension: Add test URL to "Report Error" template - #1357
- Extension: Keep Lighthouse extension popup active while running - #1185
- Extension: Use live icon and badge text while running - #1367
- Gather: Only run axe tests that we have audits for - #1257
- Report: Only use markdown for injected HTML - #1226
- Report: Style tweaks for DevTools report - 4a2f97a, 68ccb64
- Report: Include total score in JSON and pretty output modes - #1356
- Viewer: Add input for gist URL on mobile - #1341
Bug Fixes
- Audit: Handle invalid URLs in
external-anchors-use-rel-noopener
audit - #1358 - Audit: Handle invalid URLs in
no-console-time
andno-datenow
audits - #1288 - Audit: Make zero-length critical-request chains pass the test - #1303
- Audit: Add
"minimal-ui"
as an allowed Manifestdisplay
value - #1268 - Audit: Improved handling of invalid URLs in call site and event listener audits - #1390
- Audit: Async stylesheet handling to limit false positives for stylesheets blocking first paint - #1389
- CLI: Improve Windows console support - #1307
- CLI: Ignore
which
failures when looking for Linux Chrome executable - #1395
Docs
- Closure type check fixes - #1293
Refactor
- Return artifacts from Runner (and move assets/artifacts saving to CLI) - #1163, #1400
- PerformanceExperiment: Centralize more implementation in
server.js
- #1189