Skip to content

Latest commit

 

History

History
138 lines (60 loc) · 4.89 KB

CHANGELOG.md

File metadata and controls

138 lines (60 loc) · 4.89 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.1 (2017-09-22)

Bug Fixes

  • module: properly move the CMS build to the dist folder on nuxt generate (dd4b970), closes #23

2.0.0 (2017-09-21)

Bug Fixes

  • package: eslint compliance on commonjs index (55a8f07)

Chores

  • package: re-export module in commonjs format (1bba36c), closes #19

Features

  • config: enforce a single netlify-cms folder (3fcbc2c), closes #21

BREAKING CHANGES

  • 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)

Bug Fixes

  • cms-config: properly prepend file paths with nuxt srcDir (c189b0f), closes #18

1.2.0 (2017-09-09)

Bug Fixes

  • build: fix various rebuild errors (229a257), closes #7 #9 #10
  • package: remove duplicate lodash.omit dependency (d5e1017)

Features

  • 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)

Bug Fixes

  • core: avoid calling file existsSync before reading (312c14b)

Features

  • core: add support for netlify-cms extensions (f670cf3)

1.0.0 (2017-09-04)

Features

  • package: allow end-user to specify netlify-cms version (78bda84)

BREAKING CHANGES

  • package: Move netlify-cms from dependencies to devDependencies and peerDependencies Update readme

0.1.4 (2017-09-04)

Bug Fixes

  • README: add missing module require instructions (3192aae)

0.1.3 (2017-09-04)

Bug Fixes

  • core: transpile utils to allow module to work (141c677)

0.1.2 (2017-09-04)

0.1.1 (2017-09-04)

Bug Fixes

  • core: transpile webpack config to allow module to work (afdd102)

0.1.0 - 2017-08-02

  • Initial release