File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## v1.0.0-beta.0 (Fri Jan 26 2024)
2
+
3
+ ### 💥 Breaking Changes
4
+
5
+ #### All DOM related rules are moved to ` react-dom ` namespace
6
+
7
+ - Rename rule ` react/no-dangerously-set-innerhtml ` to ` react-dom/no-dangerously-set-innerhtml ` .
8
+ - Rename rule ` react/no-dangerously-set-innerhtml-with-children ` to ` react-dom/no-dangerously-set-innerhtml-with-children ` .
9
+ - Rename rule ` react/no-find-dom-node ` to ` react-dom/no-find-dom-node ` .
10
+ - Rename rule ` react/no-missing-button-type ` to ` react-dom/no-missing-button-type ` .
11
+ - Rename rule ` react/no-missing-iframe-sandbox ` to ` react-dom/no-missing-iframe-sandbox ` .
12
+ - Rename rule ` react/no-script-url ` to ` react-dom/no-script-url ` .
13
+ - Rename rule ` react/no-unsafe-iframe-sandbox ` to ` react-dom/no-unsafe-iframe-sandbox ` .
14
+ - Rename rule ` react/no-unsafe-target-blank ` to ` react-dom/no-unsafe-target-blank ` .
15
+
1
16
## v0.10.12 (Sun Jan 21 2024)
2
17
3
18
### 🪄 Improvements
You can’t perform that action at this time.
0 commit comments