Releases: GoogleChrome/web-vitals-extension
Releases · GoogleChrome/web-vitals-extension
v1.5.3
What's Changed
- Fix INP formatting in console logging by @tunetheweb in #188
Full Changelog: v1.5.2...v1.5.3
v1.5.2
What's Changed
- Remove debug code and simplify in onEachInteraction by @adamraine in #182
- Remove FID by @rviscomi in #185
- Upgrade web-vitals to 4.2.3 by @tunetheweb in #187
- 1.5.2 version bump by @rviscomi in #186
New Contributors
- @adamraine made their first contribution in #182
Full Changelog: v1.5.1...v1.5.2
v1.5.1
What's Changed
- Minor version bump to correct issues with v1.5.0 release process
Full Changelog: v1.5.0...v1.5.1
v1.5.0
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
What's Changed
- Bump lodash from 4.17.15 to 4.17.21 by @dependabot in #157
- Bump ansi-regex from 4.1.0 to 4.1.1 by @dependabot in #156
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #155
- Bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in #154
- Bump semver from 5.7.1 to 5.7.2 by @dependabot in #153
- Bump minimist from 1.2.5 to 1.2.8 by @dependabot in #152
- Fix no badge animation bug by @tunetheweb in #158
- Bump glob-parent from 5.1.1 to 5.1.2 by @dependabot in #160
- Bump ajv from 6.12.2 to 6.12.6 by @dependabot in #159
- Use extension message port for the communication between content script and extension by @lozy219 in #161
- Fix typo in user timings elmentRenderDelay -> elementRenderDelay by @alonkochba in #163
- Bump debug from 4.1.1 to 4.3.4 by @dependabot in #165
- Bump @babel/traverse from 7.17.9 to 7.23.2 by @dependabot in #166
- Bug fix for postMessage change by @tunetheweb in #162
- Update web vitals by @rviscomi in #168
- Remove icons and legend by @rviscomi in #171
- Graduate INP by @rviscomi in #169
- Reestablish message port on bfcache restore by @tunetheweb in #172
New Contributors
- @dependabot made their first contribution in #157
- @lozy219 made their first contribution in #161
- @alonkochba made their first contribution in #163
Full Changelog: v1.4.0...v1.4.2
v1.4.0
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
What's Changed
- Upgrade web-vitals to 3.4.0
- Add FCP and TTFB metrics
- Switch
master
branch tomain
Full Changelog: v1.2.2...v1.3.0
v1.2.2
Release highlights:
- Remove experimental annotations from INP headings now that INP is no longer experimental
v1.2.1
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