Skip to content

Commit

Permalink
add missing entries to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Aug 19, 2024
1 parent 8d6b326 commit c575d27
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Unreleased
# 0.15.0

* Add `isValidElement` (@r17x in
https://github.com/reasonml/reason-react/pull/837)
* Add `startTransition` (@r17x in
https://github.com/reasonml/reason-react/pull/838)
* Convert `ReasonReactErrorBoundary` to Reason instead of `%raw` JS. This has
the benefit of skipping a hardcoded `require('react')` call (@anmonteiro in
[#839](https://github.com/reasonml/reason-react/pull/839))
* Add CSS Box Alignment Module Level 3 (@davesnx in
https://github.com/reasonml/reason-react/pull/847)
* Fix: Remove "unique `key` prop" warnings from multi-child fragment elements
(@jchavarri in https://github.com/reasonml/reason-react/pull/852)

Expand Down

0 comments on commit c575d27

Please sign in to comment.