yarn nuxt 0.7.0
v0.7.0

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

Breaking Changes

  • If you were using process.BROWSER to add special code for the client bundle, please use process.BROWSER_BUILD now. Also, process.SERVER_BUILD has been added too.

Features

  • Add alias ~router to import the vue-router router created by nuxt.js (can be useful to use vuex-router-sync for example.

Improvements

  • Custom routes path with regexp are now working

Dependencies

  • Upgrade vue to 2.1.2
  • Upgrade vue-meta to 0.5.2
  • Remove glob-promise and only use glob instead

PS: working also on nuxt generate, to generate modern static websites with html files generated => Nuxt.js apps could be hosted on Github Pages 🔥

Don't miss a new nuxt release

NewReleases is sending notifications on new releases.