Skip to content

Releases: Rel1cx/eslint-react

v0.10.4-beta.0

05 Jan 22:13
c71d604
Compare
Choose a tag to compare

v0.10.4-beta.0 (Sat Jan 6 2024)

🪄 Improvements

  • Improve rule react/no-unstable-default-props to support checking for ObjectPatterns within VariableDeclarators that occur on props

🐞 Fixes

  • Fix same kind of error inside a component should not only be reported once in rule react/no-create-ref and react/no-constructed-context-value

v0.10.4

05 Jan 22:19
7b50907
Compare
Choose a tag to compare

v0.10.4 (Sat Jan 6 2024)

🪄 Improvements

  • Improve rule react/no-unstable-default-props to support checking for ObjectPatterns within VariableDeclarators that occur on props
  • Improve function component detection in rule react/no-unstable-nested-components and debug/function-component

🐞 Fixes

  • Fix same kind of error inside a component should not only be reported once in rule react/no-create-ref and react/no-constructed-context-value
  • Fix an issue where render functions wrapped in useCallback were accidentally detected as function components in rules react/no-unstable-nested-components and debug/function-component

v0.10.3

04 Jan 19:21
a1fee49
Compare
Choose a tag to compare

v0.10.3 (Fri Jan 5 2024)

🪄 Improvements

  • Update @typescript-eslint's packages to 6.17.0

v0.10.3-beta.0

02 Jan 08:37
c10ea1d
Compare
Choose a tag to compare

v0.10.3-beta.0 (Tue Jan 2 2024)

🪄 Improvements

  • Update @typescript-eslint's packages to 6.17.0

v0.10.2-beta.0

30 Dec 08:14
27ed0d8
Compare
Choose a tag to compare

v0.10.2-beta.0 (Sat Dec 30 2023)

✨ New

v0.10.2

31 Dec 08:55
1569c06
Compare
Choose a tag to compare

v0.10.2 (Sat Dec 30 2023)

✨ New

v0.10.1

27 Dec 07:33
d38e9e1
Compare
Choose a tag to compare

v0.10.1 (Wed Dec 27 2023)

🪄 Improvements

  • Add react/no-clone-element to recommended and recommended-legacy presets
  • Improve rule react/no-unstable-nested-components, make its behavior closer to react-hooks/no-nested-components
  • Update @typescript-eslint's packages to 6.16.0

v0.10.1-beta.1

26 Dec 01:19
c94489e
Compare
Choose a tag to compare

v0.10.1-beta.1 (Tue Dec 26 2023)

🪄 Improvements

  • Update @typescript-eslint's packages to 6.16.0

v0.10.1-beta.0

25 Dec 04:36
9d2a963
Compare
Choose a tag to compare

v0.10.1-beta.0 (Mon Dec 25 2023)

🪄 Improvements

  • Add react/no-clone-element to recommended and recommended-legacy presets
  • Improve rule react/no-unstable-nested-components, make its behavior closer to react-hooks/no-nested-components

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