Releases: purescript-react/purescript-react-basic
Releases · purescript-react/purescript-react-basic
v2.0.1
v2.0.0
v1.2.0
v1.1.2
v1.1.1
v1.0.0
- Updates for 0.12 compiler (@justinwoo)
v0.10.2
v0.10.1
Adds two utility functions:
mergeCSS :: Array CSS -> CSS
: useful for merging styles passed into your component with your own defaultssyntheticEvent :: EventFn SyntheticEvent SyntheticEvent
: essentiallyid
; useful when you want to use theEventFn
utilities but still want to maintain a reference to the originalSyntheticEvent