We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d6b326 commit c575d27Copy full SHA for c575d27
CHANGES.md
@@ -1,8 +1,14 @@
1
-# Unreleased
+# 0.15.0
2
3
+* Add `isValidElement` (@r17x in
4
+ https://github.com/reasonml/reason-react/pull/837)
5
+* Add `startTransition` (@r17x in
6
+ https://github.com/reasonml/reason-react/pull/838)
7
* Convert `ReasonReactErrorBoundary` to Reason instead of `%raw` JS. This has
8
the benefit of skipping a hardcoded `require('react')` call (@anmonteiro in
9
[#839](https://github.com/reasonml/reason-react/pull/839))
10
+* Add CSS Box Alignment Module Level 3 (@davesnx in
11
+ https://github.com/reasonml/reason-react/pull/847)
12
* Fix: Remove "unique `key` prop" warnings from multi-child fragment elements
13
(@jchavarri in https://github.com/reasonml/reason-react/pull/852)
14
0 commit comments