What changed in Vercel Analytics from 1 to 2
2 releases numbered after 1.6.1 up to and including v2.0.1, stable releases only. 1.6.1 and v2.0.1 are the newest stable releases of 1 and 2 we track; this page follows them as new ones ship.
- 1 mentions breaking changes
5 changes across 2 releases
Added 1
- Analytics config can now be loaded dynamically
Changed 2
- License changed from MPL-2.0 to MIT
- Nuxt: introduce module support, load injectAnalytics() from @vercel/analytics/nuxt/runtime for configuration
Original release notes, newest first
The list above is our reading of these notes; the originals from Vercel are here, one fold per release.
v2.0.1
What's Changed
- fix(nuxt): set nuxt as optional dependency by @CHC383 in https://github.com/vercel/analytics/pull/193
New Contributors
- @CHC383 made their first contribution in https://github.com/vercel/analytics/pull/193
Full Changelog: https://github.com/vercel/analytics/compare/v2.0.0...v2.0.1
v2.0.0
What's Changed
Breaking Changes
- License changed from MPL-2.0 to MIT (#170)
- Nuxt: introduce module support. If you need to configure it, load
injectAnalytics()from@vercel/analytics/nuxt/runtime(#183)
Features
feat: load dynamic configuration(#184) — analytics config can now be loaded dynamically
Bug Fixes
fix: src and endpoint paths do not work when relative(#186)
Full Changelog: https://github.com/vercel/speed-insights/compare/1.6.1...2.0.0