Release 1.3.0
This commit is contained in:
parent
175e81bf3c
commit
5b5e035014
@ -5,11 +5,15 @@
|
||||
Click to see more.
|
||||
</summary>
|
||||
|
||||
</details>
|
||||
|
||||
## 1.3.0 (February 27, 2018)
|
||||
Multi-part extensions, e.g. "en.md", a11y improvements in the editor, and bugfixes.
|
||||
|
||||
* Ensure unique id for each editor field ([@xifengjin88](https://github.com/xifengjin88) in [#1087](https://github.com/netlify/netlify-cms/pull/1087))
|
||||
* Fix lists crashing when first value is not a string ([@tech4him1](https://github.com/tech4him1) in [#1115](https://github.com/netlify/netlify-cms/pull/1115))
|
||||
* Support extensions with multiple parts (i.e. `en.md`) ([@tech4him1](https://github.com/tech4him1) in [#1123](https://github.com/netlify/netlify-cms/pull/1123))
|
||||
* Fix lost unsaved changes when updating status or publishing from editor ([@erquhart](https://github.com/erquhart) in [#987](https://github.com/netlify/netlify-cms/pull/987))
|
||||
</details>
|
||||
|
||||
## 1.2.2 (February 21, 2018)
|
||||
Fixes ES5 transpiling.
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "netlify-cms",
|
||||
"version": "1.2.2",
|
||||
"version": "1.3.0",
|
||||
"description": "Netlify CMS lets content editors work on structured content stored in git",
|
||||
"main": "dist/cms.js",
|
||||
"scripts": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user