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
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,32 @@
1
1
2
+
3
+
## v7.0.0-beta.0 (2023-11-20)
4
+
5
+
#### :boom: Breaking Change
6
+
*[#468](https://github.com/qonto/ember-autofocus-modifier/pull/468) feat: drop node v16 ([@vscav](https://github.com/vscav))
7
+
8
+
#### :rocket: Enhancement
9
+
*[#447](https://github.com/qonto/ember-autofocus-modifier/pull/447) refactor: migrate addon to TypeScript ([@dannycalleri](https://github.com/dannycalleri))
10
+
11
+
#### :bug: Bug Fix
12
+
*[#435](https://github.com/qonto/ember-autofocus-modifier/pull/435) fix(peer-deps): remove ember-source v5 from peerDependencies ([@dannycalleri](https://github.com/dannycalleri))
13
+
*[#434](https://github.com/qonto/ember-autofocus-modifier/pull/434) fix(peer-deps): explicitly set ember-source versions range ([@dannycalleri](https://github.com/dannycalleri))
*[#462](https://github.com/qonto/ember-autofocus-modifier/pull/462) refactor: convert both `app` and `router` files to TypeScript ([@vscav](https://github.com/vscav))
20
+
*[#460](https://github.com/qonto/ember-autofocus-modifier/pull/460) chore: install and use @qonto/eslint-config-typescript@1.0.0-rc.0 ([@dannycalleri](https://github.com/dannycalleri))
21
+
*[#458](https://github.com/qonto/ember-autofocus-modifier/pull/458) feat(ts-lint): allow use of private and protected syntax for classes in .ts files ([@vscav](https://github.com/vscav))
0 commit comments