Skip to content

Releases: purescript-halogen/purescript-halogen

v1.0.0-rc.3

11 Feb 11:37
Compare
Choose a tag to compare
v1.0.0-rc.3 Pre-release
Pre-release
Merge pull request #387 from garyb/request-type

Less flexible `Request` for better type inference behaviour

v1.0.0-rc.2

06 Feb 21:15
Compare
Choose a tag to compare
v1.0.0-rc.2 Pre-release
Pre-release
Fix substInParent behavior (#384)

v1.0.0-rc.1

28 Jan 18:02
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release
Merge pull request #372 from garyb/guide-updates

Initial guide for v1 release (chapter 5 & 6 still pending)

v0.12.0

01 Nov 15:09
Compare
Choose a tag to compare
  • Updated for PureScript 0.10
  • Prevent Percent length values being used in inappropriate places #321 (@berdario)

Note: There will be a new release soon with many more breaking changes due to an improved component model, this release is mainly intended to ease migration to PureScript 0.10.

v0.11.0

31 Jul 12:03
Compare
Choose a tag to compare
  • Updated dependencies
  • Affable-compatible producer is now exported from EventSource

v0.10.0

26 Jul 19:11
Compare
Choose a tag to compare
  • Affable constraint rather than MonadAff is now used for event sources
  • The exceptional Halt case will now print a message with some clue as to what happened if it should occur
  • Updated for latest coroutines

v0.9.0

23 Jun 13:36
Compare
Choose a tag to compare
  • Added pageX and pageY properties to mouse events
  • Updates for PureScript 0.9.1 and core libraries 1.0

v0.8.0

13 May 13:44
Compare
Choose a tag to compare
  • Drastically improved render performance (@natefaubion)
  • Automatically re-renders when querying new children after modifying a parent's state #302 (@natefaubion)
  • The provided event handlers no longer require queries to be raised by making the EventHandler queries accept Maybe inputs (@garyb)
  • Added draggable to Indexed properties (@garyb)
  • Added tabIndex property #298 (@garyb)

Note: this release has been updated for PureScript 0.8.5, so will no longer compile for 0.7.x.

v0.7.1

02 May 13:20
Compare
Choose a tag to compare
  • Functionally equivalent to v0.7.0, this updates the license field with a valid SPDX identifier so the project can be published on Pursuit (@hdgarrood)

v0.7.0

19 Apr 20:38
Compare
Choose a tag to compare