Skip to content

Commit b3030cb

Browse files
committed
fix changelog about ReactDOM
1 parent 16c5a7b commit b3030cb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: CHANGELOG.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
## 0.11.0-alpha.2
44

55
- Relax React version requirement to v18.0.0+.
6+
- Deprecated type `ReactDOM.props`
7+
8+
**Breaking:**
9+
10+
- Changed the attribute `method` to `method_` of DOM element in `ReactDOM.domProps`
611

712
## 0.11.0-alpha.1
813

@@ -12,7 +17,6 @@
1217
- Fixed `createRoot` bindings.
1318
- Added `Keyboard.code` binding.
1419
- Renamed `Changes.md` to `CHANGELOG.md` to align with the rescript-compiler repo.
15-
- Deprecated type `ReactDOM.props`
1620

1721
**Breaking:**
1822

@@ -25,8 +29,6 @@
2529
- ReScript compiler V10.1+
2630
- ReactJS v18.2.0+
2731

28-
- Changed the attribute `method` to `method_` of DOM element in `ReactDOM.domProps`
29-
3032
## v0.10.3
3133

3234
- Temporarily remove peerDependency for bs-platform, so we can gracefully do the transition to our new `rescript` package

0 commit comments

Comments
 (0)