Releases: Rel1cx/eslint-react
Releases · Rel1cx/eslint-react
v1.45.0 (2025-04-11)
What's Changed
✨ New
- feat: add
react-x/no-misused-capture-owner-stack
rule, closes #1049 by @Rel1cx in #1047 - feat: add
react-x/no-nested-lazy-component-declarations
rule, closes #1048 by @Rel1cx in #1052 - feat: add
react-x/no-nested-lazy-component-declarations
rule to recommended presets by @Rel1cx
Full Changelog: v1.44.0...v1.45.0
v1.44.0 (2025-04-11)
What's Changed
✨ New
- feat: add JSX fragment factory to error message of
react-x/avoid-shorthand-fragment
by @Rel1cx in #1051
🪄 Improvements
Full Changelog: v1.43.0...v1.44.0
v1.43.0 (2025-04-10)
v1.42.1 (2025-04-08)
What's Changed
✨ New
📝 Changes you should be aware of
The following presets have been renamed:
core
tox
core-legacy
tox-legacy
The old preset names will still be available until the next major update to avoid breaking changes.
Full Changelog: v1.41.0...v1.42.1
v1.41.0 (2025-04-08)
v1.40.4 (2025-04-07)
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