Skip to content

Releases: Rel1cx/eslint-react

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

v1.47.4 (2025-04-15)

15 Apr 09:19
cd10e2b
Compare
Choose a tag to compare

What's Changed

🐞 Fixes

  • fix: update hooks-extra/no-unnecessary-use-prefix to skip well-known hooks like useMDXComponents by @Rel1cx in #1072

Full Changelog: v1.47.3...v1.47.4

v1.47.3 (2025-04-15)

15 Apr 02:06
410c690
Compare
Choose a tag to compare

What's Changed

🐞 Fixes

  • fix: fixed potential false negatives in no-leaked-conditional-rendering when logical expressions are wrapped by type expressions by @Rel1cx in #1068

Full Changelog: v1.47.2...v1.47.3

v1.47.2 (2025-04-14)

14 Apr 05:55
d4c8053
Compare
Choose a tag to compare

What's Changed

🐞 Fixes

  • fix: use smaller error marker range to reduce visual noise by @Rel1cx in #1064

Full Changelog: v1.47.1...v1.47.2