Skip to content

Commit 197b1c7

Browse files
committed
Release 0.7.0
1 parent 421320a commit 197b1c7

3 files changed

Lines changed: 78 additions & 33 deletions

File tree

CHANGELOG.md

Lines changed: 76 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,81 @@
1+
## v0.7.0 (2020-06-06)
2+
3+
This release should be backward compatible and adds support for rendering mobiledoc 0.3.2 documents.
4+
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))
12+
13+
#### :memo: Documentation
14+
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))
17+
18+
#### :house: Internal
19+
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
30+
31+
32+
<a name="0.7.0"></a>
33+
## 0.7.0 (2020-06-06)
34+
35+
* Setup release-it to automate config and CHANGELOG ([b1bdf56](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/b1bdf56))
36+
* Switch from ember-fastboot-addon-tests to ember-cli-fastboot-testing ([117540c](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/117540c))
37+
* Tweak release-it config ([421320a](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/421320a))
38+
* Update compatibility and build status details in README ([cdc1bfa](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/cdc1bfa))
39+
* Update dependencies ([3ef12ca](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/3ef12ca))
40+
* Update to mobiledoc-dom-renderer 0.7.0 and ember 3.18 ([fc51244](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/fc51244))
41+
* docs: Document element renderer options (#51) ([28f8c7b](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/28f8c7b)), closes [#51](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/issues/51)
42+
43+
44+
145
<a name="0.6.0"></a>
2-
# 0.6.0 (2017-08-24)
46+
## 0.6.0 (2017-08-24)
347

4-
* Add ember-2.12 to ember-try config (#47) ([5729d6e](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/5729d6e))
48+
* 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)
549
* 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)
650
* fix typo in npm script ([b0ea325](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/b0ea325))
751
* Update deps (fixes fastboot tests), test in Chrome at CI (#49) ([c8b07a1](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/c8b07a1)), closes [#49](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/issues/49)
8-
* chore(yarn): use yarn (#50) ([3ef669b](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/3ef669b))
52+
* v0.6.0 ([ca4c839](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/ca4c839))
53+
* chore(yarn): use yarn (#50) ([3ef669b](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/3ef669b)), closes [#50](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/issues/50)
954

1055

1156

1257
<a name="0.5.11"></a>
13-
## 0.5.11 (2017-03-07)
58+
## <small>0.5.11 (2017-03-07)</small>
1459

1560
* 0.5.11 ([efa4deb](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/efa4deb))
16-
* test(fastboot): Add fastboot tests for cards and atoms (#44) ([cc6b20c](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/cc6b20c))
17-
* chore(markupElementRenderer): Remove custom markupElementRenderer (#43) ([6a33c74](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/6a33c74))
61+
* 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)
62+
* chore(markupElementRenderer): Remove custom markupElementRenderer (#43) ([6a33c74](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/6a33c74)), closes [#43](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/issues/43)
1863

1964

2065

2166
<a name="0.5.10"></a>
22-
## 0.5.10 (2017-03-06)
67+
## <small>0.5.10 (2017-03-06)</small>
2368

2469
* 0.5.10 ([82fb1a4](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/82fb1a4))
2570
* Upgrade to ember-cli 1.13.13 ([afc4c80](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/afc4c80))
2671
* upgrade to ember-cli 2.11.1 ([381b424](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/381b424))
2772
* upgrade to ember-cli 2.7.0 ([522ebb4](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/522ebb4))
28-
* fix(url sanitization): Pass an A markupElementRenderer when necessary (in Fastboot) (#42) ([29be168](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/29be168)), closes [#38](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/issues/38)
73+
* fix(url sanitization): Pass an A markupElementRenderer when necessary (in Fastboot) (#42) ([29be168](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/29be168)), closes [#42](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/issues/42) [#38](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/issues/38)
2974

3075

3176

3277
<a name="0.5.9"></a>
33-
## 0.5.9 (2017-02-22)
78+
## <small>0.5.9 (2017-02-22)</small>
3479

3580
* 0.5.9 ([e788cd3](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/e788cd3))
3681
* Use latest mobiledoc-dom-renderer (^0.6.3) ([ddaa482](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/ddaa482))
@@ -39,7 +84,7 @@
3984

4085

4186
<a name="0.5.8"></a>
42-
## 0.5.8 (2017-02-09)
87+
## <small>0.5.8 (2017-02-09)</small>
4388

4489
* 0.5.8 ([35a6cab](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/35a6cab))
4590
* Pass cardOptions to cards and atoms ([b25feeb](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/b25feeb))
@@ -48,31 +93,31 @@
4893

4994

5095
<a name="0.5.7"></a>
51-
## 0.5.7 (2017-02-09)
96+
## <small>0.5.7 (2017-02-09)</small>
5297

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

56101

57102

58103
<a name="0.5.6"></a>
59-
## 0.5.6 (2017-01-23)
104+
## <small>0.5.6 (2017-01-23)</small>
60105

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

64109

65110

66111
<a name="0.5.5"></a>
67-
## 0.5.5 (2016-11-23)
112+
## <small>0.5.5 (2016-11-23)</small>
68113

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

72117

73118

74119
<a name="0.5.4"></a>
75-
## 0.5.4 (2016-11-22)
120+
## <small>0.5.4 (2016-11-22)</small>
76121

77122
* 0.5.4 ([a41eb52](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/a41eb52))
78123
* Add support for more options ([2817859](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/2817859))
@@ -81,33 +126,33 @@
81126

82127

83128
<a name="0.5.3"></a>
84-
## 0.5.3 (2016-10-19)
129+
## <small>0.5.3 (2016-10-19)</small>
85130

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

89134

90135

91136
<a name="0.5.3-beta.1"></a>
92-
## 0.5.3-beta.1 (2016-10-13)
137+
## <small>0.5.3-beta.1 (2016-10-13)</small>
93138

94139
* 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)
95-
* Run tests on ember beta, release, canary ([4d1ea6c](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/4d1ea6c)), closes [#18](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/issues/18)
140+
* 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)
96141
* Use readonly data for component cards/atoms, avoid unnecessary rerenders ([692291f](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/692291f)), closes [#19](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/issues/19)
97142
* v0.5.3-beta.1 ([98cf929](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/98cf929))
98143

99144

100145

101146
<a name="0.5.2"></a>
102-
## 0.5.2 (2016-06-09)
147+
## <small>0.5.2 (2016-06-09)</small>
103148

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

107152

108153

109154
<a name="0.5.1"></a>
110-
## 0.5.1 (2016-05-12)
155+
## <small>0.5.1 (2016-05-12)</small>
111156

112157
* Add update-changelog script ([ab744b4](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/ab744b4))
113158
* Remove usage of jQuery ($) because it is not available in Fastboot ([a5995c1](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/a5995c1))
@@ -116,7 +161,7 @@
116161

117162

118163
<a name="0.5.0"></a>
119-
# 0.5.0 (2016-05-10)
164+
## 0.5.0 (2016-05-10)
120165

121166
* Render atoms, allow renaming via atomNameToComponentName ([72bc7ab](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/72bc7ab))
122167
* Use `willRender` instead of `didInsertElement`, make fastboot-compatible ([fa8e5ea](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/fa8e5ea))
@@ -125,46 +170,46 @@
125170

126171

127172
<a name="0.4.1"></a>
128-
## 0.4.1 (2016-03-04)
173+
## <small>0.4.1 (2016-03-04)</small>
129174

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

133178

134179

135180
<a name="0.4.0"></a>
136-
# 0.4.0 (2016-03-02)
181+
## 0.4.0 (2016-03-02)
137182

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

141186

142187

143188
<a name="0.3.0"></a>
144-
# 0.3.0 (2016-02-04)
189+
## 0.3.0 (2016-02-04)
145190

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

149194

150195

151196
<a name="0.3.0-beta.1"></a>
152-
# 0.3.0-beta.1 (2016-02-02)
197+
## 0.3.0-beta.1 (2016-02-02)
153198

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

156201

157202

158203
<a name="0.2.1"></a>
159-
## 0.2.1 (2015-11-23)
204+
## <small>0.2.1 (2015-11-23)</small>
160205

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

164209

165210

166211
<a name="0.2.0"></a>
167-
# 0.2.0 (2015-11-23)
212+
## 0.2.0 (2015-11-23)
168213

169214
* add unit test that renderer exists and is importable ([7145b3e](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/7145b3e))
170215
* Released v0.2.0 ([17b9c36](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/17b9c36))
@@ -173,15 +218,15 @@
173218

174219

175220
<a name="0.1.4"></a>
176-
## 0.1.4 (2015-11-18)
221+
## <small>0.1.4 (2015-11-18)</small>
177222

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

181226

182227

183228
<a name="0.1.3"></a>
184-
## 0.1.3 (2015-11-17)
229+
## <small>0.1.3 (2015-11-17)</small>
185230

186231
* Add {{render-mobiledoc}} component ([57e9d34](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/57e9d34))
187232
* add travis badge ([6049460](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/6049460))
@@ -193,7 +238,7 @@
193238

194239

195240
<a name="0.1.2"></a>
196-
## 0.1.2 (2015-11-16)
241+
## <small>0.1.2 (2015-11-16)</small>
197242

198243
* 0.1.2 ([2e7a3ca](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/2e7a3ca))
199244
* bump to mobiledoc-dom-renderer ^0.1.18 ([ddf9cbf](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/ddf9cbf))
@@ -203,15 +248,15 @@
203248

204249

205250
<a name="0.1.1"></a>
206-
## 0.1.1 (2015-11-12)
251+
## <small>0.1.1 (2015-11-12)</small>
207252

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

211256

212257

213258
<a name="0.1.0"></a>
214-
# 0.1.0 (2015-11-12)
259+
## 0.1.0 (2015-11-12)
215260

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-mobiledoc-dom-renderer",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "provides a runtime mobiledoc dom-renderer to ember apps",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)