All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
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