Skip to content

Commit cab3af3

Browse files
committed
Update changelog
1 parent 43c7631 commit cab3af3

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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
10+
11+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v2.3.11...v2.3.12
12+
113
## v2.3.11 (2025-12-02)
214

315
### 🐞 Fixes

apps/website/content/docs/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
title: Changelog
33
---
44

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
14+
15+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v2.3.11...v2.3.12
16+
517
## v2.3.11 (2025-12-02)
618

719
### 🐞 Fixes

0 commit comments

Comments
 (0)