Releases: Rel1cx/eslint-react
Releases · Rel1cx/eslint-react
v1.50.0 (2025-05-25)
What's Changed
🐞 Fixes
- fix:
polymorphicPropName
not work withno-void-elements-with-children
by @huynhducduy in #1108 - fix: use stable version
zod
, closes #1110
New Contributors
- @huynhducduy made their first contribution in #1108
Full Changelog: v1.49.0...v1.50.0
v1.49.0 (2025-05-05)
v1.48.5 (2025-04-25)
v1.48.4 (2025-04-19)
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)
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)
What's Changed
🐞 Fixes
- fix: could not find
hooks-extra/no-direct-set-state-in-use-effect
in pluginreact-hooks-extra
, closes #1077 by @Rel1cx in #1078
Full Changelog: v1.48.1...v1.48.2
v1.48.1 (2025-04-16)
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)
What's Changed
🐞 Fixes
- fix: update
hooks-extra/no-unnecessary-use-prefix
to skip well-known hooks likeuseMDXComponents
by @Rel1cx in #1072
Full Changelog: v1.47.3...v1.47.4
v1.47.3 (2025-04-15)
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