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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
## v1.27.0 (2025-02-21)
2
+
3
+
### ✨ New
4
+
5
+
- feat: add presets exports to modular plugins by @Rel1cx in <https://github.com/Rel1cx/eslint-react/pull/940>
6
+
- feat: add `no-missing-context-display-name` rule by @Rel1cx in <https://github.com/Rel1cx/eslint-react/pull/941>
7
+
8
+
### 🪄 Improvements
9
+
10
+
- refactor: improve error messages by @Rel1cx in <https://github.com/Rel1cx/eslint-react/pull/936> and <https://github.com/Rel1cx/eslint-react/pull/937>
11
+
- refactor: add `useEffect` to `additionalHooks` by @Rel1cx in <https://github.com/Rel1cx/eslint-react/pull/938>
12
+
- refactor: change severity of 'no-duplicate-key' rule from error to warn by @Rel1cx in <https://github.com/Rel1cx/eslint-react/pull/939>
Copy file name to clipboardExpand all lines: apps/website/content/changelog.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,19 @@
2
2
title: Changelog
3
3
---
4
4
5
+
## v1.27.0 (2025-02-21)
6
+
7
+
### ✨ New
8
+
9
+
- feat: add presets exports to modular plugins by @Rel1cx in <https://github.com/Rel1cx/eslint-react/pull/940>
10
+
- feat: add `no-missing-context-display-name` rule by @Rel1cx in <https://github.com/Rel1cx/eslint-react/pull/941>
11
+
12
+
### 🪄 Improvements
13
+
14
+
- refactor: improve error messages by @Rel1cx in <https://github.com/Rel1cx/eslint-react/pull/936> and <https://github.com/Rel1cx/eslint-react/pull/937>
15
+
- refactor: add `useEffect` to `additionalHooks` by @Rel1cx in <https://github.com/Rel1cx/eslint-react/pull/938>
16
+
- refactor: change severity of 'no-duplicate-key' rule from error to warn by @Rel1cx in <https://github.com/Rel1cx/eslint-react/pull/939>
0 commit comments