Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Feb 12:32
13f6fd0

✨ Highlights

Nuxt DevTools v2.0 isn't a massive update but rather some necessary breaking changes for us to move forward easier.

The main breaking change is that Nuxt DevTools 2.0 now requires Vite v6, which means Nuxt v3.15+. Along with other improvements like custom editor selection, Discovery.js for resolved Nuxt/Nitro/Vite configs (rather advanced, mostly for debugging), bringing back the schema generator, and more optimized dependencies.

We will soon include v2.0 in the next Nuxt release.


   🚨 Breaking Changes

  • Requires Vite v6 and Nuxt v3.15  -  by @antfu (f2a2f)
  • Move edge releases to nightly releases  -  by @antfu (5c6df)
  • Remove global installation wizard  -  by @antfu (23215)
  • Upgrade execa and which, requires node ^18.17.0  -  by ** >=20.5.0** ()
  • Switch from flatted to structured-clone-es  -  by @antfu (403fe)

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub