Skip to content

Commit 08315f4

Browse files
committed
v0.7.0
1 parent 1cbae1f commit 08315f4

2 files changed

Lines changed: 59 additions & 50 deletions

File tree

CHANGELOG.md

Lines changed: 58 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,66 @@
1+
<a name="0.7.0"></a>
2+
# 0.7.0 (2019-07-16)
3+
4+
* Support Mobiledoc 0.3.2 ([b4c48ab](https://github.com/bustle/mobiledoc-dom-renderer/commit/b4c48ab))
5+
* Use project-specific "broccoli" executable rather than global ([578ef83](https://github.com/bustle/mobiledoc-dom-renderer/commit/578ef83))
6+
7+
8+
19
<a name="0.6.6"></a>
2-
## <small>0.6.6 (2019-02-13)</small>
10+
## 0.6.6 (2019-02-13)
311

12+
* 0.6.6 ([e57e186](https://github.com/bustle/mobiledoc-dom-renderer/commit/e57e186))
413
* add module path to package.json ([56b7e57](https://github.com/bustle/mobiledoc-dom-renderer/commit/56b7e57))
514
* Ignore case on bad protocols ([7ca17eb](https://github.com/bustle/mobiledoc-dom-renderer/commit/7ca17eb))
615

716

817

918
<a name="0.6.5"></a>
10-
## <small>0.6.5 (2017-03-07)</small>
19+
## 0.6.5 (2017-03-07)
1120

1221
* 0.6.5 ([53e705b](https://github.com/bustle/mobiledoc-dom-renderer/commit/53e705b))
13-
* fix(href-sanitization): Improve protocol detection for href sanitization (#53) ([a91b257](https://github.com/bustle/mobiledoc-dom-renderer/commit/a91b257)), closes [#53](https://github.com/bustle/mobiledoc-dom-renderer/issues/53)
22+
* fix(href-sanitization): Improve protocol detection for href sanitization (#53) ([a91b257](https://github.com/bustle/mobiledoc-dom-renderer/commit/a91b257))
1423

1524

1625

1726
<a name="0.6.4"></a>
18-
## <small>0.6.4 (2017-03-06)</small>
27+
## 0.6.4 (2017-03-06)
1928

2029
* 0.6.4 ([cac185a](https://github.com/bustle/mobiledoc-dom-renderer/commit/cac185a))
2130
* 0.6.4-0 ([d564abb](https://github.com/bustle/mobiledoc-dom-renderer/commit/d564abb))
2231
* 0.6.4-1 ([c7cc41b](https://github.com/bustle/mobiledoc-dom-renderer/commit/c7cc41b))
23-
* chore(markupSanitizer): Remove markupSanitizer in favor of markupElementRenderer (#51) ([8f359af](https://github.com/bustle/mobiledoc-dom-renderer/commit/8f359af)), closes [#51](https://github.com/bustle/mobiledoc-dom-renderer/issues/51)
24-
* fix(href-sanitization): Accept markupSanitizer option, downcase tagName and attributeName (#50) ([aa1aedc](https://github.com/bustle/mobiledoc-dom-renderer/commit/aa1aedc)), closes [#50](https://github.com/bustle/mobiledoc-dom-renderer/issues/50) [#49](https://github.com/bustle/mobiledoc-dom-renderer/issues/49) [#48](https://github.com/bustle/mobiledoc-dom-renderer/issues/48)
32+
* chore(markupSanitizer): Remove markupSanitizer in favor of markupElementRenderer (#51) ([8f359af](https://github.com/bustle/mobiledoc-dom-renderer/commit/8f359af))
33+
* fix(href-sanitization): Accept markupSanitizer option, downcase tagName and attributeName (#50) ([aa1aedc](https://github.com/bustle/mobiledoc-dom-renderer/commit/aa1aedc)), closes [#49](https://github.com/bustle/mobiledoc-dom-renderer/issues/49) [#48](https://github.com/bustle/mobiledoc-dom-renderer/issues/48)
2534

2635

2736

2837
<a name="0.6.3"></a>
29-
## <small>0.6.3 (2017-02-22)</small>
38+
## 0.6.3 (2017-02-22)
3039

3140
* 0.6.3 ([a3d94c8](https://github.com/bustle/mobiledoc-dom-renderer/commit/a3d94c8))
32-
* Revert usage of glimmer/build for building (for now) (#46) ([c23676a](https://github.com/bustle/mobiledoc-dom-renderer/commit/c23676a)), closes [#46](https://github.com/bustle/mobiledoc-dom-renderer/issues/46)
41+
* Revert usage of glimmer/build for building (for now) (#46) ([c23676a](https://github.com/bustle/mobiledoc-dom-renderer/commit/c23676a))
3342

3443

3544

3645
<a name="0.6.2"></a>
37-
## <small>0.6.2 (2017-02-16)</small>
46+
## 0.6.2 (2017-02-16)
3847

3948
* 0.6.2 ([49d56e7](https://github.com/bustle/mobiledoc-dom-renderer/commit/49d56e7))
4049
* prepublish ([071bcbf](https://github.com/bustle/mobiledoc-dom-renderer/commit/071bcbf))
4150

4251

4352

4453
<a name="0.6.1"></a>
45-
## <small>0.6.1 (2017-02-16)</small>
54+
## 0.6.1 (2017-02-16)
4655

4756
* 0.6.1 ([0f8d5a6](https://github.com/bustle/mobiledoc-dom-renderer/commit/0f8d5a6))
48-
* use forked glimmer-build without babel helpers (#45) ([f9882db](https://github.com/bustle/mobiledoc-dom-renderer/commit/f9882db)), closes [#45](https://github.com/bustle/mobiledoc-dom-renderer/issues/45)
49-
* use typeof check (#42) ([2170c2b](https://github.com/bustle/mobiledoc-dom-renderer/commit/2170c2b)), closes [#42](https://github.com/bustle/mobiledoc-dom-renderer/issues/42) [#41](https://github.com/bustle/mobiledoc-dom-renderer/issues/41)
57+
* use forked glimmer-build without babel helpers (#45) ([f9882db](https://github.com/bustle/mobiledoc-dom-renderer/commit/f9882db))
58+
* use typeof check (#42) ([2170c2b](https://github.com/bustle/mobiledoc-dom-renderer/commit/2170c2b)), closes [#41](https://github.com/bustle/mobiledoc-dom-renderer/issues/41)
5059

5160

5261

5362
<a name="0.6.0"></a>
54-
## 0.6.0 (2017-02-14)
63+
# 0.6.0 (2017-02-14)
5564

5665
* 0.6.0 ([89a33b1](https://github.com/bustle/mobiledoc-dom-renderer/commit/89a33b1))
5766
* Added tests for #reduceAndSanitizeAttributes ([1efce8e](https://github.com/bustle/mobiledoc-dom-renderer/commit/1efce8e))
@@ -61,28 +70,28 @@
6170
* Links with unsafe URIs are filtered out. ([ff17b95](https://github.com/bustle/mobiledoc-dom-renderer/commit/ff17b95))
6271
* Refactor and extend to version 0.2 ([b89d508](https://github.com/bustle/mobiledoc-dom-renderer/commit/b89d508))
6372
* Refactor href values to be sanitized ([003c749](https://github.com/bustle/mobiledoc-dom-renderer/commit/003c749))
64-
* Use glimmer build (#40) ([8b82854](https://github.com/bustle/mobiledoc-dom-renderer/commit/8b82854)), closes [#40](https://github.com/bustle/mobiledoc-dom-renderer/issues/40)
73+
* Use glimmer build (#40) ([8b82854](https://github.com/bustle/mobiledoc-dom-renderer/commit/8b82854))
6574

6675

6776

6877
<a name="0.5.4"></a>
69-
## <small>0.5.4 (2016-11-15)</small>
78+
## 0.5.4 (2016-11-15)
7079

7180
* 0.5.2 ([40cdbe5](https://github.com/bustle/mobiledoc-dom-renderer/commit/40cdbe5))
7281
* 0.5.3 ([43f7908](https://github.com/bustle/mobiledoc-dom-renderer/commit/43f7908))
7382
* 0.5.4 ([5730c65](https://github.com/bustle/mobiledoc-dom-renderer/commit/5730c65))
74-
* Add a markup renderer option (#32) ([a368f34](https://github.com/bustle/mobiledoc-dom-renderer/commit/a368f34)), closes [#32](https://github.com/bustle/mobiledoc-dom-renderer/issues/32)
75-
* Document markup renderer (#33) ([2614b4e](https://github.com/bustle/mobiledoc-dom-renderer/commit/2614b4e)), closes [#33](https://github.com/bustle/mobiledoc-dom-renderer/issues/33)
83+
* Add a markup renderer option (#32) ([a368f34](https://github.com/bustle/mobiledoc-dom-renderer/commit/a368f34))
84+
* Document markup renderer (#33) ([2614b4e](https://github.com/bustle/mobiledoc-dom-renderer/commit/2614b4e))
7685
* Mobiledoc 0.3.1 ([93cd8ba](https://github.com/bustle/mobiledoc-dom-renderer/commit/93cd8ba))
7786
* Support didRender for latest mobiledoc-kit ([70929c6](https://github.com/bustle/mobiledoc-dom-renderer/commit/70929c6))
7887
* Update release instructions to use `np` ([014de03](https://github.com/bustle/mobiledoc-dom-renderer/commit/014de03))
7988
* Update to use yarn ([e46b453](https://github.com/bustle/mobiledoc-dom-renderer/commit/e46b453))
80-
* chore(scripts): Use version instead of postversion npm script (#36) ([17e35de](https://github.com/bustle/mobiledoc-dom-renderer/commit/17e35de)), closes [#36](https://github.com/bustle/mobiledoc-dom-renderer/issues/36)
89+
* chore(scripts): Use version instead of postversion npm script (#36) ([17e35de](https://github.com/bustle/mobiledoc-dom-renderer/commit/17e35de))
8190

8291

8392

8493
<a name="0.5.1"></a>
85-
## <small>0.5.1 (2016-05-12)</small>
94+
## 0.5.1 (2016-05-12)
8695

8796
* [bugfix] Pass dom, isInEditor args to atoms ([6c98424](https://github.com/bustle/mobiledoc-dom-renderer/commit/6c98424))
8897
* [docs] minor change to release process in readme ([b637a47](https://github.com/bustle/mobiledoc-dom-renderer/commit/b637a47))
@@ -91,7 +100,7 @@
91100

92101

93102
<a name="0.5.0"></a>
94-
## 0.5.0 (2016-04-14)
103+
# 0.5.0 (2016-04-14)
95104

96105
* Remove card wrappers ([c9632fa](https://github.com/bustle/mobiledoc-dom-renderer/commit/c9632fa))
97106
* Update changelog ([1505a05](https://github.com/bustle/mobiledoc-dom-renderer/commit/1505a05))
@@ -102,7 +111,7 @@
102111

103112

104113
<a name="0.4.1"></a>
105-
## <small>0.4.1 (2016-03-11)</small>
114+
## 0.4.1 (2016-03-11)
106115

107116
* 0.4.1 ([d350c73](https://github.com/bustle/mobiledoc-dom-renderer/commit/d350c73))
108117
* Render pull-quote as <div class="pull-quote" ([638f46d](https://github.com/bustle/mobiledoc-dom-renderer/commit/638f46d)), closes [#26](https://github.com/bustle/mobiledoc-dom-renderer/issues/26)
@@ -111,23 +120,23 @@
111120

112121

113122
<a name="0.4.0"></a>
114-
## 0.4.0 (2016-02-21)
123+
# 0.4.0 (2016-02-21)
115124

116125
* 0.4.0 ([c426575](https://github.com/bustle/mobiledoc-dom-renderer/commit/c426575))
117126
* Use strict in brocfile ([bba53ff](https://github.com/bustle/mobiledoc-dom-renderer/commit/bba53ff))
118127

119128

120129

121130
<a name="0.4.0-beta4"></a>
122-
## 0.4.0-beta4 (2016-02-20)
131+
# 0.4.0-beta4 (2016-02-20)
123132

124133
* 0.4.0-beta4 ([dc07520](https://github.com/bustle/mobiledoc-dom-renderer/commit/dc07520))
125134
* Create section element with correct args ([6f8df27](https://github.com/bustle/mobiledoc-dom-renderer/commit/6f8df27))
126135

127136

128137

129138
<a name="0.4.0-beta3"></a>
130-
## 0.4.0-beta3 (2016-02-20)
139+
# 0.4.0-beta3 (2016-02-20)
131140

132141
* 0.4.0-beta3 ([4b83f54](https://github.com/bustle/mobiledoc-dom-renderer/commit/4b83f54))
133142
* Document rendering HTML ([2d2a8f7](https://github.com/bustle/mobiledoc-dom-renderer/commit/2d2a8f7))
@@ -136,15 +145,15 @@
136145

137146

138147
<a name="0.4.0-beta2"></a>
139-
## 0.4.0-beta2 (2016-02-19)
148+
# 0.4.0-beta2 (2016-02-19)
140149

141150
* 0.4.0-beta2 ([387c331](https://github.com/bustle/mobiledoc-dom-renderer/commit/387c331))
142151
* Node-safe window check ([6f0e6ce](https://github.com/bustle/mobiledoc-dom-renderer/commit/6f0e6ce))
143152

144153

145154

146155
<a name="0.4.0-beta1"></a>
147-
## 0.4.0-beta1 (2016-02-11)
156+
# 0.4.0-beta1 (2016-02-11)
148157

149158
* Add dom option for renderer, SimpleDOM tests ([0ed823b](https://github.com/bustle/mobiledoc-dom-renderer/commit/0ed823b))
150159
* Update changelog ([85c42e9](https://github.com/bustle/mobiledoc-dom-renderer/commit/85c42e9))
@@ -153,29 +162,29 @@
153162

154163

155164
<a name="0.3.0"></a>
156-
## 0.3.0 (2016-02-04)
165+
# 0.3.0 (2016-02-04)
157166

158167
* 0.3.0 ([c0f4364](https://github.com/bustle/mobiledoc-dom-renderer/commit/c0f4364))
159168

160169

161170

162171
<a name="0.3.0-beta3"></a>
163-
## 0.3.0-beta3 (2016-01-21)
172+
# 0.3.0-beta3 (2016-01-21)
164173

165174
* 0.3.0-beta3 ([5f2e60e](https://github.com/bustle/mobiledoc-dom-renderer/commit/5f2e60e))
166175
* Add sectionElementRenderer option ([fa2e9be](https://github.com/bustle/mobiledoc-dom-renderer/commit/fa2e9be))
167176

168177

169178

170179
<a name="0.3.0-beta2"></a>
171-
## 0.3.0-beta2 (2015-12-17)
180+
# 0.3.0-beta2 (2015-12-17)
172181

173182
* 0.3.0-beta2 ([43e687c](https://github.com/bustle/mobiledoc-dom-renderer/commit/43e687c))
174183

175184

176185

177186
<a name="0.3.0-beta1"></a>
178-
## 0.3.0-beta1 (2015-12-17)
187+
# 0.3.0-beta1 (2015-12-17)
179188

180189
* 0.3.0-beta1 ([ba05d16](https://github.com/bustle/mobiledoc-dom-renderer/commit/ba05d16))
181190
* fix marker type util import ([3e11c33](https://github.com/bustle/mobiledoc-dom-renderer/commit/3e11c33))
@@ -189,14 +198,14 @@
189198

190199

191200
<a name="0.2.1"></a>
192-
## <small>0.2.1 (2015-11-23)</small>
201+
## 0.2.1 (2015-11-23)
193202

194203
* 0.2.1 ([cfd0a97](https://github.com/bustle/mobiledoc-dom-renderer/commit/cfd0a97))
195204

196205

197206

198207
<a name="0.2.0"></a>
199-
## 0.2.0 (2015-11-23)
208+
# 0.2.0 (2015-11-23)
200209

201210
* 0.2.0 ([5849616](https://github.com/bustle/mobiledoc-dom-renderer/commit/5849616))
202211
* refactor to handle new cards ([e6fd6fd](https://github.com/bustle/mobiledoc-dom-renderer/commit/e6fd6fd)), closes [#17](https://github.com/bustle/mobiledoc-dom-renderer/issues/17)
@@ -205,7 +214,7 @@
205214

206215

207216
<a name="0.1.18"></a>
208-
## <small>0.1.18 (2015-11-16)</small>
217+
## 0.1.18 (2015-11-16)
209218

210219
* 0.1.18 ([172ba45](https://github.com/bustle/mobiledoc-dom-renderer/commit/172ba45))
211220
* Add update-changelog ([2f7100c](https://github.com/bustle/mobiledoc-dom-renderer/commit/2f7100c))
@@ -219,7 +228,7 @@
219228

220229

221230
<a name="0.1.17"></a>
222-
## <small>0.1.17 (2015-11-12)</small>
231+
## 0.1.17 (2015-11-12)
223232

224233
* 0.1.17 ([0c35bcc](https://github.com/bustle/mobiledoc-dom-renderer/commit/0c35bcc))
225234
* remove ember-addon index ([c857bf6](https://github.com/bustle/mobiledoc-dom-renderer/commit/c857bf6))
@@ -228,31 +237,31 @@
228237

229238

230239
<a name="0.1.16"></a>
231-
## <small>0.1.16 (2015-10-24)</small>
240+
## 0.1.16 (2015-10-24)
232241

233242
* 0.1.16 ([1a3eff2](https://github.com/bustle/mobiledoc-dom-renderer/commit/1a3eff2))
234243
* Assert that `cards` is not passed as an array ([c7ea455](https://github.com/bustle/mobiledoc-dom-renderer/commit/c7ea455))
235244

236245

237246

238247
<a name="0.1.15"></a>
239-
## <small>0.1.15 (2015-10-16)</small>
248+
## 0.1.15 (2015-10-16)
240249

241250
* 0.1.15 ([955d8af](https://github.com/bustle/mobiledoc-dom-renderer/commit/955d8af))
242251
* Add a main definition for ember-addon ([31b7991](https://github.com/bustle/mobiledoc-dom-renderer/commit/31b7991))
243252

244253

245254

246255
<a name="0.1.14"></a>
247-
## <small>0.1.14 (2015-10-15)</small>
256+
## 0.1.14 (2015-10-15)
248257

249258
* 0.1.14 ([29016e6](https://github.com/bustle/mobiledoc-dom-renderer/commit/29016e6))
250259
* Build commonjs ([8d540f4](https://github.com/bustle/mobiledoc-dom-renderer/commit/8d540f4))
251260

252261

253262

254263
<a name="0.1.13"></a>
255-
## <small>0.1.13 (2015-10-01)</small>
264+
## 0.1.13 (2015-10-01)
256265

257266
* 0.1.12 ([7b90ad6](https://github.com/bustle/mobiledoc-dom-renderer/commit/7b90ad6))
258267
* 0.1.13 ([f60bc90](https://github.com/bustle/mobiledoc-dom-renderer/commit/f60bc90))
@@ -262,23 +271,23 @@
262271

263272

264273
<a name="0.1.11"></a>
265-
## <small>0.1.11 (2015-08-25)</small>
274+
## 0.1.11 (2015-08-25)
266275

267276
* 0.1.11 ([455b8e7](https://github.com/bustle/mobiledoc-dom-renderer/commit/455b8e7))
268277
* Make an addon ([c7ae737](https://github.com/bustle/mobiledoc-dom-renderer/commit/c7ae737))
269278

270279

271280

272281
<a name="0.1.10"></a>
273-
## <small>0.1.10 (2015-08-05)</small>
282+
## 0.1.10 (2015-08-05)
274283

275284
* 0.1.10 ([6a2fbcf](https://github.com/bustle/mobiledoc-dom-renderer/commit/6a2fbcf))
276285
* Fix bad utils path and test ([3305634](https://github.com/bustle/mobiledoc-dom-renderer/commit/3305634))
277286

278287

279288

280289
<a name="0.1.9"></a>
281-
## <small>0.1.9 (2015-08-05)</small>
290+
## 0.1.9 (2015-08-05)
282291

283292
* 0.1.9 ([a4b5501](https://github.com/bustle/mobiledoc-dom-renderer/commit/a4b5501))
284293
* Add a default image card implementation ([58adcf1](https://github.com/bustle/mobiledoc-dom-renderer/commit/58adcf1))
@@ -289,7 +298,7 @@
289298

290299

291300
<a name="0.1.8"></a>
292-
## <small>0.1.8 (2015-07-29)</small>
301+
## 0.1.8 (2015-07-29)
293302

294303
* 0.1.7 ([4782eee](https://github.com/bustle/mobiledoc-dom-renderer/commit/4782eee))
295304
* 0.1.8 ([c6b0043](https://github.com/bustle/mobiledoc-dom-renderer/commit/c6b0043))
@@ -299,30 +308,30 @@
299308

300309

301310
<a name="0.1.6"></a>
302-
## <small>0.1.6 (2015-07-27)</small>
311+
## 0.1.6 (2015-07-27)
303312

304313
* 0.1.6 ([f13bbf8](https://github.com/bustle/mobiledoc-dom-renderer/commit/f13bbf8))
305314

306315

307316

308317
<a name="0.1.5"></a>
309-
## <small>0.1.5 (2015-07-15)</small>
318+
## 0.1.5 (2015-07-15)
310319

311320
* 0.1.5 ([45298d8](https://github.com/bustle/mobiledoc-dom-renderer/commit/45298d8))
312321
* Render cards to DOM ([dfe3e96](https://github.com/bustle/mobiledoc-dom-renderer/commit/dfe3e96))
313322

314323

315324

316325
<a name="0.1.4"></a>
317-
## <small>0.1.4 (2015-07-13)</small>
326+
## 0.1.4 (2015-07-13)
318327

319328
* 0.1.4 ([eb11c5d](https://github.com/bustle/mobiledoc-dom-renderer/commit/eb11c5d))
320329
* Add support for image sections ([5fd6d81](https://github.com/bustle/mobiledoc-dom-renderer/commit/5fd6d81))
321330

322331

323332

324333
<a name="0.1.3"></a>
325-
## <small>0.1.3 (2015-07-09)</small>
334+
## 0.1.3 (2015-07-09)
326335

327336
* 0.1.3 ([079e0c1](https://github.com/bustle/mobiledoc-dom-renderer/commit/079e0c1))
328337
* add jshintrc ([cb0607a](https://github.com/bustle/mobiledoc-dom-renderer/commit/cb0607a))
@@ -337,23 +346,23 @@
337346

338347

339348
<a name="0.1.2"></a>
340-
## <small>0.1.2 (2015-07-09)</small>
349+
## 0.1.2 (2015-07-09)
341350

342351
* 0.1.2 ([6e57123](https://github.com/bustle/mobiledoc-dom-renderer/commit/6e57123))
343352
* ignore npm-debug.log ([a652ce2](https://github.com/bustle/mobiledoc-dom-renderer/commit/a652ce2))
344353

345354

346355

347356
<a name="0.1.1"></a>
348-
## <small>0.1.1 (2015-07-09)</small>
357+
## 0.1.1 (2015-07-09)
349358

350359
* add "files" to package.json ([268841e](https://github.com/bustle/mobiledoc-dom-renderer/commit/268841e))
351360
* v0.1.1 ([f74e486](https://github.com/bustle/mobiledoc-dom-renderer/commit/f74e486))
352361

353362

354363

355364
<a name="0.1.0"></a>
356-
## 0.1.0 (2015-07-09)
365+
# 0.1.0 (2015-07-09)
357366

358367
* Add dom renderer, tests ([58a531e](https://github.com/bustle/mobiledoc-dom-renderer/commit/58a531e))
359368
* initial project structure ([39a9b34](https://github.com/bustle/mobiledoc-dom-renderer/commit/39a9b34))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobiledoc-dom-renderer",
3-
"version": "0.6.6",
3+
"version": "0.7.0",
44
"description": "Renders Mobiledoc input to DOM output",
55
"license": "MIT",
66
"author": "Cory Forsyth <cory.forsyth@gmail.com> (http://coryforsyth.com/)",

0 commit comments

Comments
 (0)