Skip to content

v7.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Jun 12:42

   🚨 Breaking Changes

  • Dropped Vue 2 support.
  • Deprecated unplugin-vue-inspector in favor of the Vite-only vite-plugin-vue-inspector package.
  • Removed CJS output.
  • Removed deprecated / legacy options such as vue, cleanHtml, and openInEditorHost.
  • Updated peer requirements to Vue 3.5+ and Vite 6/7/8.

   🚀 Features

  • More accurate source jumps powered by Vue render output and Vite source maps.
  • Better compatibility with Vapor mode through fallback DOM markers.
  • New lightweight DOM/SVG overlay, no Vue SFC runtime overlay.
  • Built-in Vite DevTools dock action support.
  • New client APIs for custom inspector UI and integrations.
  • Simpler Nuxt setup via the Vite plugin.
  • Cleaner ESM-first package exports.