Skip to content

Commit 8704f78

Browse files
committed
update change log
1 parent 08efa90 commit 8704f78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Changes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## master
44

5-
- Nothing yet
5+
- Rewrite the `RescriptReactErrorBoundary` component implementation with `@react.component`, so it can be compatible with the changes of JSX PPX.
66

77
## v0.10.3
88

@@ -26,12 +26,14 @@ For history on previous evolution of the code, check out the original [reason-re
2626
- **IMPORTANT:** Currently, old third-party packages that are still dependent on `reason-react` will not mix with other `@rescript/react` based code due to a build system problem. Which means that every third-party dependency needs to be upgraded to `@rescript/react` first to make it compatible. See [this forum discussion](https://forum.rescript-lang.org/t/discussion-reason-react-rescript-react-migration-path/1086) for more details.
2727

2828
- Removed legacy modules ("record api"):
29+
2930
- `ReasonReactCompat`
3031
- `ReactDOMServerRe`
3132
- `ReactEventRe`
3233
- `ReasonReactOptimizedCreateClass`
3334

3435
- Renamed existing modules:
36+
3537
- `ReasonReactErrorBoundary` -> `RescriptReactErrorBoundary`
3638
- `ReasonReactRouter` -> `RescriptReactRouter`
3739
- (Note: Usually the two only valid styles would be `ReScript` or `rescript`, the latter being the version for technical writing. We are using `Rescript` here, since it is essentially the capitalized version of `rescript`)

0 commit comments

Comments
 (0)