Skip to content

Releases: purescript-react/purescript-react-basic

v2.0.1

Choose a tag to compare

@maddie927 maddie927 released this 16 Aug 19:04
f44fb99
  • Use componentDidUpdate instead of componentWillReceiveProps so findDOMNode and other FFI behavior is predictable (#51)

v2.0.0

Choose a tag to compare

@maddie927 maddie927 released this 16 Aug 19:03
02294d0
  • API Refactor (#44)

v1.2.0

Choose a tag to compare

@maddie927 maddie927 released this 25 Jul 16:42
21e3b7b
  • Add event handlers to React.Basic.DOM.form props (@zudov)

v1.1.2

Choose a tag to compare

@maddie927 maddie927 released this 25 Jul 16:36
adf93c4
  • Fix React "key" warning when using createElementKeyed_ (no behavioral change)

v1.1.1

Choose a tag to compare

@maddie927 maddie927 released this 04 Jul 00:36
8c34fe8
  • Add Mouse and Keyboard EventFn helpers

v1.0.0

Choose a tag to compare

@paf31 paf31 released this 13 Jun 22:41

v0.10.2

Choose a tag to compare

@maddie927 maddie927 released this 27 May 19:31
91e7fd9
  • Add Monoid instance for JSX

v0.10.1

Choose a tag to compare

@maddie927 maddie927 released this 21 May 18:59
705e7d4

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

Choose a tag to compare

@paf31 paf31 released this 04 May 22:49
  • Move empty to React.Basic
  • Update examples

v0.9.0

Choose a tag to compare

@paf31 paf31 released this 04 May 22:20
  • Add empty value in React.Basic.DOM
  • Change type of min and max props to Number (breaking)
  • Add handler_ function to React.Basic.Events