Releases: Rel1cx/eslint-react
Releases · Rel1cx/eslint-react
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
v2.2.1 (2025-10-13)
What's Changed
🪄 Improvements
- Unified plugin no longer includes the
eslint-plugin-react-debugplugin to reduce its deps by @Rel1cx in #1276 - Merge
@eslint-react/kitpackage into@eslint-react/sharedpackage to consolidate shared utilities and reduce package fragmentation by @Rel1cx in #1275
Full Changelog: v2.1.1...v2.2.1
v2.1.1 (2025-10-13)
What's Changed
✨ New
- Add
strict,strict-typescript, andstrict-type-checkedpresets by @Rel1cx - Add
no-deprecatedpreset to enable all rules that report deprecated React APIs by @Rel1cx
🐞 Fixes
- Disallow extra properties in rule options by @andreww2012 in #1263
🪄 Improvements
- Move some rules from
recommendedpresets tostrictpresets by @Rel1cx, closes #1262react-x/no-unstable-context-valuereact-x/no-unstable-default-propsreact-x/no-unused-class-component-membersreact-x/no-unused-statereact-dom/no-missing-button-typereact-dom/no-missing-iframe-sandboxreact-dom/no-unsafe-iframe-sandboxreact-dom/no-unsafe-target-blank
- Change
typescriptpeer dependency version range from^5.9.2to^5by @Rel1cx
New Contributors
- @andreww2012 made their first contribution in #1263
Full Changelog: v2.0.6...v2.1.1
v2.0.6 (2025-10-03)
v2.0.5 (2025-10-02)
What's Changed
🪄 Improvements
- Move error marker from
dangerouslySetInnerHTMLto children indom/no-dangerously-set-innerhtml-with-childrenrule by @Rel1cx in #1256 - Update default React version in settings from
19.1.0to19.2.0by @Rel1cx in #1259
Full Changelog: v2.0.4...v2.0.5