yarn nuxt 0.9.7
v0.9.7

latest releases: 3.11.2, 3.11.1, 3.11.0...
7 years ago

Features

  • Add the --analyze (or -a) option to nuxt build, this will launch the bundle analyzer to let you see how to improve the size of your bundle. You can also use the build.analyze option, see documentation.
  • It is possible to extend the routes with the extendRoutes property in the nuxt.config.js file, see documentation.
  • You can customise the scrollBehavior of vue-router via nuxt.config.js, see documentation.

Improvements

  • nuxt <command> does not spawn a process anymore, this facilitates the communication between the processes (@yuchonghua via #147)
  • nuxt build and nuxt generate now exit with the status code 1 when the webpack build fail (fix #125)
  • Improve error handling in data and fetch to avoid recursive JSON error (fix #134)
  • nuxt.render sends back a promise to know when the page has been rendered (via #157)

Dependencies

  • Remove cross-spawn dependency
  • Use webpack v2.2.0
  • Upgrade Vue to v2.1.10 and vue-router to v2.1.3

Fixes

  • Fix dynamic page when calling error() and going back to another page (fix #96)
  • The data and fetch methods are not called anymore on hashchange
  • The progress bar works now when switching layout (fix #113)

Don't miss a new nuxt release

NewReleases is sending notifications on new releases.