Skip to content

Releases: purescript-react/purescript-react-basic

v17.0.0

22 Jul 19:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v16.0.0...v17.0.0

v16.0.0

10 Mar 18:10
0baad06
Compare
Choose a tag to compare

PureScript 0.14 updates!

v14.0.0

01 May 21:51
102f417
Compare
Choose a tag to compare
  • Fix autoComplete prop type

v13.0.0

21 Oct 05:37
feee3a5
Compare
Choose a tag to compare

Major changes

  • Removed duplicate svg entries from React.Basic.DOM. Use React.Basic.DOM.SVG

Minor changes

  • Added an additional definition for each DOM element exposing the ReactComponent type before it is applied to element. This allows their use with APIs that expect to be handed React components, not PureScript functions.

v12.0.0

26 Aug 23:13
3ce119e
Compare
Choose a tag to compare

Major changes

  • Support DOM data-* attributes using the _data prop

v11.1.0

26 Aug 20:30
f09b25d
Compare
Choose a tag to compare

Minor changes

  • Add Semigroup and Monoid instances to CSS

v11.0.0

02 Aug 17:38
bb3cfcb
Compare
Choose a tag to compare

Major changes

  • Add namespace props to svg element

v10.0.0

02 Aug 16:49
809ccc8
Compare
Choose a tag to compare

Major changes

  • Removed SharedProps in favour of "*" from react-html-attributes (@tesujimath)
  • Add a module with types for SVG elements (@kryft)

Minor changes

Patch changes

v9.0.1

06 Jun 18:03
Compare
Choose a tag to compare
  • Relax some upper bounds to allow using this package with purs 0.13.0

v9.0.0

08 Apr 18:00
05f0cf2
Compare
Choose a tag to compare