Releases: Rel1cx/eslint-react
Releases · Rel1cx/eslint-react
v1.0.0-beta.0
v1.0.0-beta.0 (Fri Jan 26 2024)
💥 Breaking Changes
All DOM related rules are moved to react-dom
namespace
- Rename rule
react/no-dangerously-set-innerhtml
toreact-dom/no-dangerously-set-innerhtml
- Rename rule
react/no-dangerously-set-innerhtml-with-children
toreact-dom/no-dangerously-set-innerhtml-with-children
- Rename rule
react/no-find-dom-node
toreact-dom/no-find-dom-node
- Rename rule
react/no-missing-button-type
toreact-dom/no-missing-button-type
- Rename rule
react/no-missing-iframe-sandbox
toreact-dom/no-missing-iframe-sandbox
- Rename rule
react/no-script-url
toreact-dom/no-script-url
- Rename rule
react/no-unsafe-iframe-sandbox
toreact-dom/no-unsafe-iframe-sandbox
- Rename rule
react/no-unsafe-target-blank
toreact-dom/no-unsafe-target-blank
v0.10.12
v0.10.12-beta.0
v0.10.12-beta.0 (Sun Jan 21 2024)
🪄 Improvements
- Remove unnecessary
parserOptions
fields from presets
v0.10.11
v0.10.11-beta.2
v0.10.11-beta.2 (Fri Jan 19 2024)
✨ New
- Add rule
react/no-access-state-in-setstate
v0.10.11-beta.1
v0.10.11-beta.1 (Tue Jan 16 2024)
🪄 Improvements
- Update
@typescript-eslint
's packages to6.19.0
v0.10.11-beta.0
v0.10.11-beta.0 (Mon Jan 15 2024)
🪄 Improvements
- Improve rule
react/no-unused-state
to respect the usage ofgetDerivedStateFromProps
v0.10.10-beta.0
v0.10.10-beta.0 (Sun Jan 14 2024)
🪄 Improvements
- Improve rule
react/no-unused-state
to support checking for more cases - Improve rule
react/no-direct-mutation-state
to support checking for more cases - Improve rule
react/no-unused-class-component-members
to support checking for more cases
v0.10.10
v0.10.10 (Sun Jan 14 2024)
🪄 Improvements
- Improve rule
react/no-unused-state
to support checking for more cases - Improve rule
react/no-direct-mutation-state
to support checking for more cases - Improve rule
react/no-unused-class-component-members
to support checking for more cases