Nuxt.js v2.14.0 Release Notes

Release Date: 2020-07-27 // almost 4 years ago
  • ๐Ÿฑ โญ Highlights

    ๐Ÿฑ ๐Ÿš€ Features

    • webpack
      • #7785 Auto detect core-js version
    • ๐Ÿ— builder
      • #7754 Support async extendRoutes
    • general
      • #7712 Static target improvements
    • vue-renderer
      • #7633 Add vue-renderer:spa:prepareContext hook
    • vue-app
      • #7611 Add web-types.json for better code insight in WebStorm

    ๐Ÿฑ ๐Ÿ› Bug Fixes

    • webpack
      • #7787 ensure loaders are first searched from @nuxt/webpack
      • #7763 font-family hex issue
      • #7667 Fallback for empty chunk name
    • vue-app
      • #7766 nuxt-link prefetch error on fallback page
      • #7718 Handle fallback on generated page
      • #7723 Don't fetch payload for store mutation for preview and spa fallback
    • generator
      • #7776 Avoid duplicate slashes for routes ending with hash
    • cli
      • #7775 Don't use absolute path of .cache/nuxt as transpilation pattern
    • utils
      • #7761 Include routes with children for generation
    • vue-renderer
      • #7752 Read target from class instead of serverContext
    • router
      • #6594 Show default child if trailingSlash is false

    ๐Ÿ”จ ๐Ÿ–ค Refactors

    • server
      • 5272a4 Rename externalsWhitelist to externalsAllowlist

    ๐Ÿฑ ๐Ÿ“ Examples

    • vuetify
      • #7767 Use@nuxtjs/vuetify module

    ๐Ÿฑ ๐Ÿ‘• Types

    • general
      • #7670 Fix module options type
      • #7709 Add cross-origin property to NuxtOptionsRender
      • #7670 Fix module options type

    ๐Ÿฑ ๐Ÿ’– Thanks to