Skip to content

Releases: Rel1cx/eslint-react

v2.3.13 (2025-12-09)

09 Dec 06:39
e68f8ad

Choose a tag to compare

What's Changed

🐞 Fixes

  • Clean up the code structure of the AST utils and fix an issue where isNodeEqual did not handle as expressions correctly, closes #1340 by @Rel1cx in #1341

🪄 Improvements

  • Update next and react to latest versions across all packages

Full Changelog: v2.3.12...v2.3.13

v2.3.12 (2025-12-03)

03 Dec 08:25
43c7631

Choose a tag to compare

What's Changed

✨ New

  • Add allowEmptyFragment option to react-x/no-useless-fragment, closes #1265 by @Rel1cx in #1335

🐞 Fixes

  • Fix web-api/no-leaked-event-listener false positive when using React Native BackHandler, closes #1323 by @Rel1cx in #1336

Full Changelog: v2.3.11...v2.3.12

v2.3.11 (2025-12-02)

02 Dec 14:29
f1a9258

Choose a tag to compare

What's Changed

🐞 Fixes

  • Fix readonly type detection for class and interface extends, closes #1326 by @Rel1cx in #1329
  • Fix and cleanup react-x/prefer-read-only-props rule, closes #1326 by @Rel1cx in #1331
  • Fix forwardRef's ref should be excluded from check, closes #1332 by @Rel1cx in #1333

Full Changelog: v2.3.9...v2.3.11

v2.3.9 (2025-11-26)

26 Nov 12:04
d7ae5c6

Choose a tag to compare

What's Changed

✨ New

  • 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 #1321

🐞 Fixes

New Contributors

Full Changelog: v2.3.7...v2.3.9

v2.3.7 (2025-11-21)

21 Nov 04:04
f1e3e7f

Choose a tag to compare

What's Changed

🐞 Fixes

  • web-api/no-leaked-event-listener does not report event listeners with signal, closes #1282 by @Rel1cx in #1325

Full Changelog: v2.3.5...v2.3.7

v2.3.5 (2025-11-13)

12 Nov 16:38
f43df24

Choose a tag to compare

What's Changed

🐞 Fixes

  • fix: rule names in disable-conflict-eslint-plugin-react preset, closes #1315 by @jkbdk in #1316

Full Changelog: v2.3.4...v2.3.5

v2.3.4 (2025-11-10)

10 Nov 12:41
652d227

Choose a tag to compare

What's Changed

✨ New

🐞 Fixes

Full Changelog: v2.3.1...v2.3.4

v2.3.1 (2025-11-02)

02 Nov 09:15
a941f08

Choose a tag to compare

What's Changed

🐞 Fixes

  • Improve location reporting for react-x/jsx-dollar rule by @Rel1cx in #1303

Full Changelog: v2.3.0...v2.3.1