Skip to content

Commit

Permalink
Release 0.8.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed Dec 28, 2021
1 parent 1eb0901 commit 81caf32
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 51 deletions.
88 changes: 39 additions & 49 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,27 @@
## v0.7.0 (2020-06-06)
## v0.8.0-beta.0 (2021-12-28)

This release should be backward compatible and adds support for rendering mobiledoc 0.3.2 documents.
#### :boom: Breaking Change
* [#59](https://github.com/bustle/ember-mobiledoc-dom-renderer/pull/59) [BREAKING] Update to use glimmer component ([@lukemelia](https://github.com/lukemelia))

#### :rocket: Enhancements

* [#53](https://github.com/bustle/ember-mobiledoc-dom-renderer/pull/53) update to mobiledoc-dom-renderer to 0.7.0 and add support for mobiledoc 0.3.2 ( which adds support for text alignment ([@lukemelia](https://github.com/lukemelia))

#### :breaking: Breaking

* [#53](https://github.com/bustle/ember-mobiledoc-dom-renderer/pull/53) Updates node requirement to supported node releases (10.x, 12.x+) ([@lukemelia](https://github.com/lukemelia))
#### :house: Internal
* [#75](https://github.com/bustle/ember-mobiledoc-dom-renderer/pull/75) Use Github Actions for CI ([@lukemelia](https://github.com/lukemelia))

#### :memo: Documentation
#### Committers: 1
- Luke Melia ([@lukemelia](https://github.com/lukemelia))

* [#51](https://github.com/bustle/ember-mobiledoc-dom-renderer/pull/51) Document element renderer options ([@nathanielw](https://github.com/nathanielw))
* [cdc1bfa](https://github.com/bustle/ember-mobiledoc-dom-renderer/commit/cdc1bfa) Update compatibility and build status details in README ([@lukemelia](https://github.com/lukemelia))
<a name="0.8.0-beta.0"></a>
# 0.8.0-beta.0 (2021-12-28)

#### :house: Internal
* [BREAKING] Drop compatibility with Ember < 3.16 ([f47d771](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/f47d771))
* Update to modern Ember ([e8c1673](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/e8c1673))
* Use Github Actions for CI ([3eb3865](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/3eb3865))

* [#135](https://github.com/bustle/ember-mobiledoc-dom-renderer/pull/56) Setup release-it to automate config and CHANGELOG ([@lukemelia](https://github.com/lukemelia))
* [#53](https://github.com/bustle/ember-mobiledoc-dom-renderer/pull/53) Housekeeping, including:
* update addon's local ember to ember 3.18
* Use qunit-dom to eliminate tests' dependency on jquery
* update tests to user newer test-helpers
* Adopt modern syntax for importing modules from Ember
* confirm to template linting rules
* move from jshint to eslint
* drop ember < 3.8 from ember-try config
* moved to ember-cli-fastboot-testing for fastboot tests


<a name="0.7.0"></a>
## 0.7.0 (2020-06-06)
# 0.7.0 (2020-06-06)

* Release 0.7.0 ([197b1c7](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/197b1c7))
* Setup release-it to automate config and CHANGELOG ([b1bdf56](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/b1bdf56))
* Switch from ember-fastboot-addon-tests to ember-cli-fastboot-testing ([117540c](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/117540c))
* Tweak release-it config ([421320a](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/421320a))
Expand All @@ -43,7 +33,7 @@ This release should be backward compatible and adds support for rendering mobile


<a name="0.6.0"></a>
## 0.6.0 (2017-08-24)
# 0.6.0 (2017-08-24)

* Add ember-2.12 to ember-try config (#47) ([5729d6e](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/5729d6e)), closes [#47](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/issues/47)
* Fix missing lookupFactory method by importing the Component class directly (#48) ([70425a5](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/70425a5)), closes [#48](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/issues/48)
Expand All @@ -55,7 +45,7 @@ This release should be backward compatible and adds support for rendering mobile


<a name="0.5.11"></a>
## <small>0.5.11 (2017-03-07)</small>
## 0.5.11 (2017-03-07)

* 0.5.11 ([efa4deb](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/efa4deb))
* test(fastboot): Add fastboot tests for cards and atoms (#44) ([cc6b20c](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/cc6b20c)), closes [#44](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/issues/44)
Expand All @@ -64,7 +54,7 @@ This release should be backward compatible and adds support for rendering mobile


<a name="0.5.10"></a>
## <small>0.5.10 (2017-03-06)</small>
## 0.5.10 (2017-03-06)

* 0.5.10 ([82fb1a4](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/82fb1a4))
* Upgrade to ember-cli 1.13.13 ([afc4c80](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/afc4c80))
Expand All @@ -75,7 +65,7 @@ This release should be backward compatible and adds support for rendering mobile


<a name="0.5.9"></a>
## <small>0.5.9 (2017-02-22)</small>
## 0.5.9 (2017-02-22)

* 0.5.9 ([e788cd3](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/e788cd3))
* Use latest mobiledoc-dom-renderer (^0.6.3) ([ddaa482](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/ddaa482))
Expand All @@ -84,7 +74,7 @@ This release should be backward compatible and adds support for rendering mobile


<a name="0.5.8"></a>
## <small>0.5.8 (2017-02-09)</small>
## 0.5.8 (2017-02-09)

* 0.5.8 ([35a6cab](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/35a6cab))
* Pass cardOptions to cards and atoms ([b25feeb](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/b25feeb))
Expand All @@ -93,31 +83,31 @@ This release should be backward compatible and adds support for rendering mobile


<a name="0.5.7"></a>
## <small>0.5.7 (2017-02-09)</small>
## 0.5.7 (2017-02-09)

* 0.5.7 ([8a39f36](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/8a39f36))
* Refactor getDOM to fix issue when running Ember in FastBoot with Glimmer ([57c8f8e](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/57c8f8e))



<a name="0.5.6"></a>
## <small>0.5.6 (2017-01-23)</small>
## 0.5.6 (2017-01-23)

* 0.5.6 ([325e76f](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/325e76f))
* Update ember-wormhole to ^0.5.1 for Glimmer 2 support ([bcc3369](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/bcc3369))



<a name="0.5.5"></a>
## <small>0.5.5 (2016-11-23)</small>
## 0.5.5 (2016-11-23)

* 0.5.5 ([746400b](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/746400b))
* Pass dom to the renderer ([6e0aa0b](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/6e0aa0b))



<a name="0.5.4"></a>
## <small>0.5.4 (2016-11-22)</small>
## 0.5.4 (2016-11-22)

* 0.5.4 ([a41eb52](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/a41eb52))
* Add support for more options ([2817859](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/2817859))
Expand All @@ -126,15 +116,15 @@ This release should be backward compatible and adds support for rendering mobile


<a name="0.5.3"></a>
## <small>0.5.3 (2016-10-19)</small>
## 0.5.3 (2016-10-19)

* 0.5.3 ([c3f6911](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/c3f6911))
* Update Release process in README ([97882b0](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/97882b0))



<a name="0.5.3-beta.1"></a>
## <small>0.5.3-beta.1 (2016-10-13)</small>
## 0.5.3-beta.1 (2016-10-13)

* ensure cards and atoms are properly destroyed in teardown ([dab9d94](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/dab9d94)), closes [#23](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/issues/23)
* Run tests on ember beta, release, canary ([4d1ea6c](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/4d1ea6c)), closes [/github.com/yapplabs/ember-wormhole/issues/66#issuecomment-246207622](https://github.com//github.com/yapplabs/ember-wormhole/issues/66/issues/issuecomment-246207622) [#18](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/issues/18)
Expand All @@ -144,15 +134,15 @@ This release should be backward compatible and adds support for rendering mobile


<a name="0.5.2"></a>
## <small>0.5.2 (2016-06-09)</small>
## 0.5.2 (2016-06-09)

* Update ember-wormhole to ^0.4.0 ([a420601](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/a420601))
* v0.5.2 ([3aebfac](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/3aebfac))



<a name="0.5.1"></a>
## <small>0.5.1 (2016-05-12)</small>
## 0.5.1 (2016-05-12)

* Add update-changelog script ([ab744b4](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/ab744b4))
* Remove usage of jQuery ($) because it is not available in Fastboot ([a5995c1](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/a5995c1))
Expand All @@ -161,7 +151,7 @@ This release should be backward compatible and adds support for rendering mobile


<a name="0.5.0"></a>
## 0.5.0 (2016-05-10)
# 0.5.0 (2016-05-10)

* Render atoms, allow renaming via atomNameToComponentName ([72bc7ab](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/72bc7ab))
* Use `willRender` instead of `didInsertElement`, make fastboot-compatible ([fa8e5ea](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/fa8e5ea))
Expand All @@ -170,46 +160,46 @@ This release should be backward compatible and adds support for rendering mobile


<a name="0.4.1"></a>
## <small>0.4.1 (2016-03-04)</small>
## 0.4.1 (2016-03-04)

* 0.4.1 ([d8b7e8d](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/d8b7e8d))
* Fix rerendering when inputs change ([54c6145](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/54c6145))



<a name="0.4.0"></a>
## 0.4.0 (2016-03-02)
# 0.4.0 (2016-03-02)

* 0.4.0 ([0b2ef70](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/0b2ef70))
* update mobiledoc-dom-renderer to 0.4.0 ([c12aaf0](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/c12aaf0))



<a name="0.3.0"></a>
## 0.3.0 (2016-02-04)
# 0.3.0 (2016-02-04)

* 0.3.0 ([e322724](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/e322724))
* bump dom renderer dep ([eb1914e](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/eb1914e))



<a name="0.3.0-beta.1"></a>
## 0.3.0-beta.1 (2016-02-02)
# 0.3.0-beta.1 (2016-02-02)

* use dom-renderer 0.3.0-beta.1 ([a398e72](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/a398e72))



<a name="0.2.1"></a>
## <small>0.2.1 (2015-11-23)</small>
## 0.2.1 (2015-11-23)

* Released v0.2.1 ([c536019](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/c536019))
* update mobiledoc-dom-renderer dep to 0.2.1 ([9d66016](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/9d66016))



<a name="0.2.0"></a>
## 0.2.0 (2015-11-23)
# 0.2.0 (2015-11-23)

* add unit test that renderer exists and is importable ([7145b3e](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/7145b3e))
* Released v0.2.0 ([17b9c36](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/17b9c36))
Expand All @@ -218,15 +208,15 @@ This release should be backward compatible and adds support for rendering mobile


<a name="0.1.4"></a>
## <small>0.1.4 (2015-11-18)</small>
## 0.1.4 (2015-11-18)

* Released v0.1.4 ([bc17a0e](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/bc17a0e))
* Render cards with classNames ([ca0a3c2](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/ca0a3c2)), closes [#2](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/issues/2)



<a name="0.1.3"></a>
## <small>0.1.3 (2015-11-17)</small>
## 0.1.3 (2015-11-17)

* Add {{render-mobiledoc}} component ([57e9d34](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/57e9d34))
* add travis badge ([6049460](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/6049460))
Expand All @@ -238,7 +228,7 @@ This release should be backward compatible and adds support for rendering mobile


<a name="0.1.2"></a>
## <small>0.1.2 (2015-11-16)</small>
## 0.1.2 (2015-11-16)

* 0.1.2 ([2e7a3ca](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/2e7a3ca))
* bump to mobiledoc-dom-renderer ^0.1.18 ([ddf9cbf](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/ddf9cbf))
Expand All @@ -248,15 +238,15 @@ This release should be backward compatible and adds support for rendering mobile


<a name="0.1.1"></a>
## <small>0.1.1 (2015-11-12)</small>
## 0.1.1 (2015-11-12)

* 0.1.1 ([1663b2c](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/1663b2c))
* bump dep to 0.1.7 ([e206807](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/e206807))



<a name="0.1.0"></a>
## 0.1.0 (2015-11-12)
# 0.1.0 (2015-11-12)

* enable as ember-addon ([57bc0bf](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/57bc0bf))
* Initial Commit from Ember CLI v1.13.8 ([6fd8b3c](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/6fd8b3c))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-mobiledoc-dom-renderer",
"version": "0.7.0",
"version": "0.8.0-beta.0",
"description": "provides a runtime mobiledoc dom-renderer to ember apps",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 81caf32

Please sign in to comment.