Releases: Rel1cx/eslint-react
Releases · Rel1cx/eslint-react
v0.10.9
v0.10.8
v0.10.7
v0.10.6-beta.0
v0.10.6-beta.0 (Mon Jan 8 2024)
🐞 Fixes
- Fix an issue where
react/no-constructed-context-value
andreact/no-unstable-default-props
would report false negatives when using LogicalExpression and ConditionalExpression
v0.10.6
v0.10.5
v0.10.5-beta.0
v0.10.5-beta.0 (Sun Jan 7 2024)
✨ New
- Add rule
react/no-unused-class-component-members
🪄 Improvements
- Update
@typescript-eslint
's packages to6.18.0
v0.10.4-beta.1
v0.10.4-beta.1 (Sat Jan 6 2024)
🪄 Improvements
- Improve function component detection in rule
react/no-unstable-nested-components
anddebug/function-component
🐞 Fixes
- Fix an issue where render functions wrapped in
useCallback
were accidentally detected as function components in rulesreact/no-unstable-nested-components
anddebug/function-component
v0.10.4-beta.0
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
andreact/no-constructed-context-value
v0.10.4
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
anddebug/function-component
🐞 Fixes
- Fix same kind of error inside a component should not only be reported once in rule
react/no-create-ref
andreact/no-constructed-context-value
- Fix an issue where render functions wrapped in
useCallback
were accidentally detected as function components in rulesreact/no-unstable-nested-components
anddebug/function-component