Releases: purescript-contrib/purescript-react
Releases · purescript-contrib/purescript-react
v11.0.0
v10.0.1
v10.0.0
Breaking changes:
- Migrate FFI to ES modules (#185 by @JordanMartinez)
- Replaced polymorphic proxies with monomorphic
Proxy
(#185 by @JordanMartinez)
Other improvements:
- Added
purs-tidy
formatter (#182 by @thomashoneyman)
v9.0.0
v8.0.0
v7.0.1
- Relax upper bound on
purescript-typelevel-prelude
(@hdgarrood)
v7.0.0
v6.1.0
v6.0.0
Breaking Changes
- Alternative class construction #129 (@natefaubion)
- Replace ReactRender with IsReactElement #137 (@natefaubion)
- Event refactoring #144 (@ethul)
- Remove children for void DOM elements #145, #146 (@ethul)
- Updates for PureScript 0.12, including the Context API, and unsafe createElement variants #149 (@natefaubion)