Skip to content

Releases: Rel1cx/eslint-react

v1.45.0 (2025-04-11)

11 Apr 12:13
3691577
Compare
Choose a tag to compare

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)

11 Apr 03:31
81e7b2f
Compare
Choose a tag to compare

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)

09 Apr 16:54
6fd4676
Compare
Choose a tag to compare

What's Changed

✨ New

  • feat: add codemod feature to react-x/no-string-refs, closes #1044 by @Rel1cx in #1045

Full Changelog: v1.42.1...v1.43.0

v1.42.1 (2025-04-08)

08 Apr 08:32
4669975
Compare
Choose a tag to compare

What's Changed

✨ New

📝 Changes you should be aware of

The following presets have been renamed:

  • core to x
  • core-legacy to x-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)

07 Apr 17:16
608034f
Compare
Choose a tag to compare

What's Changed

✨ New

Full Changelog: v1.40.4...1.41.0

v1.40.4 (2025-04-07)

07 Apr 07:04
e6fc0c2
Compare
Choose a tag to compare

What's Changed

🐞 Fixes

  • fix: refactor JSX runtime annotation handling by @Rel1cx in #1038

Full Changelog: v1.40.3...v1.40.4

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