You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file.
3
3
4
4
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
6
+
## 2.0.0 - 2019-01-11
7
+
8
+
### Features
9
+
10
+
***Nuxt v2.2.x**: The template was updated to use Nuxt v2.0.0.
11
+
***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.
12
+
13
+
In addition, the README was updated with more clear instructions how to use it in different environments, not only with Netlify deploy.
14
+
15
+
### Breaking changes
16
+
17
+
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.
18
+
19
+
* Nuxt v2.x replaces `isClient` with `process.client`. See [required](https://github.com/renestalder/nuxt-netlify-cms-starter-template/commit/ca752c53adb221bde3070a8c4197ea140ccd4a5a#diff-ab6b79105e8be7d546b7510a53d2dd71) changes to the `nuxt.config.js`.
0 commit comments