Release 1.3.2
This commit is contained in:
parent
c31aaae0d4
commit
ba552f3d46
10
CHANGELOG.md
10
CHANGELOG.md
@ -5,9 +5,17 @@
|
|||||||
Click to see more.
|
Click to see more.
|
||||||
</summary>
|
</summary>
|
||||||
|
|
||||||
* Fix date widget default format ([@erquhart](https://github.com/erquhart) in [#1143](https://github.com/netlify/netlify-cms/pull/1143))
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
## 1.3.2 (March 6, 2018)
|
||||||
|
Fixes date widget default format, collection load failure when entry fails
|
||||||
|
|
||||||
|
* Fix date widget default format ([@erquhart](https://github.com/erquhart) in [#1143](https://github.com/netlify/netlify-cms/pull/1143))
|
||||||
|
* Fix collection failure when individual entries fail to load ([@tech4him1](https://github.com/tech4him1) in [#1093](https://github.com/netlify/netlify-cms/pull/1093))
|
||||||
|
|
||||||
|
### Beta Features
|
||||||
|
* Allow manual initialization and config injection ([@erquhart](https://github.com/erquhart) in [#1149](https://github.com/netlify/netlify-cms/pull/1149))
|
||||||
|
|
||||||
## 1.3.1 (March 3, 2018)
|
## 1.3.1 (March 3, 2018)
|
||||||
Fixes editorial workflow failure for unknown collections.
|
Fixes editorial workflow failure for unknown collections.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms",
|
"name": "netlify-cms",
|
||||||
"version": "1.3.1",
|
"version": "1.3.2",
|
||||||
"description": "Netlify CMS lets content editors work on structured content stored in git",
|
"description": "Netlify CMS lets content editors work on structured content stored in git",
|
||||||
"main": "dist/cms.js",
|
"main": "dist/cms.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user