0.16.0-beta.1
Pre-release
Pre-release
💥 Breaking Change
- Requires ReScript 13.0.0-alpha.5 or newer.
- Corrected the
ReactDOM.FormData.append,set, andhassignatures. The methods now receive theFormDatavalue correctly, andappendandsetrequire the value being written. #156 - Corrected
ReactDOM.useFormStatusto represent non-pendingdata,method, andactionvalues as nullable. Its action now accepts oneFormDataargument and preserves synchronous and asynchronous results. #161 - Corrected
ReactDOMServer.resumeToPipeableStreamto synchronously return itspipeandabortcontroller instead of a promise. #161
🐛 Bug Fix
- Use ReScript 13's
%component_identityprimitive for component conversion, fixing interface mismatches for components with generic prop types on ReScript 13.0.0-alpha.5 or newer. #159 - Preserve the complete callback signature returned by
React.useEffectEvent, including its arguments and return value. #157 - Added the missing
onAllReady,onShellReady, andonShellErroroptions toReactDOMServer.resumeToPipeableStream. #161