Skip to content

Releases: Rel1cx/eslint-react

v0.10.0-beta.0

20 Dec 19:13
dae63f3
Compare
Choose a tag to compare

v0.10.0-beta.0 (Thu Dec 21 2023)

✨ New

  • Add rule jsx/max-depth

🪄 Improvements

  • Improve recommended and recommended-legacy presets

v0.10.0

20 Dec 19:55
0fcc286
Compare
Choose a tag to compare

v0.10.0 (Thu Dec 21 2023)

✨ New

  • Add rule jsx/max-depth

🪄 Improvements

  • Improve recommended and recommended-legacy presets

v0.9.8-beta.2

21 Dec 17:12
1273767
Compare
Choose a tag to compare

v0.9.8-beta.2 (Tue Dec 19 2023)

🪄 Improvements

  • Optimize recommended and recommended-legacy presets.

v0.9.8

19 Dec 01:58
46587e5
Compare
Choose a tag to compare

v0.9.8 (Tue Dec 19 2023)

✨ New

  • Add rule react/ensure-forward-ref-using-ref

🪄 Improvements

  • Reduce false positives in rule react/no-unstable-nested-components
  • Reduce false positives in rule debug/function-component
  • Optimize recommended and recommended-legacy presets
  • Update @typescript-eslint's packages to 6.15.0

v0.9.8-beta.1

18 Dec 21:38
02d9432
Compare
Choose a tag to compare

v0.9.8-beta.1 (Tue Dec 19 2023)

🪄 Improvements

  • Minor improvements.

v0.9.8-beta.0

17 Dec 13:39
61b30bd
Compare
Choose a tag to compare

v0.9.8-beta.0 (Sun Dec 17 2023)

✨ New

  • Add rule react/ensure-forward-ref-using-ref

🪄 Improvements

  • Reduce false positives in rule react/no-unstable-nested-components

  • Reduce false positives in rule debug/function-component

v0.9.7

16 Dec 20:02
f1e64e3
Compare
Choose a tag to compare

v0.9.7 (Sun Dec 17 2023)

💥 Breaking Changes

  • Rule named-convention/filename-extension rename rule option to allow

🐞 Fixes

  • Fix where functions in <Component footer={() => <div />} /> or <Component Footer={() => <div />} /> are treated as components
  • Fix false positive in rule react/no-unstable-nested-components
  • Fix false positive in rule debug/function-component

🪄 Improvements

  • Rules now support reading JSX extensions from settings.eslintReact.jsx.extensions

  • Replace ❌ Incorrect and ✅ Correct with Failing and Passing in rule docs

v0.9.7-beta.2

15 Dec 21:07
68f13dc
Compare
Choose a tag to compare

v0.9.7-beta.2 (Sat Dec 16 2023)

🐞 Fixes

  • Update default rule option in named-convention/filename to PascalCase

v0.9.7-beta.1

14 Dec 12:09
176bb02
Compare
Choose a tag to compare

v0.9.7-beta.1 (Thu Dec 14 2023)

🪄 Improvements

  • Minor improvements

v0.9.7-beta.0

14 Dec 06:48
d177c14
Compare
Choose a tag to compare

v0.9.7-beta.0 (Thu Dec 14 2023)

💥 Breaking Changes

  • Rule named-convention/filename-extension rename rule option to allow

✨ New

  • Rule named-convention/filename add extensions option
  • Rule named-convention/filename-extension add extensions option