You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,11 @@
5
5
## 0.11.0-alpha.1
6
6
7
7
-`RescriptReactErrorBoundary` component now implemented using `@react.component`, so it is compatible with JSX V4.
8
-
9
8
-`ReactV3` module added for backward compatibility to JSX V3. See [the V3 compatibility mode](https://github.com/rescript-lang/syntax/blob/master/cli/JSXV4.md)
9
+
- Fixed `react-dom/server` and `react-dom/test-utils` imports.
10
+
- Fixed `createRoot` bindings.
11
+
- Added `Keyboard.code` binding.
12
+
- Renamed `Changes.md` to `CHANGELOG.md` to align with the rescript-compiler repo.
0 commit comments