yarn nuxt 1.0.0-alpha.3
v1.0.0-alpha.3

latest releases: 3.11.2, 3.11.1, 3.11.0...
6 years ago
  • nuxt.build() is now ran automatically on development mode
  • Option build.buildNamespace has been renamed to buildDir
  • JSDOM has been updated to use the latest API (nuxt.renderAndGetWindow)
  • For nuxt generate, you can now give a payload to avoid multiple API call, see this example to see how to use it.
  • context.hotReload (boolean) has been added to know when middleware or page hooks are being called from the hot reload or not (only in development) (fix #812)
  • window.onNuxtReady has been fixed (fix #829)
  • Option dev is now equal to false when process.env.NODE_ENV === 'production'
  • Fix module to be called before listening the server

Don't miss a new nuxt release

NewReleases is sending notifications on new releases.