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.

5 changes across 2 releases

Added 1

v2.0.0

  • Analytics config can now be loaded dynamically
Changed 2

v2.0.0

  • License changed from MPL-2.0 to MIT
  • Nuxt: introduce module support, load injectAnalytics() from @vercel/analytics/nuxt/runtime for configuration
Fixed 2

v2.0.1

  • Set Nuxt as optional dependency

v2.0.0

  • src and endpoint paths now work when relative

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
New Contributors

Full Changelog: https://github.com/vercel/analytics/compare/v2.0.0...v2.0.1

View originalPermalink

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

View originalPermalink