Skip to content

Commit 1ac5888

Browse files
committed
Move unreleased to 0.5.0
1 parent 93d4f1f commit 1ac5888

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
# Changes
22

3-
## unreleased
3+
## 0.5.0
44

55
* Implement hydration-compatible `useId` using React's tree-position-based algorithm, matching React 19 output. Adds `?identifier_prefix` to `renderToString`, `renderToStaticMarkup`, `renderToStream` and `render_html`. Fixes https://github.com/ml-in-barcelona/server-reason-react/issues/93
66
* Fix `renderToString` rendering Suspense children twice (once as trial, once with markers) due to side-effectful match expression. Children are now rendered into a separate buffer
77
* Change shape for React.Event.* since Js.t is now supported. All methods fail at runtime with `Runtime.fail_impossible_action_in_ssr`
88
* [server-reason-react.ppx] Strip units at any position (supporting mlx difference with [@JSX] transformations)
9-
10-
## 0.5.0
11-
129
* Add runtime error with clear message when `React.cloneElement` is used with uppercase components by @davesnx
1310
* Allow `[@platform js]` and `[@browser_only]` on externals to conditionally exclude them from native builds. Fixes https://github.com/ml-in-barcelona/server-reason-react/issues/170 by @davesnx
1411
* Generate `makeProps` in the PPX by @davesnx in https://github.com/ml-in-barcelona/server-reason-react/pull/364

0 commit comments

Comments
 (0)