Skip to content

Releases: purescript-react/purescript-react-basic

v2.0.1

16 Aug 19:04
f44fb99
Compare
Choose a tag to compare
  • Use componentDidUpdate instead of componentWillReceiveProps so findDOMNode and other FFI behavior is predictable (#51)

v2.0.0

16 Aug 19:03
02294d0
Compare
Choose a tag to compare
  • API Refactor (#44)

v1.2.0

25 Jul 16:42
21e3b7b
Compare
Choose a tag to compare
  • Add event handlers to React.Basic.DOM.form props (@zudov)

v1.1.2

25 Jul 16:36
adf93c4
Compare
Choose a tag to compare
  • Fix React "key" warning when using createElementKeyed_ (no behavioral change)

v1.1.1

04 Jul 00:36
8c34fe8
Compare
Choose a tag to compare
  • Add Mouse and Keyboard EventFn helpers

v1.0.0

13 Jun 22:41
Compare
Choose a tag to compare

v0.10.2

27 May 19:31
91e7fd9
Compare
Choose a tag to compare
  • Add Monoid instance for JSX

v0.10.1

21 May 18:59
705e7d4
Compare
Choose a tag to compare

Adds two utility functions:

  • mergeCSS :: Array CSS -> CSS: useful for merging styles passed into your component with your own defaults
  • syntheticEvent :: EventFn SyntheticEvent SyntheticEvent: essentially id; useful when you want to use the EventFn utilities but still want to maintain a reference to the original SyntheticEvent

v0.10.0

04 May 22:49
Compare
Choose a tag to compare
  • Move empty to React.Basic
  • Update examples

v0.9.0

04 May 22:20
Compare
Choose a tag to compare
  • Add empty value in React.Basic.DOM
  • Change type of min and max props to Number (breaking)
  • Add handler_ function to React.Basic.Events