lighthouse v9.1.0 Release Notes

Release Date: 2021-11-24 // over 2 years ago
  • Full Changelog

    ๐Ÿš€ We expect this release to ship in the DevTools of Chrome 98, and to PageSpeed Insights within 2 weeks.

    ๐Ÿ†• New Contributors

    Thanks to our new contributors ๐Ÿ‘ฝ๐Ÿท๐Ÿฐ๐Ÿฏ๐Ÿป!

    • @whitep4nth3r
    • Adam Read @adamread

    Notable Changes

    • ๐Ÿ‘€ If using Next.js, you will now see advice specific to it in some audits (#13424)

    Core

    • ๐Ÿšš canonical: remove cross-origin check (#13412)
    • โž• add original location to most usages of source-location (#13393)
    • mindfully order properties in the lhr (#13418)
    • ๐ŸŒฒ ensure log-normal score is always in correct range (#13392)
    • installable-manifest: pipeline-restarted check (#13365)

    Report

    • โœ‚ remove margin when saving html in standalone report (#13409)
    • consistent red display text (#13391)
    • treemap: correct percentages when 0 bytes JS (#13382)

    โ›๏ธ๐Ÿ‘ท Fraggle Rock

    Support for auditing user flows (#11313)

    Deps

    • โœ‚ remove browserify (#13417)
    • โšก๏ธ update to typescript 4.5 (#13399)
    • โšก๏ธ snyk: update snyk snapshot (#13388)

    Clients

    • ๐Ÿšš devtools: remove report.css (#13377)
    • ๐Ÿ‘ viewer: add support for flow reports (#13260)

    I18n

    ๐Ÿ“„ Docs

    • example to save flow as json (#13415)
    • throttling: clarify throttle npm name (#13371)

    โœ… Tests

    • ๐Ÿ›  fix undefined HTMLInputElement in bundle-test (#13421)
    • โœ… make inline-fs-test not reliant on cwd (#13420)
    • โœ… increase timeout for axe test (#13386)

    Misc

    • ๐Ÿ— build: replace browserify with rollup (#13416, #13406, #13407, #13408)
    • ๐Ÿ— build: prevent over optimization of computeBenchmarkIndex (#13366)
    • ๐Ÿ”จ treemap: remove postMessage. refactor options input (#13356)