Releases: Rel1cx/eslint-react
Releases · Rel1cx/eslint-react
v1.0.0-beta.3
v1.0.0-beta.3 (Fri Jan 26 2024)
🐞 Fixes
- Fix the name prefix for react-dom rules
v1.0.0-beta.2
v1.0.0-beta.2 (Fri Jan 26 2024)
✨ New
- Make doman alias ofreact-dompreset
- Make hooksan alias ofreact-hookspreset
v1.0.0
v1.0.0 (Sat Jan 27 2024)
💥 Breaking Changes
All DOM related rules are moved to react-dom namespace
- Rename rule react/no-children-in-void-dom-elementstoreact-dom/no-children-in-void-dom-elements
- Rename rule react/no-dangerously-set-innerhtml-with-childrentoreact-dom/no-dangerously-set-innerhtml-with-children
- Rename rule react/no-dangerously-set-innerhtmltoreact-dom/no-dangerously-set-innerhtml
- Rename rule react/no-find-dom-nodetoreact-dom/no-find-dom-node
- Rename rule react/no-missing-button-typetoreact-dom/no-missing-button-type
- Rename rule react/no-missing-iframe-sandboxtoreact-dom/no-missing-iframe-sandbox
- Rename rule react/no-namespacetoreact-dom/no-namespace
- Rename rule react/no-script-urltoreact-dom/no-script-url
- Rename rule react/no-unsafe-iframe-sandboxtoreact-dom/no-unsafe-iframe-sandbox
- Rename rule react/no-unsafe-target-blanktoreact-dom/no-unsafe-target-blank
✨ New
- Make doman alias ofreact-dompreset
- Make hooksan alias ofreact-hookspreset
- Add preset jsxandjsx-legacy
- Add preset react-domanddom-legacy
- Add preset coreandcore-legacy
- Add preset react-hooksandhooks-legacy
🐞 Fixes
- Fix the lint message for rule react-dom/no-dangerously-set-innerhtml
v1.0.0-beta.1
v1.0.0-beta.1 (Fri Jan 26 2024)
✨ New
- Add preset jsxandjsx-legacy
- Add preset domanddom-legacy
- Add preset coreandcore-legacy
- Add preset hooksandhooks-legacy
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-innerhtmltoreact-dom/no-dangerously-set-innerhtml
- Rename rule react/no-dangerously-set-innerhtml-with-childrentoreact-dom/no-dangerously-set-innerhtml-with-children
- Rename rule react/no-find-dom-nodetoreact-dom/no-find-dom-node
- Rename rule react/no-missing-button-typetoreact-dom/no-missing-button-type
- Rename rule react/no-missing-iframe-sandboxtoreact-dom/no-missing-iframe-sandbox
- Rename rule react/no-script-urltoreact-dom/no-script-url
- Rename rule react/no-unsafe-iframe-sandboxtoreact-dom/no-unsafe-iframe-sandbox
- Rename rule react/no-unsafe-target-blanktoreact-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 parserOptionsfields 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