From a16d21a21f4d9af5ec3fb436d01e945fccd82036 Mon Sep 17 00:00:00 2001 From: Cory Forsyth Date: Tue, 24 Nov 2015 11:59:19 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 204 ++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 146 insertions(+), 58 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6069045..ed4c937 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,96 @@ + +# 0.3.0 (2015-11-24) + + + + + +# 0.3.0 (2015-11-24) + + +* bump to mobiledoc-kit 0.7.0 ([efe78b5](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/efe78b5)) +* Released v0.3.0 ([296eef0](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/296eef0)) + + + + +## 0.2.2-beta2 (2015-11-23) + + +* Merge pull request #36 from bustlelabs/expose-post-model ([a3f58ef](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/a3f58ef)) +* Test that `postModel` is exposed to component cards ([de64fd9](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/de64fd9)) +* v0.2.2-beta2 ([3f0ac4f](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/3f0ac4f)) + + + + +## 0.2.2-beta1 (2015-11-23) + + +* Merge pull request #34 from bustlelabs/fix-tests ([433ab03](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/433ab03)) +* Merge pull request #35 from bustlelabs/update-card-rendering-33 ([89e4caf](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/89e4caf)) +* Refactor card rendering to use new card shapes ([2e7a9bd](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/2e7a9bd)), closes [#33](https://github.com/bustlelabs/ember-mobiledoc-editor/issues/33) +* Test that unknownCardHandler is used ([4aec879](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/4aec879)) +* Update dependencies ([20bade2](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/20bade2)) +* Use 0.6.2 beta of mobiledoc-kit ([1f5cfe3](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/1f5cfe3)) +* v0.2.2-beta1 ([d3fc788](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/d3fc788)) + + + + +## 0.2.1 (2015-11-18) + + +* Float mobiledoc-kit dep ([e8f9aa2](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/e8f9aa2)) +* Released v0.2.1 ([4aa0bff](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/4aa0bff)) + + + + +# 0.2.0 (2015-11-16) + + +* 0.2.0 ([30fac3e](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/30fac3e)) + + + + +# 0.2.0-beta1 (2015-11-10) + + +* 0.2.0-beta1 ([7ab7b44](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/7ab7b44)) +* Merge pull request #31 from bustlelabs/ember-mobiledoc-editor ([862f866](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/862f866)) +* Rename ember-content-kit to ember-mobiledoc-editor ([dd9935a](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/dd9935a)) + + + + +## 0.1.15 (2015-11-09) + + +* Bump Content-Kit ([12f6b59](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/12f6b59)) +* Merge pull request #30 from bustlelabs/bump-ck ([0e251f9](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/0e251f9)) +* Released v0.1.15 ([1395b11](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/1395b11)) + + + + +## 0.1.14 (2015-11-02) + + +* Content-Kit 0.5.0 ([75e7e19](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/75e7e19)) +* Merge pull request #29 from bustlelabs/npm-3 ([cdd220f](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/cdd220f)) +* Patch to work with NPM 3 ([64a9c0e](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/64a9c0e)) +* Released v0.1.14 ([2e01960](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/2e01960)) + + + ## 0.1.13 (2015-10-27) -* bump content-kit-editor to ^0.5.0-beta.1 ([67a2200](https://github.com/bustlelabs/ember-content-kit/commit/67a2200)) +* 0.1.13 ([7bf3d5c](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/7bf3d5c)) +* bump content-kit-editor to ^0.5.0-beta.1 ([67a2200](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/67a2200)) @@ -10,10 +98,10 @@ ## 0.1.12 (2015-10-27) -* 0.1.12 ([ddbfc5d](https://github.com/bustlelabs/ember-content-kit/commit/ddbfc5d)) -* Add "options" property to `{{content-kit-editor}}` ([8aa91f4](https://github.com/bustlelabs/ember-content-kit/commit/8aa91f4)) -* Include previous versions in changelog ([ea9c44e](https://github.com/bustlelabs/ember-content-kit/commit/ea9c44e)) -* Merge pull request #27 from bustlelabs/add-options-to-content-kit-editor ([53ef0cf](https://github.com/bustlelabs/ember-content-kit/commit/53ef0cf)) +* 0.1.12 ([ddbfc5d](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/ddbfc5d)) +* Add "options" property to `{{content-kit-editor}}` ([8aa91f4](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/8aa91f4)) +* Include previous versions in changelog ([ea9c44e](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/ea9c44e)) +* Merge pull request #27 from bustlelabs/add-options-to-content-kit-editor ([53ef0cf](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/53ef0cf)) @@ -21,10 +109,10 @@ ## 0.1.11 (2015-10-25) -* 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)) +* 0.1.11 ([8ff0c23](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/8ff0c23)) +* export components correctly ([8ef5047](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/8ef5047)) +* Fix mislabeled button in toolbar ([0e5d17a](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/0e5d17a)) +* Merge pull request #25 from jacojoubert/master ([c8e261f](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/c8e261f)) @@ -32,8 +120,8 @@ ## 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)) +* 0.1.10 ([990435f](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/990435f)) +* bump content-kit-editor to 0.4.11 ([fa66919](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/fa66919)) @@ -41,8 +129,8 @@ ## 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)) +* 0.1.9 ([7b15040](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/7b15040)) +* update content-kit-editor to 0.4.10 ([33bd8d9](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/33bd8d9)) @@ -50,8 +138,8 @@ ## 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)) +* 0.1.8 ([c091b81](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/c091b81)) +* Insert card after the current section not before ([e16a3b7](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/e16a3b7)) @@ -59,9 +147,9 @@ ## 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)) +* Merge pull request #23 from bustlelabs/at-cursor ([638ba3b](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/638ba3b)) +* Released v0.1.7 ([9aa400c](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/9aa400c)) +* Remove active blank section when adding card ([32c682a](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/32c682a)) @@ -69,9 +157,9 @@ ## 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)) +* 0.1.6 ([188ac0e](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/188ac0e)) +* bump to content-kit-editor 0.4.9 ([4b332d6](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/4b332d6)) +* Update docs about cards ([7afe10c](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/7afe10c)) @@ -79,12 +167,12 @@ ## 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)) +* add/remove components within runloop ([29c1842](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/29c1842)) +* Bump to 0.4.8 ([526aa8b](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/526aa8b)) +* Include content-kit-editor.map ([12d636b](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/12d636b)), closes [#19](https://github.com/bustlelabs/ember-mobiledoc-editor/issues/19) +* Merge pull request #20 from bustlelabs/add-remove-components-in-runloop-render-safe-way ([4faf605](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/4faf605)) +* Merge pull request #21 from bustlelabs/include-map ([55b9113](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/55b9113)) +* Released v0.1.5 ([97c2bba](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/97c2bba)) @@ -92,14 +180,14 @@ ## 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) +* 0.1.4 ([a3bda67](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/a3bda67)) +* bump content-kit-editor version ([5c126cd](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/5c126cd)) +* Check if the item has property in cursorDidChange -> arrayToMap ([e26d54d](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/e26d54d)) +* Merge pull request #13 from bustlelabs/fix-array-to-map-bug ([06be559](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/06be559)) +* Merge pull request #14 from rlivsey/pass-through-options ([1cfd6eb](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/1cfd6eb)) +* Merge pull request #17 from bustlelabs/card-edit-display-modes-15 ([2a3761f](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/2a3761f)) +* pass placeholder, autofocus and spellcheck through to the editor ([f19ef19](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/f19ef19)) +* yield `addCardInEditMode` action from {{content-kit-editor}} ([8366129](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/8366129)), closes [#15](https://github.com/bustlelabs/ember-mobiledoc-editor/issues/15) @@ -107,15 +195,15 @@ ## 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)) +* 0.1.3 ([5f4d6c7](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/5f4d6c7)) +* Add test for component card ([dad4bac](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/dad4bac)) +* Drop unused attr for component cards ([b17c569](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/b17c569)) +* First draft of component docs ([cdb631a](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/cdb631a)) +* Initial button implementation ([9eb0264](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/9eb0264)), closes [#6](https://github.com/bustlelabs/ember-mobiledoc-editor/issues/6) +* Merge pull request #10 from bustlelabs/buttons ([a32bee1](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/a32bee1)) +* Merge pull request #11 from bustlelabs/docs ([4b099b4](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/4b099b4)) +* Merge pull request #9 from kategengler/patch-1 ([45de71d](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/45de71d)) +* Update package.json ([f174093](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/f174093)) @@ -123,9 +211,9 @@ ## 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)) +* 0.1.2 ([bf3e516](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/bf3e516)) +* Map markup and section state ([5ac005a](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/5ac005a)) +* Merge pull request #8 from bustlelabs/new-state ([914eb26](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/914eb26)) @@ -133,8 +221,8 @@ ## 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)) +* 0.1.1 ([8668d47](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/8668d47)) +* Bump to support 0.4.6 ([8b9a18a](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/8b9a18a)) @@ -142,10 +230,10 @@ # 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)) +* 0.1.0 ([15970e2](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/15970e2)) +* Drop front requirement for toobar ([fa03b2c](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/fa03b2c)) +* Merge pull request #1 from bustlelabs/stock-toolbar ([dbcb145](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/dbcb145)) +* Teardown old editors ([da26f30](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/da26f30)) @@ -153,8 +241,8 @@ ## 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)) +* 0.0.2 ([1449bf3](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/1449bf3)) +* Bump Content-Kit to 0.4.5 ([9567cc5](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/9567cc5)) @@ -162,9 +250,9 @@ ## 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.0.1 ([7f2e40f](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/7f2e40f)) +* Initial Commit from Ember CLI v1.13.8 ([6cc2331](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/6cc2331)) +* Initial implementation ([cd789cb](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/cd789cb))