Skip to content

Commit 15c16d0

Browse files
committed
release: 1.0.0-beta.0
1 parent f2ee1cb commit 15c16d0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
## v0.10.12 (Sun Jan 21 2024)
217

318
### 🪄 Improvements

0 commit comments

Comments
 (0)