yarn nuxt 0.9.8
v0.9.8

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

Features

  • The middleware feature is out 🔥 ! Read more on the documentation.

You can check the example-auth0 repository to see a real-life example. Otherwise, you can check the i18n example or the middleware example.

  • Wildcard route: _.vue will now create a route { path: '/*', name: 'all' }

Improvements

  • ~store links now to the store file which exports the vuex store instance, useful to require it in plugins to extend it, same for ~router. See documentation.
  • A progress bar is now displayed when building the application (thanks to progress-bar-webpack-plugin)

nuxt-build-progress-bar

Bug fixes

  • Fix regression from v0.9.7: data was not called anymore when query changed, it's now fixed.
  • Fix bug: routes generated by file names were in the wrong order.

Don't miss a new nuxt release

NewReleases is sending notifications on new releases.