Skip to content

Commit 83b15df

Browse files
committed
CHANGELOG
1 parent 5ba9876 commit 83b15df

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,25 @@
1010
> - :house: [Internal]
1111
> - :nail_care: [Polish]
1212
13+
## 0.16.0-beta.1
14+
15+
#### :boom: Breaking Change
16+
17+
- Requires ReScript 13.0.0-alpha.5 or newer.
18+
- Corrected the `ReactDOM.FormData.append`, `set`, and `has` signatures. The methods now receive the `FormData` value correctly, and `append` and `set` require the value being written. https://github.com/rescript-lang/rescript-react/pull/156
19+
- Corrected `ReactDOM.useFormStatus` to represent non-pending `data`, `method`, and `action` values as nullable. Its action now accepts one `FormData` argument and preserves synchronous and asynchronous results. https://github.com/rescript-lang/rescript-react/pull/161
20+
- Corrected `ReactDOMServer.resumeToPipeableStream` to synchronously return its `pipe` and `abort` controller instead of a promise. https://github.com/rescript-lang/rescript-react/pull/161
21+
22+
#### :bug: Bug Fix
23+
24+
- Use ReScript 13's `%component_identity` primitive for component conversion, fixing interface mismatches for components with generic prop types on ReScript 13.0.0-alpha.5 or newer. https://github.com/rescript-lang/rescript-react/pull/159
25+
- Preserve the complete callback signature returned by `React.useEffectEvent`, including its arguments and return value. https://github.com/rescript-lang/rescript-react/pull/157
26+
- Added the missing `onAllReady`, `onShellReady`, and `onShellError` options to `ReactDOMServer.resumeToPipeableStream`. https://github.com/rescript-lang/rescript-react/pull/161
27+
28+
#### :house: Internal
29+
30+
- Added automated preview-package publishing with pkg.pr.new and npm publishing for release tags. https://github.com/rescript-lang/rescript-react/pull/158 https://github.com/rescript-lang/rescript-react/pull/160
31+
1332
## 0.15.0
1433

1534
#### :boom: Breaking Change

0 commit comments

Comments
 (0)