Skip to content

Commit

Permalink
Include previous versions in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Oct 25, 2015
1 parent 8ff0c23 commit ea9c44e
Showing 1 changed file with 138 additions and 1 deletion.
139 changes: 138 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,147 @@
## 0.1.11 (2015-10-25)


* 0.1.11 ([411fa28](https://github.com/bustlelabs/ember-content-kit/commit/411fa28))
* 0.1.11 ([8ff0c23](https://github.com/bustlelabs/ember-content-kit/commit/8ff0c23))
* export components correctly ([8ef5047](https://github.com/bustlelabs/ember-content-kit/commit/8ef5047))
* Fix mislabeled button in toolbar ([0e5d17a](https://github.com/bustlelabs/ember-content-kit/commit/0e5d17a))
* Merge pull request #25 from jacojoubert/master ([c8e261f](https://github.com/bustlelabs/ember-content-kit/commit/c8e261f))



<a name="0.1.10"></a>
## 0.1.10 (2015-10-23)


* 0.1.10 ([990435f](https://github.com/bustlelabs/ember-content-kit/commit/990435f))
* bump content-kit-editor to 0.4.11 ([fa66919](https://github.com/bustlelabs/ember-content-kit/commit/fa66919))



<a name="0.1.9"></a>
## 0.1.9 (2015-10-22)


* 0.1.9 ([7b15040](https://github.com/bustlelabs/ember-content-kit/commit/7b15040))
* update content-kit-editor to 0.4.10 ([33bd8d9](https://github.com/bustlelabs/ember-content-kit/commit/33bd8d9))



<a name="0.1.8"></a>
## 0.1.8 (2015-10-20)


* 0.1.8 ([c091b81](https://github.com/bustlelabs/ember-content-kit/commit/c091b81))
* Insert card after the current section not before ([e16a3b7](https://github.com/bustlelabs/ember-content-kit/commit/e16a3b7))



<a name="0.1.7"></a>
## 0.1.7 (2015-10-20)


* Merge pull request #23 from bustlelabs/at-cursor ([638ba3b](https://github.com/bustlelabs/ember-content-kit/commit/638ba3b))
* Released v0.1.7 ([9aa400c](https://github.com/bustlelabs/ember-content-kit/commit/9aa400c))
* Remove active blank section when adding card ([32c682a](https://github.com/bustlelabs/ember-content-kit/commit/32c682a))



<a name="0.1.6"></a>
## 0.1.6 (2015-10-20)


* 0.1.6 ([188ac0e](https://github.com/bustlelabs/ember-content-kit/commit/188ac0e))
* bump to content-kit-editor 0.4.9 ([4b332d6](https://github.com/bustlelabs/ember-content-kit/commit/4b332d6))
* Update docs about cards ([7afe10c](https://github.com/bustlelabs/ember-content-kit/commit/7afe10c))



<a name="0.1.5"></a>
## 0.1.5 (2015-10-16)


* add/remove components within runloop ([29c1842](https://github.com/bustlelabs/ember-content-kit/commit/29c1842))
* Bump to 0.4.8 ([526aa8b](https://github.com/bustlelabs/ember-content-kit/commit/526aa8b))
* Include content-kit-editor.map ([12d636b](https://github.com/bustlelabs/ember-content-kit/commit/12d636b)), closes [#19](https://github.com/bustlelabs/ember-content-kit/issues/19)
* Merge pull request #20 from bustlelabs/add-remove-components-in-runloop-render-safe-way ([4faf605](https://github.com/bustlelabs/ember-content-kit/commit/4faf605))
* Merge pull request #21 from bustlelabs/include-map ([55b9113](https://github.com/bustlelabs/ember-content-kit/commit/55b9113))
* Released v0.1.5 ([97c2bba](https://github.com/bustlelabs/ember-content-kit/commit/97c2bba))



<a name="0.1.4"></a>
## 0.1.4 (2015-10-15)


* 0.1.4 ([a3bda67](https://github.com/bustlelabs/ember-content-kit/commit/a3bda67))
* bump content-kit-editor version ([5c126cd](https://github.com/bustlelabs/ember-content-kit/commit/5c126cd))
* Check if the item has property in cursorDidChange -> arrayToMap ([e26d54d](https://github.com/bustlelabs/ember-content-kit/commit/e26d54d))
* Merge pull request #13 from bustlelabs/fix-array-to-map-bug ([06be559](https://github.com/bustlelabs/ember-content-kit/commit/06be559))
* Merge pull request #14 from rlivsey/pass-through-options ([1cfd6eb](https://github.com/bustlelabs/ember-content-kit/commit/1cfd6eb))
* Merge pull request #17 from bustlelabs/card-edit-display-modes-15 ([2a3761f](https://github.com/bustlelabs/ember-content-kit/commit/2a3761f))
* pass placeholder, autofocus and spellcheck through to the editor ([f19ef19](https://github.com/bustlelabs/ember-content-kit/commit/f19ef19))
* yield `addCardInEditMode` action from {{content-kit-editor}} ([8366129](https://github.com/bustlelabs/ember-content-kit/commit/8366129)), closes [#15](https://github.com/bustlelabs/ember-content-kit/issues/15)



<a name="0.1.3"></a>
## 0.1.3 (2015-10-07)


* 0.1.3 ([5f4d6c7](https://github.com/bustlelabs/ember-content-kit/commit/5f4d6c7))
* Add test for component card ([dad4bac](https://github.com/bustlelabs/ember-content-kit/commit/dad4bac))
* Drop unused attr for component cards ([b17c569](https://github.com/bustlelabs/ember-content-kit/commit/b17c569))
* First draft of component docs ([cdb631a](https://github.com/bustlelabs/ember-content-kit/commit/cdb631a))
* Initial button implementation ([9eb0264](https://github.com/bustlelabs/ember-content-kit/commit/9eb0264)), closes [#6](https://github.com/bustlelabs/ember-content-kit/issues/6)
* Merge pull request #10 from bustlelabs/buttons ([a32bee1](https://github.com/bustlelabs/ember-content-kit/commit/a32bee1))
* Merge pull request #11 from bustlelabs/docs ([4b099b4](https://github.com/bustlelabs/ember-content-kit/commit/4b099b4))
* Merge pull request #9 from kategengler/patch-1 ([45de71d](https://github.com/bustlelabs/ember-content-kit/commit/45de71d))
* Update package.json ([f174093](https://github.com/bustlelabs/ember-content-kit/commit/f174093))



<a name="0.1.2"></a>
## 0.1.2 (2015-10-05)


* 0.1.2 ([bf3e516](https://github.com/bustlelabs/ember-content-kit/commit/bf3e516))
* Map markup and section state ([5ac005a](https://github.com/bustlelabs/ember-content-kit/commit/5ac005a))
* Merge pull request #8 from bustlelabs/new-state ([914eb26](https://github.com/bustlelabs/ember-content-kit/commit/914eb26))



<a name="0.1.1"></a>
## 0.1.1 (2015-10-01)


* 0.1.1 ([8668d47](https://github.com/bustlelabs/ember-content-kit/commit/8668d47))
* Bump to support 0.4.6 ([8b9a18a](https://github.com/bustlelabs/ember-content-kit/commit/8b9a18a))



<a name="0.1.0"></a>
# 0.1.0 (2015-09-30)


* 0.1.0 ([15970e2](https://github.com/bustlelabs/ember-content-kit/commit/15970e2))
* Drop front requirement for toobar ([fa03b2c](https://github.com/bustlelabs/ember-content-kit/commit/fa03b2c))
* Merge pull request #1 from bustlelabs/stock-toolbar ([dbcb145](https://github.com/bustlelabs/ember-content-kit/commit/dbcb145))
* Teardown old editors ([da26f30](https://github.com/bustlelabs/ember-content-kit/commit/da26f30))



<a name="0.0.2"></a>
## 0.0.2 (2015-09-24)


* 0.0.2 ([1449bf3](https://github.com/bustlelabs/ember-content-kit/commit/1449bf3))
* Bump Content-Kit to 0.4.5 ([9567cc5](https://github.com/bustlelabs/ember-content-kit/commit/9567cc5))



<a name="0.0.1"></a>
## 0.0.1 (2015-09-24)


* 0.0.1 ([7f2e40f](https://github.com/bustlelabs/ember-content-kit/commit/7f2e40f))
* Initial Commit from Ember CLI v1.13.8 ([6cc2331](https://github.com/bustlelabs/ember-content-kit/commit/6cc2331))
* Initial implementation ([cd789cb](https://github.com/bustlelabs/ember-content-kit/commit/cd789cb))

0 comments on commit ea9c44e

Please sign in to comment.