Skip to content

Releases: Rel1cx/eslint-react

v1.40.3 (2025-04-04)

03 Apr 20:27
c5d46b5
Compare
Choose a tag to compare

What's Changed

🐞 Fixes

  • fix: fixed no-useless-fragment false positive when using  , closes #1035 by @Rel1cx in #1036

Full Changelog: v1.40.2...v1.40.3

v1.40.2 (2025-04-03)

03 Apr 06:11
f5436e1
Compare
Choose a tag to compare

What's Changed

🐞 Fixes

  • fix(react-x): fixed jsx-uses-react rule for preserve 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)

03 Apr 06:04
5186b43
Compare
Choose a tag to compare

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)

31 Mar 20:52
4cc1c85
Compare
Choose a tag to compare

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)

29 Mar 10:59
41b55af
Compare
Choose a tag to compare

What's Changed

🪄 Improvements

  • chore: update default React version to 19.1.0 in documentation and settings by @Rel1cx in #1023

Full Changelog: v1.38.3...1.38.4

v1.38.3 (2025-03-28)

28 Mar 05:00
4809ed1
Compare
Choose a tag to compare

What's Changed

🪄 Improvements

Full Changelog: v1.38.2...1.38.3

v1.38.2 (2025-03-27)

27 Mar 05:03
ff71851
Compare
Choose a tag to compare

What's Changed

🐞 Fixes

  • fix(eslint-plugin): disable prefer-shorthand-* rules in all config by @Rel1cx in a9e6ef9

Full Changelog: v1.38.0...v1.38.2

v1.38.0 (2025-03-25)

24 Mar 19:01
aa6409a
Compare
Choose a tag to compare

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 to recommended by @Rel1cx in #1019
  • docs: add experimental status to rules overview by @Rel1cx in #1012

🪄 Improvements

  • refactor: undeprecate react-x/jsx-uses-vars and react-x/jsx-no-duplicate-props rules by @Rel1cx in #1017

Full Changelog: v1.37.3...v1.38.0

v1.37.3 (2025-03-22)

22 Mar 09:01
3f58f47
Compare
Choose a tag to compare

What's Changed

🐞 Fixes

  • fix: the requested module ts-api-utils does not provide an export named unionConstituents, closes #1009 by @Rel1cx in #1010

Full Changelog: v1.37.2...v1.37.3

v1.37.2 (2025-03-22)

22 Mar 03:56
95996b1
Compare
Choose a tag to compare

What's Changed

🐞 Fixes

  • fix: prefer-read-only-props false positive using React types, closes #962 by @Rel1cx in #1008

Full Changelog: v1.37.1...v1.37.2