Skip to content

v7.1.0

Compare
Choose a tag to compare
@connorjclark connorjclark released this 12 Feb 23:49
5bd6314

Full Changelog

We expect this release to ship in the DevTools of Chrome 90. It went live on PageSpeed Insights on Feb 19.

New contributors

Thanks to our new contributors 👽🐷🐰🐯🐻!

Core

  • add hidden layout-shift variant metrics (#12046)
  • cls: refactor CLS and CLS-AF (#12069, #12034)
  • image-elements: set 5s time budget, add _privateCssSizing (#12065)
  • unsized-images: skip images that are zero-sized (#12054)
  • tap-targets: drop custom node rect creation (#12005)
  • alias element.currentSrc to element.src in node snippet (#12007)
  • fix js edge case in minification estimator (#12067)

Fraggle Rock

Support for auditing user flows (#11313)

  • fr: eliminate driver delegate from internal invocations (#12015)
  • fr: add more gatherers to config (#12016)
  • fr: add artifact dependency support (#12045)
  • fr: extract network monitor class (#12006)
  • fr: initial gatherer migration for snapshot, navigation (#11993)
  • fr: add session.onAnyProtocolMessage listener (#11995)

CLI

  • do not set AutofillShowTypePredictions (#12038)

Deps

  • axe-core: upgrade to 4.1.2 (#12075)
  • snyk: update snyk snapshot (#12071)

Tests

  • smoke: tweak expectations based on feedback from LR (#11962)
  • trace-elements: test node eviction with unit rather than smoke (#12056)

Misc

  • ci: increase fetch-depth for codecov SHA (#12079)
  • git3po: merge when green for unstable state too (#12078)
  • add issue assigner bot (#12052)
  • tighten querySelector types (#12013)