|
| 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 | + |
1 | 45 | <a name="0.6.0"></a> |
2 | | -# 0.6.0 (2017-08-24) |
| 46 | +## 0.6.0 (2017-08-24) |
3 | 47 |
|
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) |
5 | 49 | * 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) |
6 | 50 | * fix typo in npm script ([b0ea325](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/b0ea325)) |
7 | 51 | * 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) |
9 | 54 |
|
10 | 55 |
|
11 | 56 |
|
12 | 57 | <a name="0.5.11"></a> |
13 | | -## 0.5.11 (2017-03-07) |
| 58 | +## <small>0.5.11 (2017-03-07)</small> |
14 | 59 |
|
15 | 60 | * 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) |
18 | 63 |
|
19 | 64 |
|
20 | 65 |
|
21 | 66 | <a name="0.5.10"></a> |
22 | | -## 0.5.10 (2017-03-06) |
| 67 | +## <small>0.5.10 (2017-03-06)</small> |
23 | 68 |
|
24 | 69 | * 0.5.10 ([82fb1a4](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/82fb1a4)) |
25 | 70 | * Upgrade to ember-cli 1.13.13 ([afc4c80](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/afc4c80)) |
26 | 71 | * upgrade to ember-cli 2.11.1 ([381b424](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/381b424)) |
27 | 72 | * 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) |
29 | 74 |
|
30 | 75 |
|
31 | 76 |
|
32 | 77 | <a name="0.5.9"></a> |
33 | | -## 0.5.9 (2017-02-22) |
| 78 | +## <small>0.5.9 (2017-02-22)</small> |
34 | 79 |
|
35 | 80 | * 0.5.9 ([e788cd3](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/e788cd3)) |
36 | 81 | * Use latest mobiledoc-dom-renderer (^0.6.3) ([ddaa482](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/ddaa482)) |
|
39 | 84 |
|
40 | 85 |
|
41 | 86 | <a name="0.5.8"></a> |
42 | | -## 0.5.8 (2017-02-09) |
| 87 | +## <small>0.5.8 (2017-02-09)</small> |
43 | 88 |
|
44 | 89 | * 0.5.8 ([35a6cab](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/35a6cab)) |
45 | 90 | * Pass cardOptions to cards and atoms ([b25feeb](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/b25feeb)) |
|
48 | 93 |
|
49 | 94 |
|
50 | 95 | <a name="0.5.7"></a> |
51 | | -## 0.5.7 (2017-02-09) |
| 96 | +## <small>0.5.7 (2017-02-09)</small> |
52 | 97 |
|
53 | 98 | * 0.5.7 ([8a39f36](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/8a39f36)) |
54 | 99 | * Refactor getDOM to fix issue when running Ember in FastBoot with Glimmer ([57c8f8e](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/57c8f8e)) |
55 | 100 |
|
56 | 101 |
|
57 | 102 |
|
58 | 103 | <a name="0.5.6"></a> |
59 | | -## 0.5.6 (2017-01-23) |
| 104 | +## <small>0.5.6 (2017-01-23)</small> |
60 | 105 |
|
61 | 106 | * 0.5.6 ([325e76f](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/325e76f)) |
62 | 107 | * Update ember-wormhole to ^0.5.1 for Glimmer 2 support ([bcc3369](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/bcc3369)) |
63 | 108 |
|
64 | 109 |
|
65 | 110 |
|
66 | 111 | <a name="0.5.5"></a> |
67 | | -## 0.5.5 (2016-11-23) |
| 112 | +## <small>0.5.5 (2016-11-23)</small> |
68 | 113 |
|
69 | 114 | * 0.5.5 ([746400b](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/746400b)) |
70 | 115 | * Pass dom to the renderer ([6e0aa0b](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/6e0aa0b)) |
71 | 116 |
|
72 | 117 |
|
73 | 118 |
|
74 | 119 | <a name="0.5.4"></a> |
75 | | -## 0.5.4 (2016-11-22) |
| 120 | +## <small>0.5.4 (2016-11-22)</small> |
76 | 121 |
|
77 | 122 | * 0.5.4 ([a41eb52](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/a41eb52)) |
78 | 123 | * Add support for more options ([2817859](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/2817859)) |
|
81 | 126 |
|
82 | 127 |
|
83 | 128 | <a name="0.5.3"></a> |
84 | | -## 0.5.3 (2016-10-19) |
| 129 | +## <small>0.5.3 (2016-10-19)</small> |
85 | 130 |
|
86 | 131 | * 0.5.3 ([c3f6911](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/c3f6911)) |
87 | 132 | * Update Release process in README ([97882b0](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/97882b0)) |
88 | 133 |
|
89 | 134 |
|
90 | 135 |
|
91 | 136 | <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> |
93 | 138 |
|
94 | 139 | * 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) |
96 | 141 | * 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) |
97 | 142 | * v0.5.3-beta.1 ([98cf929](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/98cf929)) |
98 | 143 |
|
99 | 144 |
|
100 | 145 |
|
101 | 146 | <a name="0.5.2"></a> |
102 | | -## 0.5.2 (2016-06-09) |
| 147 | +## <small>0.5.2 (2016-06-09)</small> |
103 | 148 |
|
104 | 149 | * Update ember-wormhole to ^0.4.0 ([a420601](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/a420601)) |
105 | 150 | * v0.5.2 ([3aebfac](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/3aebfac)) |
106 | 151 |
|
107 | 152 |
|
108 | 153 |
|
109 | 154 | <a name="0.5.1"></a> |
110 | | -## 0.5.1 (2016-05-12) |
| 155 | +## <small>0.5.1 (2016-05-12)</small> |
111 | 156 |
|
112 | 157 | * Add update-changelog script ([ab744b4](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/ab744b4)) |
113 | 158 | * Remove usage of jQuery ($) because it is not available in Fastboot ([a5995c1](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/a5995c1)) |
|
116 | 161 |
|
117 | 162 |
|
118 | 163 | <a name="0.5.0"></a> |
119 | | -# 0.5.0 (2016-05-10) |
| 164 | +## 0.5.0 (2016-05-10) |
120 | 165 |
|
121 | 166 | * Render atoms, allow renaming via atomNameToComponentName ([72bc7ab](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/72bc7ab)) |
122 | 167 | * Use `willRender` instead of `didInsertElement`, make fastboot-compatible ([fa8e5ea](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/fa8e5ea)) |
|
125 | 170 |
|
126 | 171 |
|
127 | 172 | <a name="0.4.1"></a> |
128 | | -## 0.4.1 (2016-03-04) |
| 173 | +## <small>0.4.1 (2016-03-04)</small> |
129 | 174 |
|
130 | 175 | * 0.4.1 ([d8b7e8d](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/d8b7e8d)) |
131 | 176 | * Fix rerendering when inputs change ([54c6145](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/54c6145)) |
132 | 177 |
|
133 | 178 |
|
134 | 179 |
|
135 | 180 | <a name="0.4.0"></a> |
136 | | -# 0.4.0 (2016-03-02) |
| 181 | +## 0.4.0 (2016-03-02) |
137 | 182 |
|
138 | 183 | * 0.4.0 ([0b2ef70](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/0b2ef70)) |
139 | 184 | * update mobiledoc-dom-renderer to 0.4.0 ([c12aaf0](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/c12aaf0)) |
140 | 185 |
|
141 | 186 |
|
142 | 187 |
|
143 | 188 | <a name="0.3.0"></a> |
144 | | -# 0.3.0 (2016-02-04) |
| 189 | +## 0.3.0 (2016-02-04) |
145 | 190 |
|
146 | 191 | * 0.3.0 ([e322724](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/e322724)) |
147 | 192 | * bump dom renderer dep ([eb1914e](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/eb1914e)) |
148 | 193 |
|
149 | 194 |
|
150 | 195 |
|
151 | 196 | <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) |
153 | 198 |
|
154 | 199 | * use dom-renderer 0.3.0-beta.1 ([a398e72](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/a398e72)) |
155 | 200 |
|
156 | 201 |
|
157 | 202 |
|
158 | 203 | <a name="0.2.1"></a> |
159 | | -## 0.2.1 (2015-11-23) |
| 204 | +## <small>0.2.1 (2015-11-23)</small> |
160 | 205 |
|
161 | 206 | * Released v0.2.1 ([c536019](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/c536019)) |
162 | 207 | * update mobiledoc-dom-renderer dep to 0.2.1 ([9d66016](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/9d66016)) |
163 | 208 |
|
164 | 209 |
|
165 | 210 |
|
166 | 211 | <a name="0.2.0"></a> |
167 | | -# 0.2.0 (2015-11-23) |
| 212 | +## 0.2.0 (2015-11-23) |
168 | 213 |
|
169 | 214 | * add unit test that renderer exists and is importable ([7145b3e](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/7145b3e)) |
170 | 215 | * Released v0.2.0 ([17b9c36](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/17b9c36)) |
|
173 | 218 |
|
174 | 219 |
|
175 | 220 | <a name="0.1.4"></a> |
176 | | -## 0.1.4 (2015-11-18) |
| 221 | +## <small>0.1.4 (2015-11-18)</small> |
177 | 222 |
|
178 | 223 | * Released v0.1.4 ([bc17a0e](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/bc17a0e)) |
179 | 224 | * 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) |
180 | 225 |
|
181 | 226 |
|
182 | 227 |
|
183 | 228 | <a name="0.1.3"></a> |
184 | | -## 0.1.3 (2015-11-17) |
| 229 | +## <small>0.1.3 (2015-11-17)</small> |
185 | 230 |
|
186 | 231 | * Add {{render-mobiledoc}} component ([57e9d34](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/57e9d34)) |
187 | 232 | * add travis badge ([6049460](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/6049460)) |
|
193 | 238 |
|
194 | 239 |
|
195 | 240 | <a name="0.1.2"></a> |
196 | | -## 0.1.2 (2015-11-16) |
| 241 | +## <small>0.1.2 (2015-11-16)</small> |
197 | 242 |
|
198 | 243 | * 0.1.2 ([2e7a3ca](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/2e7a3ca)) |
199 | 244 | * bump to mobiledoc-dom-renderer ^0.1.18 ([ddf9cbf](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/ddf9cbf)) |
|
203 | 248 |
|
204 | 249 |
|
205 | 250 | <a name="0.1.1"></a> |
206 | | -## 0.1.1 (2015-11-12) |
| 251 | +## <small>0.1.1 (2015-11-12)</small> |
207 | 252 |
|
208 | 253 | * 0.1.1 ([1663b2c](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/1663b2c)) |
209 | 254 | * bump dep to 0.1.7 ([e206807](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/e206807)) |
210 | 255 |
|
211 | 256 |
|
212 | 257 |
|
213 | 258 | <a name="0.1.0"></a> |
214 | | -# 0.1.0 (2015-11-12) |
| 259 | +## 0.1.0 (2015-11-12) |
215 | 260 |
|
216 | 261 | * enable as ember-addon ([57bc0bf](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/57bc0bf)) |
217 | 262 | * Initial Commit from Ember CLI v1.13.8 ([6fd8b3c](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/6fd8b3c)) |
|
0 commit comments