Web Vitals Extension Versions Save

A Chrome extension to measure essential metrics for a healthy site

v1.5.1

4 weeks ago

What's Changed

  • Minor version bump to correct issues with v1.5.0 release process

Full Changelog: https://github.com/GoogleChrome/web-vitals-extension/compare/v1.5.0...v1.5.1

v1.5.0

1 month ago

What's Changed

Full Changelog: https://github.com/GoogleChrome/web-vitals-extension/compare/v1.4.2...v1.5.0

v1.4.2

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/GoogleChrome/web-vitals-extension/compare/v1.4.0...v1.4.2

v1.4.0

10 months ago

What's Changed

  • Option to disable badge animation
  • Badge now changes shape as well as color for better accessibility
  • Improved message when web vitals are not available (e.g. local policy setting on certain sites)
  • Improved wording in docs and extension to make intents clearer
  • Refactor cache usage
  • Upgrade web-vitals.js to latest version

Full Changelog: https://github.com/GoogleChrome/web-vitals-extension/compare/v1.3.0...v1.4.0

v1.3.0

11 months ago

What's Changed

Full Changelog: https://github.com/GoogleChrome/web-vitals-extension/compare/v1.2.2...v1.3.0

v1.2.2

1 year ago

Release highlights:

Full Changelog

v1.2.1

1 year ago

1.2.1 (2023-05-02)

Release highlights:

  • Updated web-vitals.js to latest, using the attribution build for more detailed CWV debugging information
  • Added the experimental Interaction to Next Paint (INP) metric
  • Improved console log organization to be able to accommodate even more data, including metric timing breakdowns for LCP and INP
  • Updated extension to Manifest V3
The Chrome DevTools console, containing printed logs from the Web Vitals extension. Includes an LCP and an INP entry with target elements and breakdowns of timing per phases within each metric

Full Changelog