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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
## v2.3.12 (2025-12-03)
2
+
3
+
### ✨ New
4
+
5
+
- Add `allowEmptyFragment` option to `react-x/no-useless-fragment`, closes #1265 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1335
6
+
7
+
### 🐞 Fixes
8
+
9
+
- Fix `web-api/no-leaked-event-listener` false positive when using React Native`BackHandler`, closes #1323 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1336
Copy file name to clipboardExpand all lines: apps/website/content/docs/changelog.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
title: Changelog
3
3
---
4
4
5
+
## v2.3.12 (2025-12-03)
6
+
7
+
### ✨ New
8
+
9
+
- Add `allowEmptyFragment` option to `react-x/no-useless-fragment`, closes #1265 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1335
10
+
11
+
### 🐞 Fixes
12
+
13
+
- Fix `web-api/no-leaked-event-listener` false positive when using React Native`BackHandler`, closes #1323 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1336
0 commit comments