Skip to content

Releases: Rel1cx/eslint-react

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

v1.51.1 (2025-06-06)

06 Jun 05:51
5942c66
Compare
Choose a tag to compare

What's Changed

🐞 Fixes

  • fix: fixed jsx detection method not respect SkipEmptyArray hint, closes #1122 by @Rel1cx in #1124

Full Changelog: v1.51.0...v1.51.1

v1.51.0 (2025-06-03)

03 Jun 12:07
8ac1967
Compare
Choose a tag to compare

What's Changed

✨ New

🐞 Fixes

  • fix: fixed no-direct-set-state-in-use-effect deferred setState calls detection, closes #1117 by @Rel1cx in #1119

Full Changelog: v1.50.0...v1.51.0

v1.50.0 (2025-05-25)

25 May 15:29
dec12c3
Compare
Choose a tag to compare

What's Changed

🐞 Fixes

  • fix: polymorphicPropName not work with no-void-elements-with-children by @huynhducduy in #1108
  • fix: use stable version zod, closes #1110

New Contributors

Full Changelog: v1.49.0...v1.50.0

v1.49.0 (2025-05-05)

05 May 01:54
8a6ab74
Compare
Choose a tag to compare

What's Changed

✨ New

Full Changelog: v1.48.5...v1.49.0

v1.48.5 (2025-04-25)

25 Apr 10:26
34f1507
Compare
Choose a tag to compare

What's Changed

🐞 Fixes

Full Changelog: v1.48.4...v1.48.5

v1.48.4 (2025-04-19)

18 Apr 16:00
6d94c3f
Compare
Choose a tag to compare

What's Changed

🐞 Fixes

  • fix: update fallback react version in settings to "19.1.0"

Full Changelog: v1.48.3...v1.48.4

v1.48.3 (2025-04-17)

17 Apr 03:24
3cb04af
Compare
Choose a tag to compare

What's Changed

🪄 Improvements

  • refactor: improve settings handling by @Rel1cx in #1080
  • docs: add more examples to web-api/no-leaked-event-listener docs by @Rel1cx in #1082

Full Changelog: v1.48.2...v1.48.3

v1.48.2 (2025-04-16)

16 Apr 14:15
a742cc3
Compare
Choose a tag to compare

What's Changed

🐞 Fixes

  • fix: could not find hooks-extra/no-direct-set-state-in-use-effect in plugin react-hooks-extra, closes #1077 by @Rel1cx in #1078

Full Changelog: v1.48.1...v1.48.2

v1.48.1 (2025-04-16)

16 Apr 08:58
25155e7
Compare
Choose a tag to compare

What's Changed

🐞 Fixes

  • fix: rewrite react api detection to better align with eslint-plugin-react-hook by @Rel1cx in #1074
  • fix: use preferred loc in error maker in hooks-extra/no-unnecessary-use-prefix by @Rel1cx in #1073

Full Changelog: v1.47.4...v1.48.1