Features
- Add the ability to generate store module with the file API (PR #92), see documentation
Shoutout to @Granipouss for this great feature!
Improvements
- Use the
{ isJSON: true }
option for serialize-javascript, which improves the performance of server-side rendering and force the component data to be plain object (better security) enterToClass
andleaveToClass
has been added in thetransition
options- We can now define transition hooks in the
nuxt.config.js
- #34 (comment)
Patches
- CSS Modules when building for production (disable extractTextPlugin on the server bundle) (fix #109)
- Route names for parent routes (fix #119)
- IE 10 compatibility (fix #93)
Dependencies
- Upgrade Vue to
v2.1.8
- Upgrade webpack to
v2.2.0-rc5
, fix #98 - All dependencies are up to date