Release 1.7.0

This commit is contained in:
Shawn Erquhart 2018-04-24 21:50:24 -04:00
parent 2d362de03c
commit e9a657349a
3 changed files with 18 additions and 4 deletions

View File

@ -4,14 +4,25 @@
Changes that have landed in master but are not yet released.
Click to see more.
</summary>
* allow custom auth endpoint ([@erquhart](https://github.com/erquhart) in [#1294](https://github.com/netlify/netlify-cms/pull/1294))
</details>
## 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))

View File

@ -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": {

View File

@ -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