Nuxt.js v2.14.8 Release Notes

Release Date: 2020-12-01 // over 3 years ago
  • ๐Ÿฑ ๐Ÿ› Bug Fixes

    • webpack
      • #8205 Allow transpiling packages in nested node_modules
    • general
      • #8325 Handle route encodings and update vue-router
    • vue-router
      • #8394 Force chidren to be required if default child is present (resolves #7823)
    • cli
      • #8398 Respect router.trailingSlash when serving static files (resolves #8350)
      • #8337 Handle generate.cache.ignore as a function in ensureBuild
    • generator
      • #8237 Nested route missing trailingSlash (resolves #8165)
      • #8344 Respect publicPath for static assets (resolves #7923, #7815)
    • csp
      • #8352 Apply right csp header when status code is 304 (resolves #8353)
    • vue-app
      • #8314 Handle missing payloads on full static (resolves #7717)
      • #8348 Warn if promises and functions are in fetch state (resolves #8338)
      • #8225 TriggerScroll when transitions is disabled
      • #8289 Use nuxt globalName correctly in nuxt-link and fetch mixin (resolves #8118)
      • #8280 Prevent redirection loop with URI-encoded path (resolves #8116)
    • types
      • #8362 Correct vue.config types
      • #8349 Add missing isFetching and nbFetching to NuxtApp interface
      • #8319 NuxtOptionsHead can be a function
      • #8302 Add missing ssrContext and next typings to Context (resolves #8296)
    • server
      • #8313 Redirect if router.base specified in development

    ๐Ÿ”จ ๐Ÿ’… Refactors

    • general
      • #8210 Use nuxt everywhere
    • cli

    ๐Ÿฑ ๐Ÿ‘“ Tests

    • general
      • #8282 Fix redirect tests

    ๐Ÿฑ ๐Ÿ’– Thanks to