Skip to content

Commit 1dd5f35

Browse files
committed
Release 0.8.0
1 parent 44cd154 commit 1dd5f35

2 files changed

Lines changed: 22 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,35 @@
1-
## v0.7.0 (2022-10-24)
1+
## v0.8.0 (2023-09-19)
22

33
#### :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))
55

66
#### :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))
88

9-
#### Committers: 2
9+
#### Committers: 1
1010
- 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+
1227

1328

1429
<a name="0.7.0"></a>
1530
# 0.7.0 (2022-10-24)
1631

32+
* Release 0.7.0 ([525aadb](https://github.com/bustle/ember-mobiledoc-editor/commit/525aadb))
1733
* Update engine version to the one that allows yarn install to succeed ([0992db1](https://github.com/bustle/ember-mobiledoc-editor/commit/0992db1))
1834
* refactor: refactor jQuery usages to element selectors ([95a2f7b](https://github.com/bustle/ember-mobiledoc-editor/commit/95a2f7b))
1935

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-editor",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "A Mobiledoc editor for Ember.js apps",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)