Skip to content

Commit

Permalink
Update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Feb 10, 2024
1 parent f9052c1 commit 7856cb0
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# Unreleased
# 0.14.0

* Remove legacy `ReactDOMRe` and `ReasonReact` modules (@anmonteiro in
[#782](https://github.com/reasonml/reason-react/pull/782))
* Fix `React.useCallback*` for callbacks with multiple arguments (@anmonteiro
in [#786](https://github.com/reasonml/reason-react/pull/786))
* Wrap the `React` library, exposing just a single top-level module
(@anmonteiro in [#783](https://github.com/reasonml/reason-react/pull/783))
* Re-organise toplevel modules (@davesnx in [#794](https://github.com/reasonml/reason-react/pull/794))
* Require and adapt to Melange v3 (@anmonteiro in [#821](https://github.com/reasonml/reason-react/pull/821))

# 0.13.0

* Remove legacy `ReactDOMRe` and `ReasonReact` modules (@anmonteiro in
[#782](https://github.com/reasonml/reason-react/pull/782))
* Fix `React.useCallback*` for callbacks with multiple arguments (@anmonteiro
in [#786](https://github.com/reasonml/reason-react/pull/786))

# 0.12.0

* Migrate the reason-react PPX and library to the [new React JSX
Expand Down

0 comments on commit 7856cb0

Please sign in to comment.