Skip to content

Releases: GoogleChrome/web-vitals-extension

v1.5.0

13 May 23:34
e371300
Compare
Choose a tag to compare

What's Changed

  • Improve formatting and stop hardcoding thresholds by @tunetheweb in #178
  • Initialise locale formatting in advance as a performance improvement by @tunetheweb in #179
  • INP breakdown and LoAF integration with web-vitals v4 by @tunetheweb in #177

Full Changelog: v1.4.2...v1.5.0

v1.4.2

07 Mar 05:59
fbbfcdf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.4.2

v1.4.0

08 Aug 21:55
2717a01
Compare
Choose a tag to compare

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: v1.3.0...v1.4.0

v1.3.0

12 Jul 19:13
96ca0de
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.3.0

v1.2.2

10 May 19:24
76521a2
Compare
Choose a tag to compare

Release highlights:

Full Changelog

v1.2.1

02 May 18:46
5c2fb67
Compare
Choose a tag to compare

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