|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
4 | 4 |
|
| 5 | +# [4.0.0](https://github.com/medfreeman/nuxt-netlify-cms-module/compare/v3.1.0...v4.0.0) (2019年02月21日) |
| 6 | + |
| 7 | + |
| 8 | +### Bug Fixes |
| 9 | + |
| 10 | +* **package:** update style-loader to version 0.23.0 ([#75](https://github.com/medfreeman/nuxt-netlify-cms-module/issues/75)) ([004f9eb](https://github.com/medfreeman/nuxt-netlify-cms-module/commit/004f9eb)) |
| 11 | + |
| 12 | + |
| 13 | +### Features |
| 14 | + |
| 15 | +* **module:** compatibility with `nuxt` v2 ([#111](https://github.com/medfreeman/nuxt-netlify-cms-module/issues/111)) ([41c450e](https://github.com/medfreeman/nuxt-netlify-cms-module/commit/41c450e)), closes [nuxt-community/nuxtent-module#190](https://github.com/nuxt-community/nuxtent-module/issues/190) |
| 16 | + |
| 17 | + |
| 18 | +### BREAKING CHANGES |
| 19 | + |
| 20 | +* **module:** This module is no more compatible with nuxt versions older than v2.0.0 |
| 21 | +Update `nuxt` devDependency to v.2.0.0 |
| 22 | + |
| 23 | +Compatibility with webpack v4 |
| 24 | +Add `FriendlyErrorsWebpackPlugin` |
| 25 | +Add `@nuxt/friendly-errors-webpack-plugin`, `extract-css-chunks-webpack-plugin` |
| 26 | +Use `consola` instead of debug for logging, improve messages |
| 27 | +Add `webpackbar` in production, improve logging |
| 28 | +Upgrade husky, move config to its own key |
| 29 | +Remove `.yarnrc` engine compatibility fix |
| 30 | + |
| 31 | + |
| 32 | + |
5 | 33 | <a name="3.1.0"></a>
|
6 | 34 | # [3.1.0](https://github.com/medfreeman/nuxt-netlify-cms-module/compare/v3.0.2...v3.1.0) (2018年08月07日)
|
7 | 35 |
|
|
0 commit comments