Skip to content

Releases: Rel1cx/eslint-react

v0.10.9

12 Jan 04:39
c9d6903
Compare
Choose a tag to compare

v0.10.9 (Fri Jan 12 2024)

🐞 Fixes

  • Fix bundle size is larger than expected

v0.10.8

11 Jan 02:18
ba677c6
Compare
Choose a tag to compare

v0.10.8 (Thu Jan 11 2024)

🐞 Fixes

  • Fix version format in v0.10.7's package.json

v0.10.7

11 Jan 01:58
07d22ed
Compare
Choose a tag to compare

v0.10.7 (Thu Jan 11 2024)

✨ New

  • Add rule react/no-unused-state

v0.10.6-beta.0

08 Jan 01:42
ac2df2d
Compare
Choose a tag to compare

v0.10.6-beta.0 (Mon Jan 8 2024)

🐞 Fixes

  • Fix an issue where react/no-constructed-context-value and react/no-unstable-default-props would report false negatives when using LogicalExpression and ConditionalExpression

v0.10.6

08 Jan 23:44
4945511
Compare
Choose a tag to compare

v0.10.6 (Tue Jan 9 2024)

🐞 Fixes

  • Fix an issue where react/no-constructed-context-value and react/no-unstable-default-props would report false negatives when using LogicalExpression and ConditionalExpression

v0.10.5

07 Jan 21:11
436154c
Compare
Choose a tag to compare

v0.10.5 (Mon Jan 8 2024)

✨ New

  • Add rule react/no-unused-class-component-members

🪄 Improvements

  • Update @typescript-eslint's packages to 6.18.0

v0.10.5-beta.0

06 Jan 23:26
b521c48
Compare
Choose a tag to compare

v0.10.5-beta.0 (Sun Jan 7 2024)

✨ New

  • Add rule react/no-unused-class-component-members

🪄 Improvements

  • Update @typescript-eslint's packages to 6.18.0

v0.10.4-beta.1

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

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

🪄 Improvements

  • Improve function component detection in rule react/no-unstable-nested-components and debug/function-component

🐞 Fixes

  • 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.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