# Vercel Analytics changelog > Privacy-friendly page and event analytics, as the client library apps install. - Vendor: Vercel - Category: Developer Tools - Official site: https://vercel.com/docs/analytics - Tracked by: What's New (https://whatsnew.fyi/product/vercel-analytics) - Harvested from: GitHub (vercel/analytics) - Entries below: 10 (newest first) 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'. ## Releases ### v2.2.0-canary - Date: 2026-07-06 - Version: v2.2.0-canary - Original notes: https://github.com/vercel/analytics/releases/tag/v2.2.0-canary - Permalink: https://whatsnew.fyi/product/vercel-analytics/releases/v2.2.0-canary - Labels: Pre-release - **added** — Add SvelteKit 3 support ##### What's Changed * Add SvelteKit 3 support by @feugy in https://github.com/vercel/analytics/pull/204 **Full Changelog**: https://github.com/vercel/analytics/compare/v2.1.0-canary...v2.2.0-canary ### v2.1.0-canary - Date: 2026-06-19 - Version: v2.1.0-canary - Original notes: https://github.com/vercel/analytics/releases/tag/v2.1.0-canary - Permalink: https://whatsnew.fyi/product/vercel-analytics/releases/v2.1.0-canary - Labels: Pre-release - **changed** — Migrate to pnpm 11 and add minimumReleaseAge - **fixed** — Publish to npm via OIDC trusted publishing ##### What's Changed * chore: migrate to pnpm 11 + add minimumReleaseAge by @feugy in https://github.com/vercel/analytics/pull/202 * fix(ci): publish to npm via OIDC trusted publishing by @feugy in https://github.com/vercel/analytics/pull/203 **Full Changelog**: https://github.com/vercel/analytics/compare/v2.0.2-canary...v2.1.0-canary ### v2.0.2-canary - Date: 2026-04-01 - Version: v2.0.2-canary - Original notes: https://github.com/vercel/analytics/releases/tag/v2.0.2-canary - Permalink: https://whatsnew.fyi/product/vercel-analytics/releases/v2.0.2-canary - Labels: Pre-release - **fixed** — Export track from Next.js binding and fix hard-refresh event loss - **fixed** — Support for vue-router v5 ##### What's Changed * fix(next): export track from Next.js binding and fix hard-refresh event loss by @feugy in https://github.com/vercel/analytics/pull/198 * fix(vue): support for `vue-router` v5 by @penglezos in https://github.com/vercel/analytics/pull/185 ##### New Contributors * @penglezos made their first contribution in https://github.com/vercel/analytics/pull/185 **Full Changelog**: https://github.com/vercel/analytics/compare/v2.0.1...v2.0.2-canary ### 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 ##### 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 ##### 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 ### v2.0.0-canary.1 - Date: 2026-02-17 - Version: v2.0.0-canary.1 - Original notes: https://github.com/vercel/analytics/releases/tag/v2.0.0-canary.1 - Permalink: https://whatsnew.fyi/product/vercel-analytics/releases/v2.0.0-canary.1 - Labels: Pre-release Canary release for testing 2.0.0 changes ### 1.6.1 - Date: 2025-12-02 - Version: 1.6.1 - Original notes: https://github.com/vercel/analytics/releases/tag/1.6.1 - Permalink: https://whatsnew.fyi/product/vercel-analytics/releases/1.6.1 ##### What's Changed * fix(nuxt): remove the module as breaking change by @atinux in https://github.com/vercel/analytics/pull/181 **Full Changelog**: https://github.com/vercel/analytics/compare/1.6.0...1.6.1 ### 1.6.0 - Date: 2025-12-01 - Version: 1.6.0 - Original notes: https://github.com/vercel/analytics/releases/tag/1.6.0 - Permalink: https://whatsnew.fyi/product/vercel-analytics/releases/1.6.0 ##### What's Changed * feat(nuxt): Add support for `injectAnalytics()` and Nuxt module by @atinux in https://github.com/vercel/analytics/pull/178 * Add `undefined` to AllowedPropertyValues type by @timolins in https://github.com/vercel/analytics/pull/174 ##### New Contributors * @atinux made their first contribution in https://github.com/vercel/analytics/pull/178 **Full Changelog**: https://github.com/vercel/analytics/compare/1.5.0...1.6.0 ### 1.5.0 - Date: 2025-02-10 - Version: 1.5.0 - Original notes: https://github.com/vercel/analytics/releases/tag/1.5.0 - Permalink: https://whatsnew.fyi/product/vercel-analytics/releases/1.5.0 ##### What's Changed * fix: next/jest does not support import.meta by @feugy in #162 * feat: support configurable deployment basepath by @feugy in #158 **Full Changelog**: https://github.com/vercel/analytics/compare/1.4.1...1.5.0 ### 1.5.0-canary.3 - Date: 2024-11-25 - Version: 1.5.0-canary.3 - Original notes: https://github.com/vercel/analytics/releases/tag/1.5.0-canary.3 - Permalink: https://whatsnew.fyi/product/vercel-analytics/releases/1.5.0-canary.3 - Labels: Pre-release ##### What's Changed * feat: support configurable deployment basepath by @feugy in https://github.com/vercel/analytics/pull/158 * fix: next/jest does not support import.meta by @feugy in https://github.com/vercel/analytics/pull/162 **Full Changelog**: https://github.com/vercel/analytics/compare/1.4.1...1.5.0-canary.3