Skip to content

Latest commit

 

History

History
222 lines (99 loc) · 7.73 KB

CHANGELOG.md

File metadata and controls

222 lines (99 loc) · 7.73 KB

Change Log

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

4.0.0 (2019-02-21)

Bug Fixes

  • package: update style-loader to version 0.23.0 (#75) (004f9eb)

Features

BREAKING CHANGES

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

Bug Fixes

  • module: fix compatibility with nuxt generate (c518a10), closes #59

Thanks @jmcmullen & @easherma!

Features

  • module: compatibility with netlify-cms v2 (6800ea4), closes #64

3.0.2 (2018-08-04)

Bug Fixes

  • use cms-config-url html link to determine proper netlify cms config.yml path (1b07d51)

3.0.1 (2018-04-29)

Bug Fixes

  • package: fix regeneratorRuntime error (f96d5fe), closes #51

  • docs: fix update readme.md links to match Netlify's docs

Thanks gangsthub !

3.0.0 (2018-04-22)

Features

  • module: compatibility with nuxt v1 (416737e)

BREAKING CHANGES

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

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