Releases: Rel1cx/eslint-react
Releases · Rel1cx/eslint-react
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
v0.10.3
v0.10.3-beta.0
v0.10.3-beta.0 (Tue Jan 2 2024)
🪄 Improvements
- Update
@typescript-eslint
's packages to6.17.0
v0.10.2-beta.0
v0.10.2
v0.10.1
v0.10.1 (Wed Dec 27 2023)
🪄 Improvements
- Add
react/no-clone-element
torecommended
andrecommended-legacy
presets - Improve rule
react/no-unstable-nested-components
, make its behavior closer to react-hooks/no-nested-components - Update
@typescript-eslint
's packages to6.16.0
v0.10.1-beta.1
v0.10.1-beta.1 (Tue Dec 26 2023)
🪄 Improvements
- Update
@typescript-eslint
's packages to6.16.0
v0.10.1-beta.0
v0.10.1-beta.0 (Mon Dec 25 2023)
🪄 Improvements
- Add
react/no-clone-element
torecommended
andrecommended-legacy
presets - Improve rule
react/no-unstable-nested-components
, make its behavior closer to react-hooks/no-nested-components
v0.10.0-beta.0
v0.10.0-beta.0 (Thu Dec 21 2023)
✨ New
- Add rule
jsx/max-depth
🪄 Improvements
- Improve
recommended
andrecommended-legacy
presets