Nuxt.js v2.12.0 Release Notes

Release Date: 2020-03-17 // about 4 years ago
  • ๐Ÿฑ ๐Ÿš€ Features

    • general
      • #6950 Support crossorigin attribute in SSR script and preload tags
      • #6868 Improve programmatic usage (see docs)
      • #7029 Expose webpack config
      • #6272 Allow disabling loading-screen
    • wepack
      • #6987 Support @import using ~assets in css files
      • #6272 Allow disabling loading-screen
    • vue-app
      • #6880 New fetch syntax (see docs)
      • #6939 Pass error as param to nuxt-loading fail method
      • #6244 TriggerwatchParam when param is changed in same route
    • cli
      • #6855 Pass context when nuxt.config exports a function

    ๐Ÿฑ ๐Ÿ‘Œ DX

    • ๐Ÿ— builder
      • #6924 Analyze mode warning rewording
    • general
    • generator
      • #6882 Log message or full error for unhandled error without stack trace
    • cli
      • #6904 Display listening URLs after build
    • vue-app
      • #7032 Improve missing inject value error message
      • #6775 Middleware not executing on double browser back navigation
    • core
      • #7079 Better module not found handling

    ๐ŸŽ ๐Ÿ”ฅ Performance

    • vue-renderer
      • #6973 Early return render when redirect happens
      • #6846 Don't serialize session when injectScripts is false

    ๐Ÿฑ ๐Ÿ› Bug Fixes

    • core
      • #7002 Deprecated render:context and render:routeContext hooks was not being called
    • babel-preset-app
      • #7070 TypeError when import cjs in webpack building
    • vue-app
      • #6946 Use child transition name when navigating to parent
      • #6854 Add fallback context for errors
      • #6803 Resolve leave transition on child routes
      • #6807 Move head to the index to avoid global state
    • webpack
      • #6864 Provide global URL and URLSearchParams

    ๐Ÿ”จ ๐Ÿ’… Refactors

    • general
      • #6954 Use scope variable memo for modern utils
    • utils
      • #6953 Eliminate side effect from modern utils

    ๐Ÿฑ ๐Ÿ“ Examples

    • cached-components
      • #6997 Remove non-existing link

    ๐Ÿก Chore

    • general
      • #6816 Simplifies Code Contributions & Reviews
    • ci
      • #6857 Support Github actions

    ๐Ÿฑ ๐Ÿ‘“ Tests

    • general
      • Fix socket-hang-up test
      • Separate dev and unit test
      • Avoid unexpected outside stderr assertion count
      • Fix uncompressed resource size
      • Wrap error test with consola to make output clear

    ๐Ÿฑ ๐Ÿ’– Thanks to