All Versions
35
Latest Version
Avg Release Cycle
21 days
Latest Release
1207 days ago

Changelog History
Page 1

  • v2.14.10 Changes

    December 07, 2020

    🍱 πŸ› Hot Fixes

    • Normalize routes and decode resolved query (#8430) (resolves #8429, #8442)
    • πŸš€ @nuxt/components v1.2.2 (notes)
  • v2.14.9 Changes

    December 02, 2020

    🍱 πŸ› Hot Fixes

    • #8421 Only encode non dynamic path params
  • v2.14.8 Changes

    December 01, 2020

    🍱 πŸ› 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

  • v2.14.7 Changes

    October 15, 2020

    🍱 πŸ› Bug Fixes

    • babel-preset-app
      • #8203 Always transpile optional chaining and nullish-coalescing for server
    • cli
      • #8200 Rebuild if process.env changes in nuxt.config
      • #8194 Avoid error about nuxt-edge if installed in parent node_modules
      • #8134 Mode deprecation with explicit spa or universal flag
    • vue-app
      • #8170 Use getter to provide this.$nuxt
      • #8055 ScrollRestoration hasn't set
    • types
      • #8182 Add type for serverMiddleware object format
      • #8169 Make NuxtConfig an interface
    • generator
      • #8166 Handle when no routes.json defined
    • general
      • #8206 Add better logs for DX with target option

    🍱 πŸ’– Thanks to

  • v2.14.6 Changes

    September 21, 2020

    🍱 πŸ› Bug Fixes

    • babel-preset-app
      • #8085 Allow to specify corejs.version as string
    • vue-app
      • #8067 Always import error layout (resolves #8066, #8093)
      • #8053 Mock $fetch function for SSR with static target (resolves #8043)

    🍱 πŸ’– Thanks to

  • v2.14.5 Changes

    September 10, 2020

    🍱 πŸ› Bug Fixes

    • vue-app
    • utils
      • #8038 Allow chaining functions with promise (resolves #8037)
    • general
    • config
      • #8013 Don't interpolate environment variables with undefined value (resolves #7990 and #8013)
      • #8014 Avoid recursion when interpolating environment variables
      • #8030 Normalize build.indicator: true to default value

    πŸ”¨ πŸ’… Refactors

    • config
      • #8044 Deprecate mode option

    πŸ‡Ή Types

    • general
      • #7985 Expose Inject type

    🍱 πŸ’– Thanks to

  • v2.14.4 Changes

    August 27, 2020

    🍱 πŸ› Bug Fixes

    • vue-renderer
      • #7954 Add crossorigin for styles (resolves #7953)
    • cjs
      • #7938 Fix HMR issue with mongoose (resolves #7917)
      • #7966 Protect clearRequireCache against infinite recursion
    • cli
      • #7948 Handle nuxt generate with --fail-on-error for static target (resolves #7947)
    • vue-app
      • #7939 Fix variable names shadowing in chrome debugger (resolves #7731)
    • webpack
      • #7967 No module scripts in spa modern client mode (resolves #7562)

    🏑 Chore

    🍱 πŸ’– Thanks to

  • v2.14.3 Changes

    August 16, 2020

    🍱 πŸ› Bug Fixes

    • vue-renderer
      • #7928 Apply nomodule to legacy chunks

    🍱 πŸ’– Thanks to

  • v2.14.2 Changes

    August 16, 2020

    🍱 πŸ› Bug Fixes

    • webpack
      • #7906 Avoid using node_modules for chunk names (resolves #7901)
    • modern
      • #7919 Missing nomodule on legacy modules (resolves #7918)
    • vue-app
    • router
      • #7912 Use updated error codes to fix redirect errors
    • cli
      • #7860 Improve project dir detection for external commands

    🍱 πŸ‘• Types

    • general
      • #7902 Improve definitions for component transition property

    🍱 πŸ’– Thanks to

  • v2.14.1 Changes

    August 04, 2020

    🍱 πŸ› Bug Fixes

    • router
      • #7843 Optional dynamic routing in children routes (resolves #7571)
      • #7845 Remove optional params in routes ending with index (resolves #5874)
    • vue-app
      • #7801 Handle server-side router errors (resolves #7798)
    • core, config
    • πŸ— builder
    • crawler
      • #7806 Skip external links with no schema (resolves #7805)
    • webpack
      • #7808 Avoid grouping with default name (resolves #7795)
    • cli
      • #7802 Generate still runs when cache disabled
      • #7796 Normalize win32 paths for nuxt generate cache (resolves #7792)

    🍱 πŸ“ Examples

    • tailwindcss-purgecss
      • #7800 Update tailwindcss from 0.6 to 1.6 using purgecss

    🏑 Chore

    • stale

    🍱 πŸ’– Thanks to