0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00
astro/packages/integrations/web-vitals/CHANGELOG.md
Houston (Bot) aa05be3313
[ci] release (#11481)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-18 16:05:23 +01:00

1.8 KiB
Raw Blame History

@astrojs/web-vitals

1.0.0

Patch Changes

  • Updated dependencies [2e70741]:
    • @astrojs/db@0.12.0

0.2.1

Patch Changes

  • #11120 9a0e94b Thanks @delucis! - Fixes requests to the web vitals endpoint in setups like Vercels trailingSlash: true that redirect from /web-vitals to /web-vitals/

0.2.0

Minor Changes

  • #11094 3c7a4fa Thanks @delucis! - Upgrades the web-vitals dependency to v4 and stops collecting data for the deprecated FID (First Input Delay) metric.

Patch Changes

  • #11096 0dbd8ee Thanks @delucis! - Adds support for deprecating the web vitals DB table, so the integration can be removed if desired

0.1.1

Patch Changes

  • #10947 e63e96b Thanks @delucis! - Fixes a runtime issue where Vite was unintentionally pulled into the server code

0.1.0

Minor Changes