0.11.0-alpha.1
Pre-release
Pre-release
RescriptReactErrorBoundarycomponent now implemented using@react.component, so it is compatible with JSX V4.ReactV3module added for backward compatibility to JSX V3. See the V3 compatibility mode- Fixed
react-dom/serverandreact-dom/test-utilsimports. - Fixed
createRootbindings. - Added
Keyboard.codebinding. - Renamed
Changes.mdtoCHANGELOG.mdto align with the rescript-compiler repo.
Breaking:
-
IMPORTANT The
Reactmodule has been modified in a breaking way to support the new JSX PPX V4. -
Removed the deprecation attribute from apis of the new jsx transform (introduced in React v17).
-
New version requirements:
- ReScript compiler V10.1+
- ReactJS v18.2.0+