Skip to content
This repository was archived by the owner on Feb 25, 2021. It is now read-only.

Releases: renestalder/nuxt-netlify-cms-starter-template

v2.0.0

11 Jan 15:39
7ffbaa2

Choose a tag to compare

Features

  • Nuxt v2.2.x: The template was updated to use Nuxt v2.2.x.
  • Netlify Config Example: Added a Netlify config example that enables the npm run generate to work on all kinds of deployments e.g. Branch, Preview and Production deployment without the need of additional configuration.

In addition, the README was updated with more clear instructions how to use it in different environments, not only with Netlify deploy.

Breaking changes

If you want to apply the template changes to your current project using the template, be aware of the following required changes to make your project work.

  • Nuxt v2.x replaces isClient with process.client. See required changes to the nuxt.config.js.

v1.0.0

06 Jan 00:16
b4b6ee7

Choose a tag to compare

Enables Netlify CMS' default format frontmatter to be used and removes JSON format support.

v0.2.0

18 Feb 17:02

Choose a tag to compare

fix(nuxt): add missing dynamicRoutes variable assignment

v0.1.0

18 Feb 16:22

Choose a tag to compare

A first version, coming from a prototype test.