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
+
## v2.3.9 (2025-11-26)
2
+
3
+
### ✨ New
4
+
5
+
- feat: Disallow a function wrapped in `useCallback` or a variable wrapped in `useMemo` yet only used in `useEffect` and only in one `useEffect`, closes #1278 by @possum-enjoyer in https://github.com/Rel1cx/eslint-react/pull/1321
6
+
7
+
### 🐞 Fixes
8
+
9
+
- docs: fix severity for `no-unsafe-iframe-sandbox` in rule docs by @JstnMcBrd in https://github.com/Rel1cx/eslint-react/pull/1327
10
+
- chore: correct peer dependencies by @ha1fstack in https://github.com/Rel1cx/eslint-react/pull/1328
11
+
12
+
## New Contributors
13
+
14
+
-@JstnMcBrd made their first contribution in https://github.com/Rel1cx/eslint-react/pull/1327
15
+
-@ha1fstack made their first contribution in https://github.com/Rel1cx/eslint-react/pull/1328
16
+
-@possum-enjoyer made their first contribution in https://github.com/Rel1cx/eslint-react/pull/1321
0 commit comments