From 8a5cc35648fb5141d5ebc79f7f6febe3ca46dd0a Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Sun, 25 Sep 2022 09:47:23 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 860ff45..08ab915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,11 @@ ## 0.11.0-alpha.1 - `RescriptReactErrorBoundary` component now implemented using `@react.component`, so it is compatible with JSX V4. - - `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) +- Fixed `react-dom/server` and `react-dom/test-utils` imports. +- Fixed `createRoot` bindings. +- Added `Keyboard.code` binding. +- Renamed `Changes.md` to `CHANGELOG.md` to align with the rescript-compiler repo. **Breaking:**