Skip to content

Commit 81caf32

Browse files
committed
Release 0.8.0-beta.0
1 parent 1eb0901 commit 81caf32

File tree

3 files changed

+41
-51
lines changed

3 files changed

+41
-51
lines changed

CHANGELOG.md

+39-49
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,27 @@
1-
## v0.7.0 (2020-06-06)
1+
## v0.8.0-beta.0 (2021-12-28)
22

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

5-
#### :rocket: Enhancements
6-
7-
* [#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))
8-
9-
#### :breaking: Breaking
10-
11-
* [#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))
6+
#### :house: Internal
7+
* [#75](https://github.com/bustle/ember-mobiledoc-dom-renderer/pull/75) Use Github Actions for CI ([@lukemelia](https://github.com/lukemelia))
128

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

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

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

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

3120

3221
<a name="0.7.0"></a>
33-
## 0.7.0 (2020-06-06)
22+
# 0.7.0 (2020-06-06)
3423

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

4434

4535
<a name="0.6.0"></a>
46-
## 0.6.0 (2017-08-24)
36+
# 0.6.0 (2017-08-24)
4737

4838
* 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)
4939
* 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)
@@ -55,7 +45,7 @@ This release should be backward compatible and adds support for rendering mobile
5545

5646

5747
<a name="0.5.11"></a>
58-
## <small>0.5.11 (2017-03-07)</small>
48+
## 0.5.11 (2017-03-07)
5949

6050
* 0.5.11 ([efa4deb](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/efa4deb))
6151
* 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)
@@ -64,7 +54,7 @@ This release should be backward compatible and adds support for rendering mobile
6454

6555

6656
<a name="0.5.10"></a>
67-
## <small>0.5.10 (2017-03-06)</small>
57+
## 0.5.10 (2017-03-06)
6858

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

7666

7767
<a name="0.5.9"></a>
78-
## <small>0.5.9 (2017-02-22)</small>
68+
## 0.5.9 (2017-02-22)
7969

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

8575

8676
<a name="0.5.8"></a>
87-
## <small>0.5.8 (2017-02-09)</small>
77+
## 0.5.8 (2017-02-09)
8878

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

9484

9585
<a name="0.5.7"></a>
96-
## <small>0.5.7 (2017-02-09)</small>
86+
## 0.5.7 (2017-02-09)
9787

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

10191

10292

10393
<a name="0.5.6"></a>
104-
## <small>0.5.6 (2017-01-23)</small>
94+
## 0.5.6 (2017-01-23)
10595

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

10999

110100

111101
<a name="0.5.5"></a>
112-
## <small>0.5.5 (2016-11-23)</small>
102+
## 0.5.5 (2016-11-23)
113103

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

117107

118108

119109
<a name="0.5.4"></a>
120-
## <small>0.5.4 (2016-11-22)</small>
110+
## 0.5.4 (2016-11-22)
121111

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

127117

128118
<a name="0.5.3"></a>
129-
## <small>0.5.3 (2016-10-19)</small>
119+
## 0.5.3 (2016-10-19)
130120

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

134124

135125

136126
<a name="0.5.3-beta.1"></a>
137-
## <small>0.5.3-beta.1 (2016-10-13)</small>
127+
## 0.5.3-beta.1 (2016-10-13)
138128

139129
* 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)
140130
* 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)
@@ -144,15 +134,15 @@ This release should be backward compatible and adds support for rendering mobile
144134

145135

146136
<a name="0.5.2"></a>
147-
## <small>0.5.2 (2016-06-09)</small>
137+
## 0.5.2 (2016-06-09)
148138

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

152142

153143

154144
<a name="0.5.1"></a>
155-
## <small>0.5.1 (2016-05-12)</small>
145+
## 0.5.1 (2016-05-12)
156146

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

162152

163153
<a name="0.5.0"></a>
164-
## 0.5.0 (2016-05-10)
154+
# 0.5.0 (2016-05-10)
165155

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

171161

172162
<a name="0.4.1"></a>
173-
## <small>0.4.1 (2016-03-04)</small>
163+
## 0.4.1 (2016-03-04)
174164

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

178168

179169

180170
<a name="0.4.0"></a>
181-
## 0.4.0 (2016-03-02)
171+
# 0.4.0 (2016-03-02)
182172

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

186176

187177

188178
<a name="0.3.0"></a>
189-
## 0.3.0 (2016-02-04)
179+
# 0.3.0 (2016-02-04)
190180

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

194184

195185

196186
<a name="0.3.0-beta.1"></a>
197-
## 0.3.0-beta.1 (2016-02-02)
187+
# 0.3.0-beta.1 (2016-02-02)
198188

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

201191

202192

203193
<a name="0.2.1"></a>
204-
## <small>0.2.1 (2015-11-23)</small>
194+
## 0.2.1 (2015-11-23)
205195

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

209199

210200

211201
<a name="0.2.0"></a>
212-
## 0.2.0 (2015-11-23)
202+
# 0.2.0 (2015-11-23)
213203

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

219209

220210
<a name="0.1.4"></a>
221-
## <small>0.1.4 (2015-11-18)</small>
211+
## 0.1.4 (2015-11-18)
222212

223213
* Released v0.1.4 ([bc17a0e](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/bc17a0e))
224214
* 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)
225215

226216

227217

228218
<a name="0.1.3"></a>
229-
## <small>0.1.3 (2015-11-17)</small>
219+
## 0.1.3 (2015-11-17)
230220

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

239229

240230
<a name="0.1.2"></a>
241-
## <small>0.1.2 (2015-11-16)</small>
231+
## 0.1.2 (2015-11-16)
242232

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

249239

250240
<a name="0.1.1"></a>
251-
## <small>0.1.1 (2015-11-12)</small>
241+
## 0.1.1 (2015-11-12)
252242

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

256246

257247

258248
<a name="0.1.0"></a>
259-
## 0.1.0 (2015-11-12)
249+
# 0.1.0 (2015-11-12)
260250

261251
* enable as ember-addon ([57bc0bf](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/57bc0bf))
262252
* Initial Commit from Ember CLI v1.13.8 ([6fd8b3c](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/6fd8b3c))

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-mobiledoc-dom-renderer",
3-
"version": "0.7.0",
3+
"version": "0.8.0-beta.0",
44
"description": "provides a runtime mobiledoc dom-renderer to ember apps",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)