Skip to content

Tags: reasonml/reason-react

Tags

0.17.0

Toggle 0.17.0's commit message
Release 0.17.0

CHANGES:

* Upgrade `ppxlib` lower bound to `0.36` (@anmonteiro in #883)

0.16.0

Toggle 0.16.0's commit message
Release 0.16.0

CHANGES:

* FEATURE: add color to domProps (@tatchi in #871)
* BREAKING: Support for React 19 (@davesnx in #846)
* DOCS: Documentation updates for 0.16 (@davesnx in #864)
* INFRA: Update deps (@johnhaley81 in #876)
* INFRA: update setup-ocaml to v3 (@anmonteiro in #878)
* FIX: Remove raise annotations and fix locations on errors (@davesnx #863)
* FIX: type of pipeable stream to allow objects with keys (@anmonteiro in #854)
* FEATURE: Add `preconnect`, `prefetchDNS`, `preinit`, `preinitModule`, `preload` and `preloadModule` in ReactDOM.Experimental (@r17x in #849)
* BREAKING: Make lowerbound be Melange 5.1 (due to Js.FormData.t usage)

0.15.0

Toggle 0.15.0's commit message
Release 0.15.0

CHANGES:

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

0.14.1

Toggle 0.14.1's commit message
Release 0.14.1

CHANGES:

* Support JSX transform with fragments (@tatchi in
  [#835](#835))

0.14.0

Toggle 0.14.0's commit message
Release 0.14.0

CHANGES:

* Wrap the `React` library, exposing just a single top-level module
  (@anmonteiro in [#783](#783))
* Re-organise toplevel modules (@davesnx in [#794](#794))
* Require and adapt to Melange v3 (@anmonteiro in [#821](#821))

0.13.0

Toggle 0.13.0's commit message
Release 0.13.0

CHANGES:

* Remove legacy `ReactDOMRe` and `ReasonReact` modules (@anmonteiro in
  [#782](#782))
* Fix `React.useCallback*` for callbacks with multiple arguments (@anmonteiro
  in [#786](#786))

0.12.0

Toggle 0.12.0's commit message
Release 0.12.0

CHANGES:

* Migrate the reason-react PPX and library to the [new React JSX
transform](https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html)
  (@anmonteiro in [#714](#714))
* Add `suppressHydrationWarning` to supported props (@davesnx in
[#721](#721))
* Rename `reactjs-jsx-ppx` to `reason-react-ppx` ([@davesnx in #732](#732))
* Fix locations for lower and uppercase components so that merlin / editor
  integration can get type defs on hover ([@jchavarri in #748](#748))
* Refine types for `key` attributes ([@anmonteiro in #750](#750))
* Bump React depext to v17-18 #777 ([@jchavarri in #777](https://github.com/reasonml/reason-react/pull/777/files))
* Make optional props optional properly
 ([@davesnx in #776](0a98c07))

0.11.0

Toggle 0.11.0's commit message
Release 0.11.0

CHANGES:

* Setup repo with Melange [@davesnx in #711](#711)

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade bs-platform to 9.0.2 (#700)