Nuxt.js v2.13.3 Release Notes

Release Date: 2020-07-02 // almost 4 years ago
  • ๐Ÿฑ ๐Ÿ› Bug Fixes

    • vue-app
      • #7656 Check plugin key on Vue.prototype instead of Vue
      • #6745 Sanitize path with trailing slash in getLocation (resolves #6744)
      • #7654 Handle layout on client error (resolves #7567)
      • #7657 Don't fetch payload on first spa fallback render (resolves #7648)
    • webpack
      • #7635 Modern build should wait for legacy assets (resolves #7562, resolves #7628)
      • #7639 Use compact name for concatenated modules (resolves #7625)
    • cli
      • #7647 Handle nuxt static command ๐Ÿ‘€

    ๐Ÿ”จ ๐Ÿ’… Refactors

    • csp
      • #7659 Remove unsafe-eval in dev mode

    ๐Ÿฑ ๐Ÿ“ Examples

    • with-sockets
      • #7650 Deprecated callback and use cjs
    • with-vuetify
      • #7638 Use v-main instead of v-content

    ๐Ÿฑ ๐Ÿ‘• Types

    • general
      • #7626 Import types for @nuxt/telemetry and @nuxt/components

    ๐Ÿฑ ๐Ÿ’– Thanks to