Skip to content

v3.4.0

Latest
Compare
Choose a tag to compare
@danielroe danielroe released this 07 Jan 23:07
· 13 commits to main since this release
cad16fd

👉 Changelog

compare changes

🚀 Enhancements

  • Add open option in navigateTo helper (#1257)
  • Support import.meta.* for vite (#1297)
  • Support import.meta.* for webpack (#1298)

🔥 Performance

  • Remove unused dependencies with knip (#1422)

🩹 Fixes

  • Flag async data promise as cancelled only if defined (#1252)
  • Add cookie-es to transpiles (#1283)
  • Support definePageMeta in defineNuxtComponent (#1288)
  • Fouc on dev ssr (#1308)
  • Use legacy property publicPath for the assets url. (#1303)
  • Correct return type of useRequestFetch (#1389)

🏡 Chore

  • Add execa to dev dependencies (7b257f7)
  • Use installed-check to confirm node version support (508515b)

🤖 CI

  • Nightly release with pkg.pr.new (#1299)
  • Rename + restrict pr release workflow (f5c608f)

❤️ Contributors