Releases: medfreeman/nuxt-netlify-cms-module
Releases · medfreeman/nuxt-netlify-cms-module
v4.0.0
22 Feb 00:13
Compare
Sorry, something went wrong.
No results found
4.0.0 (2019-02-21)
Bug Fixes
package: update style-loader to version 0.23.0 (#75 ) (004f9eb )
Features
Thanks @rclement !
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
v3.1.0
07 Aug 00:46
Compare
Sorry, something went wrong.
No results found
v3.0.2
04 Aug 02:40
Compare
Sorry, something went wrong.
No results found
3.0.2 (2018-08-04)
Bug Fixes
use cms-config-url html link to determine proper netlify cms config.yml path (c1e773f )
v3.0.1
04 Aug 02:05
Compare
Sorry, something went wrong.
No results found
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 !
v3.0.0
22 Apr 16:51
Compare
Sorry, something went wrong.
No results found
3.0.0 (2018-04-22)
Features
module: compatibility with nuxt v1 (416737e )
BREAKING CHANGES
module:
Update nuxt devDependency to v.1.4.0
This module is no more compatible with nuxt versions older than v1.0.0
v2.0.1
22 Sep 21:06
Compare
Sorry, something went wrong.
No results found
2.0.1 (2017-09-22)
Bug Fixes
module: properly move the CMS build to the dist folder on nuxt generate (dd4b970 ), closes #23
v2.0.0
21 Sep 09:50
Compare
Sorry, something went wrong.
No results found
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
v1.2.1
18 Sep 16:36
Compare
Sorry, something went wrong.
No results found
1.2.1 (2017-09-18)
Bug Fixes
cms-config: properly prepend file paths with nuxt srcDir (c189b0f ), closes #18
v1.2.0
18 Sep 16:35
Compare
Sorry, something went wrong.
No results found
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 )
v1.1.0
08 Sep 13:49
Compare
Sorry, something went wrong.
No results found
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 )