You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-5Lines changed: 17 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,29 @@
1
-
## v0.6.1 (2020-06-09)
1
+
## v0.7.0 (2022-10-24)
2
2
3
-
Fewer warnings thanks to @backspace
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
5
5
6
#### :rocket: Enhancement
6
-
*[#163](https://github.com/bustle/ember-mobiledoc-editor/pull/163) Move away from deprecated sendAction function ([@backspace](https://github.com/backspace))
7
+
*[#186](https://github.com/bustle/ember-mobiledoc-editor/pull/186) refactor: refactor jQuery usages to element selectors ([@srsgores](https://github.com/srsgores))
8
+
9
+
#### Committers: 2
10
+
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
11
+
- Sean Goresht ([@srsgores](https://github.com/srsgores))
12
+
13
+
14
+
<aname="0.7.0"></a>
15
+
# 0.7.0 (2022-10-24)
16
+
17
+
* Update engine version to the one that allows yarn install to succeed ([0992db1](https://github.com/bustle/ember-mobiledoc-editor/commit/0992db1))
18
+
* refactor: refactor jQuery usages to element selectors ([95a2f7b](https://github.com/bustle/ember-mobiledoc-editor/commit/95a2f7b))
* Move away from deprecated sendAction function ([42cfe9b](https://github.com/bustle/ember-mobiledoc-editor/commit/42cfe9b)), closes [#160](https://github.com/bustle/ember-mobiledoc-editor/issues/160)
0 commit comments