All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.0.0 (2019-02-21)
- module: compatibility with
nuxt
v2 (#111) (41c450e), closes nuxt-community/nuxtent-module#190
- module: This module is no more compatible with nuxt versions older than v2.0.0
Update
nuxt
devDependency to v.2.0.0
Compatibility with webpack v4
Add FriendlyErrorsWebpackPlugin
Add @nuxt/friendly-errors-webpack-plugin
, extract-css-chunks-webpack-plugin
Use consola
instead of debug for logging, improve messages
Add webpackbar
in production, improve logging
Upgrade husky, move config to its own key
Remove .yarnrc
engine compatibility fix
3.1.0 (2018-08-07)
Thanks @jmcmullen & @easherma!
3.0.2 (2018-08-04)
- use
cms-config-url
html link to determine proper netlify cmsconfig.yml
path (1b07d51)
3.0.1 (2018-04-29)
-
docs: fix update readme.md links to match Netlify's docs
Thanks gangsthub !
3.0.0 (2018-04-22)
- module: compatibility with
nuxt
v1 (416737e)
- module: This module is no more compatible with nuxt versions older than v1.0.0
Update
nuxt
devDependency to v.1.4.0
2.0.1 (2017-09-22)
2.0.0 (2017-09-21)
- package: eslint compliance on commonjs index (55a8f07)
- config: the cms config file should be placed in the "netlify-cms" folder and named "config.yml" along with the extensions js files
- config: remove
extensionsDir
option - package: remove having to use
.default
while requiring this module
1.2.1 (2017-09-18)
1.2.0 (2017-09-09)
- build: fix various rebuild errors (229a257), closes #7 #9 #10
- package: remove duplicate
lodash.omit
dependency (d5e1017)
- build: add a notification of bundle rebuilding and completion (6c51d10), closes #11
- build: add webpack hot reloading (05748d7), closes #15
- build: show pretty build status (c4107f2)
1.1.0 (2017-09-08)
- core: avoid calling file existsSync before reading (312c14b)
- core: add support for netlify-cms extensions (f670cf3)
1.0.0 (2017-09-04)
- package: allow end-user to specify
netlify-cms
version (78bda84)
- package: Move
netlify-cms
from dependencies to devDependencies and peerDependencies Update readme
0.1.4 (2017-09-04)
- README: add missing module require instructions (3192aae)
0.1.3 (2017-09-04)
- core: transpile utils to allow module to work (141c677)
0.1.2 (2017-09-04)
0.1.1 (2017-09-04)
- core: transpile webpack config to allow module to work (afdd102)
- Initial release