Skip to content

Releases: Rel1cx/eslint-react

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

v1.47.1 (2025-04-14)

14 Apr 03:20
c10b309
Compare
Choose a tag to compare

What's Changed

🐞 Fixes

  • fix: better debug rules message formatting by @Rel1cx in #1062

Full Changelog: v1.47.0...v1.47.1

v1.47.0 (2025-04-14)

13 Apr 21:31
204e5cd
Compare
Choose a tag to compare

What's Changed

🪄 Improvements

  • refactor: remove @eslint-react/jsx package and move functionality to @eslint-react/core by @Rel1cx in #1060

Full Changelog: v1.46.0...v1.47.0

v1.46.0 (2025-04-13)

13 Apr 06:30
d1f4707
Compare
Choose a tag to compare

What's Changed

✨ New

  • feat: use JSON for diagnostic output format of debug rules by @Rel1cx in #1058

Full Changelog: v1.45.4...v1.46.0