From e9a657349a7bd2d9f8aa7031f07a32b6c045ddf3 Mon Sep 17 00:00:00 2001 From: Shawn Erquhart Date: Tue, 24 Apr 2018 21:50:24 -0400 Subject: [PATCH] Release 1.7.0 --- CHANGELOG.md | 17 ++++++++++++++--- package.json | 2 +- website/site/data/updates.yml | 3 +++ 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eccdac71..468cea02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,25 @@ Changes that have landed in master but are not yet released. Click to see more. - - * allow custom auth endpoint ([@erquhart](https://github.com/erquhart) in [#1294](https://github.com/netlify/netlify-cms/pull/1294)) +## 1.7.0 (April 24, 2018) +Allow custom auth endpoint, bug fixes. + +### Features +* allow custom auth endpoint ([@erquhart](https://github.com/erquhart) in [#1294](https://github.com/netlify/netlify-cms/pull/1294)) + +### Improvements +* skip validation of optional fields when empty (@Dammmien in #1237) + +### Bug Fixes +* fix GitHub auth button icon alignment (@erquhart in #1299) +* fix Git Gateway login hang (@ekoeryanto in #1240) + ## 1.6.0 (April 19, 2018) ([demo](https://5ad8e1ebb31274466632d026--cms-demo.netlify.com/#/)) Markdown toolbar customization, manual date widget entry, bug fixes. -### Improvements +### Features * Allow markdown editor toolbar customization ([@Dammmien](https://github.com/Dammmien) in [#1236](https://github.com/netlify/netlify-cms/pull/1236)) * Allow login screen to be skipped for test repo backend ([@erquhart](https://github.com/erquhart) in [#1291](https://github.com/netlify/netlify-cms/pull/1291)) diff --git a/package.json b/package.json index dbaa2fd6..7ee04ede 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netlify-cms", - "version": "1.6.0", + "version": "1.7.0", "description": "Netlify CMS lets content editors work on structured content stored in git", "main": "dist/cms.js", "scripts": { diff --git a/website/site/data/updates.yml b/website/site/data/updates.yml index d56d04ef..6736eb96 100644 --- a/website/site/data/updates.yml +++ b/website/site/data/updates.yml @@ -1,4 +1,7 @@ updates: + - date: '2018-04-24' + description: 'Allow custom auth endpoint, bug fixes.' + version: 1.7.0 - date: '2018-04-19' description: ' Markdown toolbar customization, manual date widget entry, bug fixes.' version: 1.6.0