Skip to content

Releases: Rel1cx/eslint-react

v1.52.8 (2025-08-29)

29 Aug 14:52
11e627d
Compare
Choose a tag to compare

What's Changed

🐞 Fixes

Full Changelog: v1.52.7...v1.52.8

v1.52.7 (2025-08-29)

28 Aug 18:46
0339b36
Compare
Choose a tag to compare

What's Changed

🐞 Fixes

  • fix: add ESLint compatibility types and update plugins exports, closes #1200 by @Rel1cx in f3083c7

Full Changelog: v1.52.6...v1.52.7

v1.52.6 (2025-08-18)

18 Aug 13:08
0921ca8
Compare
Choose a tag to compare

What's Changed

🐞 Fixes

  • fix: correct logic in naming-convention/component-name validation to continue on valid names, closes #1176 by @Rel1cx in #1177

Full Changelog: v1.52.5...v1.52.6

v1.52.5 (2025-08-15)

15 Aug 03:23
b34eb93
Compare
Choose a tag to compare

What's Changed

🐞 Fixes

  • fix: refactor is-from-react utility in react-debug/is-from-react rule and improve react-x/no-forward-ref rule autofix handling, closes #1172 by @Rel1cx in #1173

Full Changelog: v1.52.4...v1.52.5

v1.52.4 (2025-08-13)

13 Aug 00:32
Compare
Choose a tag to compare

What's Changed

🐞 Fixes

  • fix: improve logic for detecting significant children in JSX elements, closes #1163 by @Rel1cx in #1165

Full Changelog: v1.52.3...v1.52.4

v1.52.3 (2025-07-13)

12 Jul 23:23
f9e22f8
Compare
Choose a tag to compare

What's Changed

🐞 Fixes

  • fix: remove bun engine requirement from package.json files, closes #1157 by @Rel1cx in #1158

Full Changelog: v1.52.2...v1.52.3

v1.52.2 (2025-06-12)

12 Jun 12:26
59d42a7
Compare
Choose a tag to compare

What's Changed

🐞 Fixes

  • fix: react-x/no-default-props should report only function components, closes #1131 by @Rel1cx in 681b10a

Full Changelog: v1.52.1...v1.52.2

v1.52.1 (2025-06-11)

11 Jun 07:52
aa559e8
Compare
Choose a tag to compare

What's Changed

✨ New

  • feat: add autofix for no-missing-context-display-name by @k-yle in #1128

New Contributors

Full Changelog: v1.51.3...v1.52.1

v1.51.3 (2025-06-09)

09 Jun 15:15
e06fa39
Compare
Choose a tag to compare

What's Changed

🐞 Fixes

  • fix: update messages for react-x/jsx-no-iife and react-x/jsx-uses-vars rules by @Rel1cx in #1127

Full Changelog: v1.51.2...v1.51.3

v1.51.2 (2025-06-08)

07 Jun 16:14
0bed169
Compare
Choose a tag to compare

What's Changed

🐞 Fixes

  • fix: skip function components without name in react-x/prefer-read-only-props by @Rel1cx in #1125

🪄 Improvements

  • docs: update references from 'Language Config' to 'Project Config' across documentation by @Rel1cx in #1126

Full Changelog: v1.51.1...v1.51.2