Releases: Rel1cx/eslint-react
Releases · Rel1cx/eslint-react
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-componentsanddebug/function-component
🐞 Fixes
- Fix an issue where render functions wrapped in useCallbackwere accidentally detected as function components in rulesreact/no-unstable-nested-componentsanddebug/function-component
v0.10.4-beta.0
v0.10.4-beta.0 (Sat Jan 6 2024)
🪄 Improvements
- Improve rule react/no-unstable-default-propsto 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-refandreact/no-constructed-context-value
v0.10.4
v0.10.4 (Sat Jan 6 2024)
🪄 Improvements
- Improve rule react/no-unstable-default-propsto support checking for ObjectPatterns within VariableDeclarators that occur on props
- Improve function component detection in rule react/no-unstable-nested-componentsanddebug/function-component
🐞 Fixes
- Fix same kind of error inside a component should not only be reported once in rule react/no-create-refandreact/no-constructed-context-value
- Fix an issue where render functions wrapped in useCallbackwere accidentally detected as function components in rulesreact/no-unstable-nested-componentsanddebug/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-elementtorecommendedandrecommended-legacypresets
- 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-elementtorecommendedandrecommended-legacypresets
- Improve rule react/no-unstable-nested-components, make its behavior closer to react-hooks/no-nested-components