Releases: Rel1cx/eslint-react
Releases · Rel1cx/eslint-react
v1.40.3 (2025-04-04)
v1.40.2 (2025-04-03)
What's Changed
🐞 Fixes
- fix(react-x): fixed
jsx-uses-react
rule forpreserve
mode by @Rel1cx in #1031 - fix(docs): use initial release year and consistent username in LICENSE by @Rel1cx in #1032
🪄 Improvements
- refactor(kit): simplify
LanguagePreferenceSchema
by @Rel1cx in #1033 - refactor(website): reorganize CSS and improve theme by @Rel1cx in #1034
Full Changelog: v1.40.1...v1.40.2
v1.40.1 (2025-04-01)
What's Changed
✨ New
- feat(react-x): enhance
jsx-uses-react
rule to support@jsx
and@jsxFrag
annotation comments by @Rel1cx in #1029 - feat(kit): add
LanguagePreference
by @Rel1cx in #1028
Full Changelog: v1.40.0...v1.40.1
v1.40.0 (2025-04-01)
What's Changed
✨ New
- feat(react-x): add
react-x/jsx-uses-react
rule by @Rel1cx in #1027 - feat: enable
react-x/jsx-uses-react
rule in recommended presets by @Rel1cx in #1027 - feat: enable
naming-convention/context-name
rule in recommended presets by @Rel1cx in #1024 - feat(kit): add
JsxRuntime
module by @Rel1cx in #1025
Full Changelog: v1.38.4...v1.40.0
v1.38.4 (2025-03-29)
v1.38.3 (2025-03-28)
v1.38.2 (2025-03-27)
v1.38.0 (2025-03-25)
What's Changed
✨ New
- feat: add
react-x/jsx-no-undef
rule, closes #1016 by @Rel1cx in #1018 - feat: add
hooks-extra/prefer-use-state-lazy-initialization
rule torecommended
by @Rel1cx in #1019 - docs: add
experimental
status to rules overview by @Rel1cx in #1012
🪄 Improvements
- refactor: undeprecate
react-x/jsx-uses-vars
andreact-x/jsx-no-duplicate-props
rules by @Rel1cx in #1017
Full Changelog: v1.37.3...v1.38.0
v1.37.3 (2025-03-22)
What's Changed
🐞 Fixes
- fix: the requested module
ts-api-utils
does not provide an export namedunionConstituents
, closes #1009 by @Rel1cx in #1010
Full Changelog: v1.37.2...v1.37.3