update changelog

This commit is contained in:
Shawn Erquhart 2018-04-12 13:47:54 -04:00
parent 6b05b6f82b
commit cd59b62b0a

View File

@ -6,7 +6,7 @@
</summary>
</details>
## 1.5.0 (April 11, 2018) - [demo](https://5ace16a5dd28ef456e22acad--cms-demo.netlify.com/)
## 1.5.0 (April 11, 2018) - ([demo](https://5ace16a5dd28ef456e22acad--cms-demo.netlify.com/))
New time based slug placeholders, set config.yml URL with <link>.
### Features
@ -19,7 +19,7 @@ New time based slug placeholders, set config.yml URL with <link>.
### Dev Experience
* Enable editorial workflow for test backend ([@erquhart](https://github.com/erquhart) in [#1225](https://github.com/netlify/netlify-cms/pull/1225))
## 1.4.0 (March 29, 2018) - [demo](https://5abd5b96fd0efa031ca40d13--cms-demo.netlify.com/)
## 1.4.0 (March 29, 2018) - ([demo](https://5abd5b96fd0efa031ca40d13--cms-demo.netlify.com/))
Filename creation can now be customized to exclude Unicode! Also, check out the new Beta Features! 💥
### Features
@ -46,12 +46,12 @@ Filename creation can now be customized to exclude Unicode! Also, check out the
### 4 tha devz
* Ship source code to npm ([@tech4him1](https://github.com/tech4him1) in [#1095](https://github.com/netlify/netlify-cms/pull/1095))
## 1.3.5 (March 6, 2018) - [demo](https://5a9f1f08295b55354924d254--cms-demo.netlify.com/)
## 1.3.5 (March 6, 2018) - ([demo](https://5a9f1f08295b55354924d254--cms-demo.netlify.com/))
Fixes styling issues
* Revert lockfile update due to breaking changes in css processing deps ([@erquhart](https://github.com/erquhart))
## 1.3.4 (March 6, 2018) - [demo](https://5a9f1ca2be40f16d46b1758f--cms-demo.netlify.com/)
## 1.3.4 (March 6, 2018) - ([demo](https://5a9f1ca2be40f16d46b1758f--cms-demo.netlify.com/))
Fixes editorial workflow entry failure
* Fix editorial workflow entries not loading ([@erquhart](https://github.com/erquhart))
@ -70,12 +70,12 @@ Fixes date widget default format, collection load failure when entry fails
### 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) - [demo](https://5a9b6aa7be40f1320d060a2f--cms-demo.netlify.com/)
## 1.3.1 (March 3, 2018) - ([demo](https://5a9b6aa7be40f1320d060a2f--cms-demo.netlify.com/))
Fixes editorial workflow failure for unknown collections.
* Report editorial workflow load errors, ignore entries with unkown collections ([@erquhart](https://github.com/erquhart) in [#1153](https://github.com/netlify/netlify-cms/pull/1153))
## 1.3.0 (February 27, 2018) - [demo](https://5a961201a6188f4d12bedcae--cms-demo.netlify.com/)
## 1.3.0 (February 27, 2018) - ([demo](https://5a961201a6188f4d12bedcae--cms-demo.netlify.com/))
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))
@ -83,19 +83,19 @@ Multi-part extensions, e.g. "en.md", a11y improvements in the editor, and bugfix
* 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))
## 1.2.2 (February 21, 2018) - [demo](https://5a8df5010b79b71f30640227--cms-demo.netlify.com/)
## 1.2.2 (February 21, 2018) - ([demo](https://5a8df5010b79b71f30640227--cms-demo.netlify.com/))
Fixes ES5 transpiling.
* Remove babel-preset-env, fix ES5 transpiling ([@erquhart](https://github.com/erquhart) in [#1127](https://github.com/netlify/netlify-cms/pull/1127))
## 1.2.1 (February 21, 2018) - [demo](https://5a8ded6f295b5550b1186831--cms-demo.netlify.com/)
## 1.2.1 (February 21, 2018) - ([demo](https://5a8ded6f295b5550b1186831--cms-demo.netlify.com/))
Allows `label_singular` config for collections and lists and distinct frontmatter delimiters.
* Accept `label_singular` in collection config ([@peduarte](https://github.com/peduarte) in [#1086](https://github.com/netlify/netlify-cms/pull/1086))
* Transpile down to ES5 to support older tooling eg. Webpack 1 ([@tech4him1](https://github.com/tech4him1) in [#1107](https://github.com/netlify/netlify-cms/pull/1107))
* Allow different opening and closing frontmatter delimiters ([@tech4him1](https://github.com/tech4him1) in [#1094](https://github.com/netlify/netlify-cms/pull/1094))
## 1.2.0 (February 13, 2018) - [demo](https://5a8350350b79b76274519aec--cms-demo.netlify.com/)
## 1.2.0 (February 13, 2018) - ([demo](https://5a8350350b79b76274519aec--cms-demo.netlify.com/))
Adds support for multiple frontmatter formats and custom delimiters, UI improvements.
* Use babel-preset-env to transpile for supported environments only ([@tech4him1](https://github.com/tech4him1) in [#765](https://github.com/netlify/netlify-cms/pull/765))
@ -104,12 +104,12 @@ Adds support for multiple frontmatter formats and custom delimiters, UI improvem
* Add collection label next to search results ([@solpark](https://github.com/solpark) in [#1068](https://github.com/netlify/netlify-cms/pull/1068))
* Support custom delimiters for frontmatter ([@Swieckowski](https://github.com/Swieckowski) in [#1064](https://github.com/netlify/netlify-cms/pull/1064))
## 1.1.0 (January 25, 2018) - [demo](https://5a6a1f76df995361a13f2f7f--cms-demo.netlify.com/)
## 1.1.0 (January 25, 2018) - ([demo](https://5a6a1f76df995361a13f2f7f--cms-demo.netlify.com/))
* Fix metadata handling for all children of a list field ([@Quicksaver](https://github.com/Quicksaver) in [#719](https://github.com/netlify/netlify-cms/pull/719))
* Allow registry of external backends ([@talves](https://github.com/talves) in [#1011](https://github.com/netlify/netlify-cms/pull/1011))
## 1.0.4 (January 23, 2018) - [demo](https://5a67569e0b79b70f1596de35--cms-demo.netlify.com/)
## 1.0.4 (January 23, 2018) - ([demo](https://5a67569e0b79b70f1596de35--cms-demo.netlify.com/))
* Fix markdown widget re-rendering after load ([@erquhart](https://github.com/erquhart) in [#955](https://github.com/netlify/netlify-cms/pull/955))
* Fix image form not displaying when added as first item in markdown widget ([@Dammmien](https://github.com/Dammmien) in [#926](https://github.com/netlify/netlify-cms/pull/926))
@ -124,26 +124,26 @@ Adds support for multiple frontmatter formats and custom delimiters, UI improvem
* Fix failed PR force-merge showing success message ([@tech4him1](https://github.com/tech4him1) in [#1016](https://github.com/netlify/netlify-cms/pull/1016))
* Fix false proptype warning for collection view ([@Quicksaver](https://github.com/Quicksaver) in [#998](https://github.com/netlify/netlify-cms/pull/998))
## 1.0.3 (December 19, 2017) - [demo](https://5a394c2f8198767434bdceb1--cms-demo.netlify.com/)
## 1.0.3 (December 19, 2017) - ([demo](https://5a394c2f8198767434bdceb1--cms-demo.netlify.com/))
* Fix select widgets with object type options ([@tech4him1](https://github.com/tech4him1) in [#920](https://github.com/netlify/netlify-cms/pull/920))
* Warn when uploading asset with same name as existing asset ([@Dammmien](https://github.com/Dammmien) in [#853](https://github.com/netlify/netlify-cms/pull/853))
* Fix Slate plugins broken during 0.30 migration ([@Dammmien](https://github.com/Dammmien) in [#856](https://github.com/netlify/netlify-cms/pull/856))
* Fix infinite scrolling for collections with integrations ([@erquhart](https://github.com/erquhart) in [#940](https://github.com/netlify/netlify-cms/pull/940))
## 1.0.2 (December 7, 2017) - [demo](https://5a29a9310b79b75fc5945f4d--cms-demo.netlify.com/)
## 1.0.2 (December 7, 2017) - ([demo](https://5a29a9310b79b75fc5945f4d--cms-demo.netlify.com/))
* Fix position of editor view controls ([@biilmann](https://github.com/biilmann) in [#886](https://github.com/netlify/netlify-cms/pull/886))
* Update docs intro to direct to new content ([@verythorough](https://github.com/verythorough) in [#891](https://github.com/netlify/netlify-cms/pull/891))
## 1.0.1 (December 7, 2017) - [demo](https://5a3011fedf9953497cda30ac--cms-demo.netlify.com/)
## 1.0.1 (December 7, 2017) - ([demo](https://5a3011fedf9953497cda30ac--cms-demo.netlify.com/))
* Add configuration options doc ([@verythorough](https://github.com/verythorough) in [#885](https://github.com/netlify/netlify-cms/pull/885))
* Add new docs website landing page ([@ziburski](https://github.com/ziburski) in [#880](https://github.com/netlify/netlify-cms/pull/880))
* Rework Test Drive and Quick Start docs ([@verythorough](https://github.com/verythorough) in [#888](https://github.com/netlify/netlify-cms/pull/888))
## 1.0.0 (December 7, 2017) - [demo](https://5a3011fea6188f2f1d095bce--cms-demo.netlify.com/)
## 1.0.0 (December 7, 2017) - ([demo](https://5a3011fea6188f2f1d095bce--cms-demo.netlify.com/))
The first major release of Netlify CMS!! Here are the big features:
@ -176,7 +176,7 @@ The docs at netlifycms.org have been rewritten and vastly improved!
* Implement new UI, restructure/refactor project ([@erquhart](https://github.com/erquhart) and [@neutyp](https://github.com/neutyp) in [#785](https://github.com/netlify/netlify-cms/pull/785))
## 0.7.6 (November 27, 2017) - [demo](https://5a1cdd9ea114771ea0dce878--cms-demo.netlify.com/)
## 0.7.6 (November 27, 2017) - ([demo](https://5a1cdd9ea114771ea0dce878--cms-demo.netlify.com/))
* Migrate to Slate 0.30.x ([@erquhart](https://github.com/erquhart) in [#826](https://github.com/netlify/netlify-cms/pull/826))
* Fix empty image fields saving null or undefined ([@tech4him1](https://github.com/tech4him1) in [#829](https://github.com/netlify/netlify-cms/pull/829))
@ -191,29 +191,29 @@ The docs at netlifycms.org have been rewritten and vastly improved!
* Update authentication doc to cover all backends ([@verythorough](https://github.com/verythorough) in [#751](https://github.com/netlify/netlify-cms/pull/751))
* Add oauth-provider-go to custom-authentication.md ([@igk1972](https://github.com/igk1972) in [#845](https://github.com/netlify/netlify-cms/pull/845))
## 0.7.5 (November 19, 2017) - [demo](https://5a113002a6188f46c42229f9--cms-demo.netlify.com/)
## 0.7.5 (November 19, 2017) - ([demo](https://5a113002a6188f46c42229f9--cms-demo.netlify.com/))
* Add private media support for asset integrations ([@erquhart](https://github.com/erquhart) in [#834](https://github.com/netlify/netlify-cms/pull/834))
## 0.7.4 (November 15, 2017) - [demo](https://5a0c81014c4b936eac7a3414--cms-demo.netlify.com/)
## 0.7.4 (November 15, 2017) - ([demo](https://5a0c81014c4b936eac7a3414--cms-demo.netlify.com/))
* Remove trailing slash from directory listing path ([@biilmann](https://github.com/biilmann) in [#817](https://github.com/netlify/netlify-cms/pull/817))
* Fix images with non-lowercase extensions not being treated as images ([@erquhart](https://github.com/erquhart) in [#816](https://github.com/netlify/netlify-cms/pull/816))
* Prompt before closing window with unsaved changes in the editor ([@benaiah](https://github.com/benaiah) in [#815](https://github.com/netlify/netlify-cms/pull/815))
## 0.7.3 (November 11, 2017) - [demo](https://5a07b86e4c4b937891d8a9c1--cms-demo.netlify.com/)
## 0.7.3 (November 11, 2017) - ([demo](https://5a07b86e4c4b937891d8a9c1--cms-demo.netlify.com/))
* Fix persisting files with no body/data files ([@ebello](https://github.com/ebello) in [#808](https://github.com/netlify/netlify-cms/pull/808))
* Fix ControlHOC ref for redux container widgets ([@erquhart](https://github.com/erquhart) in [#812](https://github.com/netlify/netlify-cms/pull/812))
* Fix entries not saving due to null integrations state ([@erquhart](https://github.com/erquhart) in [#814](https://github.com/netlify/netlify-cms/pull/814))
* Fix requestAnimationFrame warnings in tests ([@tech4him1](https://github.com/tech4him1) in [#811](https://github.com/netlify/netlify-cms/pull/811))
## 0.7.2 (November 11, 2017) - [demo](https://5a07567a0b79b7768dd6f3e6--cms-demo.netlify.com/)
## 0.7.2 (November 11, 2017) - ([demo](https://5a07567a0b79b7768dd6f3e6--cms-demo.netlify.com/))
* Only rebase editorial workflow pull requests if assets are stored in content repo ([@erquhart](https://github.com/erquhart) in [#804](https://github.com/netlify/netlify-cms/pull/804))
* Fix Netlify Identity widget logout method being called after signup redirect ([@tech4him1](https://github.com/tech4him1) in [#805](https://github.com/netlify/netlify-cms/pull/805))
## 0.7.1 (November 11, 2017) - [demo](https://5a0740e9df99536afa0bc068--cms-demo.netlify.com/)
## 0.7.1 (November 11, 2017) - ([demo](https://5a0740e9df99536afa0bc068--cms-demo.netlify.com/))
* Enable sourcemaps ([@erquhart](https://github.com/erquhart) in [#803](https://github.com/netlify/netlify-cms/pull/803))
* Add unselected option to select widget when no default is set ([@benaiah](https://github.com/benaiah) in [#673](https://github.com/netlify/netlify-cms/pull/673))
@ -223,7 +223,7 @@ The docs at netlifycms.org have been rewritten and vastly improved!
* Fix login when accept_roles is set ([@tech4him1](https://github.com/tech4him1) in [#801](https://github.com/netlify/netlify-cms/pull/801))
* Add error boundary to editor preview iframe ([@erquhart](https://github.com/erquhart) in [#779](https://github.com/netlify/netlify-cms/pull/779))
## 0.7.0 (November 9, 2017) - [demo](https://5a0476bb8198761b0bffb69d--cms-demo.netlify.com/)
## 0.7.0 (November 9, 2017) - ([demo](https://5a0476bb8198761b0bffb69d--cms-demo.netlify.com/))
### Media Library UI
The CMS now features a media library UI for browsing, adding, and removing media from your content