From 9cad8ee79728c49aa28524c80016dee499fc3512 Mon Sep 17 00:00:00 2001 From: Barry Pollard Date: Thu, 28 Sep 2023 12:25:50 +0100 Subject: [PATCH] Update CHANGELOG for 3.5.0 (#387) * Update CHANGELOG for 3.5.0 * Wording tweaks --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 533d9928..c70d0962 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### v3.5.0 (2023-09-28) + +- Run `onLCP` callback in separate task ([#386](https://github.com/GoogleChrome/web-vitals/pull/386)) +- Fix INP durationThreshold bug when set to 0 ([#372](https://github.com/GoogleChrome/web-vitals/pull/372)) +- Prevent FID entries being emitted as INP for non-supporting browsers ([#368](https://github.com/GoogleChrome/web-vitals/pull/368)) + ### v3.4.0 (2023-07-11) - Make `bindReporter` generic over metric type ([#359](https://github.com/GoogleChrome/web-vitals/pull/359))