Skip to content

v2.17.0

Compare
Choose a tag to compare
@danielroe danielroe released this 09 Jun 20:55
· 6058 commits to main since this release
1ce34ec

2.17.0 is the next minor release for Nuxt 2.

✨ Highlights

Nuxt 2.17 comes with a few new features, including better support for new Vue 2.7 types, and supporting passing postcss config as a function.

It also includes support for Node 20+ and a fix for a dependency issue with the Babel preset that affected new installs.

👉 Changelog

compare changes

🚀 Enhancements

  • types: Support nuxt types for defineComponent (#19789)
  • csp: Support generating nonce for scripts and links in ssr (#9621)
  • webpack: Support passing function as postcssOptions (#19495)

🔥 Performance

  • config: Avoid recursive md4 patching (7fab95252)

🩹 Fixes

  • Relax node engines upper constraint (010b539ed)
  • utils: Respect patterns within paths when sorting routes (#20669)
  • vue-app: Skip page render early on error or navigation (#20719)
  • babel-preset-app: Add explicit dep on used babel plugin (#21488)

🏡 Chore

  • Reenable publishing 🙈 (4ce8b118e)
  • Exclude yaml exception vulnerability (build-time dep) (c8ed87a26)
  • Bump jest dependencies (#20506)
  • Remove resolved advisories (98cd35665)
  • Skip publishing node_modules folder (8799cfacc)
  • Remove obsolete useWorkspaces option (27e450119)

✅ Tests

  • Add catchall path to route generation test (71c359516)
  • Update windows snapshot (4ec274ae2)
  • Update jest snapshots to remove escaped quotes (f93411c7c)

🤖 CI

  • Run tests in node 16 (#20644)
  • Pin actions by hash and use corepack (#21356)

❤️ Contributors