Skip to content

Releases: purescript-contrib/purescript-react

v1.2.0

11 Sep 19:14
Compare
Choose a tag to compare

Add preventDefault and stopPropagation (@teh).

v1.1.0

12 Jun 22:38
Compare
Choose a tag to compare

Add a variant of writeState with a callback (@pkamenarsky)

v1.0.0

11 Jun 22:27
Compare
Choose a tag to compare
  • Updates for 1.0 core libraries and 0.9.1 compiler. This library will not work with compiler versions < 0.9.1. (@spicydonuts)

v0.7.1

14 Mar 02:49
Compare
Choose a tag to compare

Bug Fixes

#70 - Fixes aria and data props

v0.7.0

29 Feb 01:21
Compare
Choose a tag to compare

Features

#62 - Fix transform state (@spencerjanssen)
#63 - Stateless components with children (@ethul)

v0.6.0

25 Jan 02:36
Compare
Choose a tag to compare

Features

#54 - Dynamic children support
#56 - Bindings for React 0.14

Breaking Changes

The react library is now explicitly required in the FFI code. purescript-react no longer assumes that React is globally available. Also, with the support for 0.14 bindings of React, the DOM bindings have been split out into a separate repository purescript-react-dom.

v0.5.0

19 Nov 19:37
Compare
Choose a tag to compare
  • Simplify effect types for read/write access.

v0.4.3

18 Oct 22:27
Compare
Choose a tag to compare

Add GetInitialState argument in spec' (@ethul)

v0.4.2

01 Oct 15:20
Compare
Choose a tag to compare

Fix inline styling error (@robkuz)

v0.4.1

24 Sep 21:31
Compare
Choose a tag to compare

Fix a bug in getChildren (@ethul)