Skip to content

Releases: nuxt/nuxt

v0.2.6

09 Nov 23:00
Compare
Choose a tag to compare
v0.2.6 Pre-release
Pre-release

Features

  • nuxt build -> Build only the application
  • nuxt start -> Launch the server and nuxt (without building it, so make sure to launch nuxt build before)
  • Add dev option to specify if the build will be for production or development, define also the webpack-dev-middleware and hot-reloading for nuxt-dev

Misc

  • Refactoring some logic for webpack inside the webpack/*.config.js files
  • Update README for production deployment
  • Improve test with ava (checking the value of the color of the element)

v0.2.5

09 Nov 14:55
Compare
Choose a tag to compare
v0.2.5 Pre-release
Pre-release

Move repository to nuxt organization

Feature

  • give the root instance in window.onNuxtReady

Misc.

  • Rename components loading to nuxt-loading and error-page to nuxt-error to avoid global component erase and keep consistency

v0.2.4

09 Nov 01:36
Compare
Choose a tag to compare
v0.2.4 Pre-release
Pre-release

Features

Misc.

v0.2.3

08 Nov 03:01
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release

Features

  • Add plugins options to load given files before loading the vues.js application (see example)

Misc.

v0.2.2

08 Nov 01:29
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

Fix

  • Catching error on new Nuxt() was calling then() instead of catch()
  • Production mode, extract all chunks in CSS now

v0.2.1

08 Nov 00:18
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Features

  • Support meta field in custom routes

Misc.

  • Add .npmignore to ignore examples/
  • Add README.md to examples/custom-routes/ (read it here)
  • Add Context part in README.md of `examples/async-data/ (red it here
  • Remove --harmony_proxies flag

v0.2.0

07 Nov 22:33
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Features

Fixes

  • display error when webpack build fails