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
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,22 @@
1
+
2
+
## v12.0.0-alpha.3 (2023-12-13)
3
+
4
+
#### :rocket: Enhancement
5
+
*[#2020](https://github.com/ember-cli/eslint-plugin-ember/pull/2020) Support ESLint flat config ([@bmish](https://github.com/bmish))
6
+
7
+
#### :bug: Bug Fix
8
+
*[#1996](https://github.com/ember-cli/eslint-plugin-ember/pull/1996)[gjs-gts-parser] fix type aware linting when using ts+gts files ([@patricklx](https://github.com/patricklx))
9
+
*[#2005](https://github.com/ember-cli/eslint-plugin-ember/pull/2005)[gjs-gts-parser] fix parsing when there are multiple default <template> blocks (not allowed) ([@patricklx](https://github.com/patricklx))
10
+
*[#2027](https://github.com/ember-cli/eslint-plugin-ember/pull/2027) Allow ember-data type registry imports in `use-ember-data-rfc-395-imports` rule ([@wagenet](https://github.com/wagenet))
11
+
12
+
#### :house: Internal
13
+
*[#2018](https://github.com/ember-cli/eslint-plugin-ember/pull/2018) Switch to ESLint flat config internally ([@bmish](https://github.com/bmish))
0 commit comments