Skip to content

Commit 54476cc

Browse files
committed
start using changelog.md
1 parent df6b09a commit 54476cc

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
1-
# Change Log
1+
## [Unreleased]
2+
<details>
3+
<summary>
4+
Changes that have landed in master but are not yet released.
5+
Click to see more.
6+
</summary>
7+
</details>
28

3-
This project adheres to [Semantic Versioning](http://semver.org/).
4-
Every release is documented on the Github [Releases](https://github.com/netlify/netlify-cms/releases) page.
9+
## 0.7.0 (November 9, 2017)
10+
11+
### Media Library UI
12+
The CMS now features a media library UI for browsing, adding, and removing media from your content
13+
repo! The library shows assets in from the directory set as `media_library` in the CMS config. The
14+
media library is fully backwards compatible for existing CMS installations.
15+
16+
### All Changes
17+
* Add config option to disable deletion for a collection (@rpullinger in #707)
18+
* Fix TOML files not being saved with the correct extension (@tech4him1 in #757)
19+
* Clean up file formatters (@tech4him1 in #759)
20+
* Add scroll sync toggle to editor (@Jinksi in #693)
21+
* Disable login button while login is in progress (@tech4him1 in #741)
22+
* Improve markdown editor active style indicator accuracy (@pjsier in #774)
23+
* Add media library UI (@erquhart in #554)
24+
* Fix transparent background on list widget (@Jinksi in #768)

0 commit comments

Comments
 (0)