Releases: Rel1cx/eslint-react
Releases · Rel1cx/eslint-react
v2.3.9 (2025-11-26)
What's Changed
✨ New
- feat: Disallow a function wrapped in
useCallbackor a variable wrapped inuseMemoyet only used inuseEffectand only in oneuseEffect, closes #1278 by @possum-enjoyer in #1321
🐞 Fixes
- docs: fix severity for
no-unsafe-iframe-sandboxin rule docs by @JstnMcBrd in #1327 - chore: correct peer dependencies by @ha1fstack in #1328
New Contributors
- @JstnMcBrd made their first contribution in #1327
- @ha1fstack made their first contribution in #1328
- @possum-enjoyer made their first contribution in #1321
Full Changelog: v2.3.7...v2.3.9
v2.3.7 (2025-11-21)
What's Changed
🐞 Fixes
web-api/no-leaked-event-listenerdoes not report event listeners withsignal, closes #1282 by @Rel1cx in #1325
Full Changelog: v2.3.5...v2.3.7
v2.3.5 (2025-11-13)
v2.3.4 (2025-11-10)
What's Changed
✨ New
- feat(no-unstable-default-props): add
safeDefaultPropsoption, closes #1312 by @christopher-buss in #1313 - feat(no-forbidden-props): Mark this rule as deprecated by @Rel1cx in #1304
🐞 Fixes
- Remove
type-festfrom shared package, closes #1306 by @Rel1cx in #1307 - Remove 'NodeJS.Require' type from shared package, closes #1308 by @Rel1cx in #1309
Full Changelog: v2.3.1...v2.3.4
v2.3.1 (2025-11-02)
v2.3.0 (2025-11-02)
v2.2.4 (2025-10-27)
What's Changed
🐞 Fixes
- Add
main,module, andtypesfields topackage.jsonfor multiple packages, closes #1288, closes #1283 by @Rel1cx in #1294 - Require "Context" suffix for context providers in
react-x/no-context-providerrule, closes #1295 by @Rel1cx in #1296
🪄 Improvements
- Add info on
dom/no-string-style-propto migration docs by @silverwind in #1293
New Contributors
- @silverwind made their first contribution in #1293
Full Changelog: v2.2.3...v2.2.4
v2.2.3 (2025-10-22)
What's Changed
🐞 Fixes
🪄 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
strictpreset severity to rules overview, closes #1284 by @Rel1cx in #1285 - Modify
display-namerule entry in migration docs by @danielrentz in #1287
New Contributors
Full Changelog: v2.2.2...v2.2.3
v2.2.2 (2025-10-14)
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