Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
4.2 KiB
@astrojs/web-vitals
3.0.1
Patch Changes
- #12594
4f2fd0a
Thanks @Princesseuh! - Fixes compatibility with Astro 5
3.0.0
Major Changes
-
#12008
5608338
Thanks @Princesseuh! - Welcome to the Astro 5 beta! This release has no changes from the latest alpha of this package, but it does bring us one step closer to the final, stable release.Starting from this release, no breaking changes will be introduced unless absolutely necessary.
To learn how to upgrade, check out the Astro v5.0 upgrade guide in our beta docs site.
3.0.0-beta.1
Major Changes
-
#12008
5608338
Thanks @Princesseuh! - Welcome to the Astro 5 beta! This release has no changes from the latest alpha of this package, but it does bring us one step closer to the final, stable release.Starting from this release, no breaking changes will be introduced unless absolutely necessary.
To learn how to upgrade, check out the Astro v5.0 upgrade guide in our beta docs site.
Patch Changes
- Updated dependencies [
5608338
]:- @astrojs/db@0.14.0-beta.1
2.0.1-alpha.0
Patch Changes
- Updated dependencies [
b677429
]:- @astrojs/db@0.13.2-alpha.0
3.0.0
Patch Changes
- Updated dependencies [
d6611e8
]:- @astrojs/db@0.14.0
2.0.0
Patch Changes
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 Vercel’strailingSlash: true
that redirect from/web-vitals
to/web-vitals/
0.2.0
Minor Changes
- #11094
3c7a4fa
Thanks @delucis! - Upgrades theweb-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