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