We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c5a7b commit b3030cbCopy full SHA for b3030cb
CHANGELOG.md
@@ -3,6 +3,11 @@
3
## 0.11.0-alpha.2
4
5
- 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`
11
12
## 0.11.0-alpha.1
13
@@ -12,7 +17,6 @@
17
- Fixed `createRoot` bindings.
18
- Added `Keyboard.code` binding.
14
19
- Renamed `Changes.md` to `CHANGELOG.md` to align with the rescript-compiler repo.
15
-- Deprecated type `ReactDOM.props`
16
20
21
**Breaking:**
22
@@ -25,8 +29,6 @@
25
29
- ReScript compiler V10.1+
26
30
- ReactJS v18.2.0+
27
31
28
-- Changed the attribute `method` to `method_` of DOM element in `ReactDOM.domProps`
-
32
## v0.10.3
33
34
- Temporarily remove peerDependency for bs-platform, so we can gracefully do the transition to our new `rescript` package
0 commit comments