# Vercel Analytics: what changed from 1 to 2 - Product: Vercel Analytics (https://whatsnew.fyi/product/vercel-analytics) - Vendor: Vercel - Range: changelog entries numbered after 1.6.1 up to and including v2.0.1, stable releases only - Entries below: 2 releases (newest first) - Resolved: 1 is 1.6.1 and 2 is v2.0.1, the newest stable release of each major we track - Carrying security changes: 0 · CVEs mentioned: 0 · Mentioning breaking changes: 1 · Removing or deprecating something: 0 - Page: https://whatsnew.fyi/product/vercel-analytics/compare/1...2 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. ## What changed (5 changes, grouped by kind) ### Added #### v2.0.0 (2026-03-10) - Analytics config can now be loaded dynamically ### Changed #### v2.0.0 (2026-03-10) - License changed from MPL-2.0 to MIT - Nuxt: introduce module support, load injectAnalytics() from @vercel/analytics/nuxt/runtime for configuration ### Fixed #### v2.0.1 (2026-03-12) - Set Nuxt as optional dependency #### v2.0.0 (2026-03-10) - src and endpoint paths now work when relative ## Release notes ### v2.0.1 - Date: 2026-03-12 - Version: v2.0.1 - Original notes: https://github.com/vercel/analytics/releases/tag/v2.0.1 - Permalink: https://whatsnew.fyi/product/vercel-analytics/releases/v2.0.1 - **fixed** — Set Nuxt as optional dependency ##### 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 - Date: 2026-03-10 - Version: v2.0.0 - Original notes: https://github.com/vercel/analytics/releases/tag/v2.0.0 - Permalink: https://whatsnew.fyi/product/vercel-analytics/releases/v2.0.0 - **changed** — License changed from MPL-2.0 to MIT - **changed** — Nuxt: introduce module support, load injectAnalytics() from @vercel/analytics/nuxt/runtime for configuration - **added** — Analytics config can now be loaded dynamically - **fixed** — src and endpoint paths now work when relative ##### 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