Releases: Rel1cx/eslint-react
Releases · Rel1cx/eslint-react
v1.27.0 (2025-02-21)
What's Changed
✨ New
- feat: add presets exports to modular plugins by @Rel1cx in #940
- feat: add
no-missing-context-display-name
rule by @Rel1cx in #941
🪄 Improvements
- refactor: improve error messages by @Rel1cx in #936 and #937
- refactor: add
useEffect
toadditionalHooks
by @Rel1cx in #938 - refactor: change severity of
no-duplicate-key
rule fromerror
towarn
by @Rel1cx in #939
Full Changelog: v1.26.2...v1.27.0
v1.26.2 (2025-02-06)
What's Changed
🐞 Fixes
- fix(plugins/x): enhance
no-context-provider
rule to include context name in error messages by @Rel1cx in #935
Full Changelog: v1.26.1...v1.26.2
v1.26.1 (2025-02-03)
v1.26.0 (2025-01-31)
v1.25.0 (2025-01-27)
What's Changed
✨ New
- feat(no-useless-fragment): auto fix support, closes #899 by @hyoban in #926
- docs: add setup guide for
ts-blank-eslint-parser
by @Rel1cx - docs: add setup example for
ts-blank-eslint-parser
by @Rel1cx
🐞 Fixes
🪄 Improvements
Full Changelog: v1.24.1...v1.25.0
v1.24.1 (2025-01-22)
What's Changed
🐞 Fixes
- fix: fixed invalid rules for
disable-debug
,disable-dom
, anddisable-web-apis
configs, closes #923 by @Rel1cx in #924
Full Changelog: v1.24.0...v1.24.1
v1.24.0 (2025-01-21)
What's Changed
🪄 Improvements
- perf: overhaul performance optimizations
Full Changelog: v1.23.2...v1.24.0
v1.23.2 (2025-01-07)
v1.23.1 (2025-01-03)
What's Changed
🐞 Fixes
- fix(plugins/x): fixed false positives in
no-unstable-context-value
andno-unstable-default-props
by @Rel1cx in #896
Full Changelog: v1.23.0...v1.23.1
v1.23.0
What's Changed
🪄 Improvements
- refactor: JSX fragments related rules no longer rely on
jsxPragma
andjsxPragmaFrag
settings to perform their checks by @Rel1cx in #893 - refactor: improve applicability of the
no-useless-fragment
andprefer-shorthand-fragment
rules - refactor: deprecate
settings["react-x"].jsxPragma
andsettings["react-x"].jsxPragmaFrag
as they are no longer needed by any rules - refactor: replace
short-unique-id
w/uid
by @SukkaW in #894
🐞 Fixes
- fix(plugins/hooks-extra): fix
call
andnew
expression related false positives inno-unnecessary-use-memo
andno-unnecessary-use-callback
by @Rel1cx in #895
Full Changelog: v1.22.2...v1.23.0