Skip to content

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erquhart committed Nov 11, 2017
1 parent b3af4e8 commit 3ea56ca
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
26 changes: 18 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
</summary>
</details>

## 0.7.1 (November 11, 2017)

* Enable sourcemaps ([@erquhart](https://github.com/erquhart) in [#803](https://github.com/pulls/803))
* Add unselected option to select widget when no default is set ([@benaiah](https://github.com/benaiah) in [#673](https://github.com/pulls/673))
* Fix image not shown after upload for Git Gateway ([@erquhart](https://github.com/erquhart) in [#790](https://github.com/pulls/790))
* Fix empty media folder loading error ([@erquhart](https://github.com/erquhart) in [#791](https://github.com/pulls/791))
* Fix error for non-markdown files in editorial workflow ([@tech4him1](https://github.com/tech4him1) in [#794](https://github.com/pulls/794))
* Fix login when accept_roles is set ([@tech4him1](https://github.com/tech4him1) in [#801](https://github.com/pulls/801))
* Add error boundary to editor preview iframe ([@erquhart](https://github.com/erquhart) in [#779](https://github.com/pulls/779))

## 0.7.0 (November 9, 2017)

### Media Library UI
Expand All @@ -14,11 +24,11 @@ repo! The library shows assets in from the directory set as `media_library` in t
media library is fully backwards compatible for existing CMS installations.

### All Changes
* Add config option to disable deletion for a collection (@rpullinger in #707)
* Fix TOML files not being saved with the correct extension (@tech4him1 in #757)
* Clean up file formatters (@tech4him1 in #759)
* Add scroll sync toggle to editor (@Jinksi in #693)
* Disable login button while login is in progress (@tech4him1 in #741)
* Improve markdown editor active style indicator accuracy (@pjsier in #774)
* Add media library UI (@erquhart in #554)
* Fix transparent background on list widget (@Jinksi in #768)
* Add config option to disable deletion for a collection ([@rpullinger](https://github.com/rpullinger) in [#707](https://github.com/pulls/707))
* Fix TOML files not being saved with the correct extension ([@tech4him1](https://github.com/tech4him1) in [#757](https://github.com/pulls/757))
* Clean up file formatters ([@tech4him1](https://github.com/tech4him1) in [#759](https://github.com/pulls/759))
* Add scroll sync toggle to editor ([@Jinksi](https://github.com/Jinksi) in [#693](https://github.com/pulls/693))
* Disable login button while login is in progress ([@tech4him1](https://github.com/tech4him1) in [#741](https://github.com/pulls/741))
* Improve markdown editor active style indicator accuracy ([@pjsier](https://github.com/pjsier) in [#774](https://github.com/pulls/774))
* Add media library UI ([@erquhart](https://github.com/erquhart) in [#554](https://github.com/pulls/554))
* Fix transparent background on list widget ([@Jinksi](https://github.com/Jinksi) in [#768](https://github.com/pulls/768))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "netlify-cms",
"version": "0.7.0",
"version": "0.7.1",
"description": "Netlify CMS lets content editors work on structured content stored in git",
"main": "dist/cms.js",
"scripts": {
Expand Down

0 comments on commit 3ea56ca

Please sign in to comment.