Release 0.6.0

This commit is contained in:
Shawn Erquhart
2017-10-26 15:23:39 -04:00
parent 19860208f4
commit c60f73a0d8
5 changed files with 9 additions and 9 deletions

View File

@ -35,7 +35,7 @@ Param | Type | Description
**Example:**
```html
<script src="https://unpkg.com/netlify-cms@~0.5/dist/cms.js"></script>
<script src="https://unpkg.com/netlify-cms@^0.6.0/dist/cms.js"></script>
<script>
var CategoriesControl = createClass({
handleChange: function(e) {
@ -75,7 +75,7 @@ Register a block level component for the Markdown editor:
**Example:**
```html
<script src="https://unpkg.com/netlify-cms@~0.5/dist/cms.js"></script>
<script src="https://unpkg.com/netlify-cms@^0.6.0/dist/cms.js"></script>
<script>
CMS.registerEditorComponent({
// Internal id of the component