|
1 | | -## v0.7.0 (2022-10-24) |
| 1 | +## v0.8.0 (2023-09-19) |
2 | 2 |
|
3 | 3 | #### :boom: Breaking Change |
4 | | -* [#203](https://github.com/bustle/ember-mobiledoc-editor/pull/203) Require node 10+. Update engine version to the one that allows yarn install to succeed ([@lukemelia](https://github.com/lukemelia)) |
| 4 | +* [#208](https://github.com/bustle/ember-mobiledoc-editor/pull/208) Update ember to 3.28 ([@lukemelia](https://github.com/lukemelia)) |
5 | 5 |
|
6 | 6 | #### :rocket: Enhancement |
7 | | -* [#186](https://github.com/bustle/ember-mobiledoc-editor/pull/186) refactor: refactor jQuery usages to element selectors ([@srsgores](https://github.com/srsgores)) |
| 7 | +* [#208](https://github.com/bustle/ember-mobiledoc-editor/pull/208) Update ember to 3.28 ([@lukemelia](https://github.com/lukemelia)) |
8 | 8 |
|
9 | | -#### Committers: 2 |
| 9 | +#### Committers: 1 |
10 | 10 | - Luke Melia ([@lukemelia](https://github.com/lukemelia)) |
11 | | -- Sean Goresht ([@srsgores](https://github.com/srsgores)) |
| 11 | + |
| 12 | +<a name="0.8.0"></a> |
| 13 | +# 0.8.0 (2023-09-19) |
| 14 | + |
| 15 | +* Add github actions CI ([0953619](https://github.com/bustle/ember-mobiledoc-editor/commit/0953619)) |
| 16 | +* Address lint errors ([9766b8a](https://github.com/bustle/ember-mobiledoc-editor/commit/9766b8a)) |
| 17 | +* Allow embroider-optimized build to fail for now ([97e205f](https://github.com/bustle/ember-mobiledoc-editor/commit/97e205f)) |
| 18 | +* Eliminate jquery usage ([101d39f](https://github.com/bustle/ember-mobiledoc-editor/commit/101d39f)) |
| 19 | +* Eliminate remaining deprecations ([6caef24](https://github.com/bustle/ember-mobiledoc-editor/commit/6caef24)) |
| 20 | +* Eliminate this-property-fallback deprecations ([bf8a22c](https://github.com/bustle/ember-mobiledoc-editor/commit/bf8a22c)) |
| 21 | +* Refactor away from reliance on getting the current Ember run loop ([ffefeb7](https://github.com/bustle/ember-mobiledoc-editor/commit/ffefeb7)) |
| 22 | +* Remove jquery dependency ([eee830d](https://github.com/bustle/ember-mobiledoc-editor/commit/eee830d)) |
| 23 | +* Remove unused file ([585b43e](https://github.com/bustle/ember-mobiledoc-editor/commit/585b43e)) |
| 24 | +* Replace usages of action helper ([7027350](https://github.com/bustle/ember-mobiledoc-editor/commit/7027350)) |
| 25 | +* WIP Upgrade to support ember 3.28 ([a716a52](https://github.com/bustle/ember-mobiledoc-editor/commit/a716a52)) |
| 26 | + |
12 | 27 |
|
13 | 28 |
|
14 | 29 | <a name="0.7.0"></a> |
15 | 30 | # 0.7.0 (2022-10-24) |
16 | 31 |
|
| 32 | +* Release 0.7.0 ([525aadb](https://github.com/bustle/ember-mobiledoc-editor/commit/525aadb)) |
17 | 33 | * Update engine version to the one that allows yarn install to succeed ([0992db1](https://github.com/bustle/ember-mobiledoc-editor/commit/0992db1)) |
18 | 34 | * refactor: refactor jQuery usages to element selectors ([95a2f7b](https://github.com/bustle/ember-mobiledoc-editor/commit/95a2f7b)) |
19 | 35 |
|
|
0 commit comments