Nuxt.js v2.8.1 Release Notes

Release Date: 2019-06-04 // almost 5 years ago
  • 🍱 🐛 Bug Fixes

    • vue-renderer
      • #5867 Fix exception on property access of undefined object
      • #5863 Prevent "can't set headers after they are sent" error in modern server mode
    • vue-app
      • #5864 Reduce consola direct access and don't override browser console.log
    • cli
      • #5865 Don't mutate options export to prevent ESM regression with nuxt.config in mixed (cjs + esm) mode ( TIP: never mix them as is non-standard and may be unsupported in any future version)

    🔨 💅 Refactors

    • typescript
      • #5854 Prepare for external typescript support

    🍱 💖 Thanks to

    • Rafał Chłodnicki (@rchl)