Skip to content

Releases: Rel1cx/eslint-react

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

v2.3.0 (2025-11-02)

01 Nov 19:54
52a9ec8

Choose a tag to compare

What's Changed

✨ New

🪄 Improvements

Full Changelog: v2.2.4...v2.3.0

v2.2.4 (2025-10-27)

27 Oct 03:55
507c1f2

Choose a tag to compare

What's Changed

🐞 Fixes

  • Add main, module, and types fields to package.json for multiple packages, closes #1288, closes #1283 by @Rel1cx in #1294
  • Require "Context" suffix for context providers in react-x/no-context-provider rule, closes #1295 by @Rel1cx in #1296

🪄 Improvements

  • Add info on dom/no-string-style-prop to migration docs by @silverwind in #1293

New Contributors

Full Changelog: v2.2.3...v2.2.4

v2.2.3 (2025-10-22)

21 Oct 17:59
f45e21b

Choose a tag to compare

What's Changed

🐞 Fixes

  • Re-add missing rule react-x/jsx-key-before-spread to presets, closes #1290 by @jkbdk in #1291

🪄 Improvements

  • Add FAQ entry for plugin selection guidance, closes #1280 by @Rel1cx in #1281
  • Simplify "Which one should I use? Unified plugin or individual plugins?" by @Rel1cx in #1286
  • Add strict preset severity to rules overview, closes #1284 by @Rel1cx in #1285
  • Modify display-name rule entry in migration docs by @danielrentz in #1287

New Contributors

Full Changelog: v2.2.2...v2.2.3

v2.2.2 (2025-10-14)

14 Oct 10:33
a9821bd

Choose a tag to compare

What's Changed

🐞 Fixes

  • Remove remaining code in the unified plugin used for legacy config compatibility by @Rel1cx in #1277

Full Changelog: v2.2.1...v2.2.2