Skip to content

Releases: citizennet/purescript-halogen-select

v6.0.0

Choose a tag to compare

@thomashoneyman thomashoneyman released this 01 Apr 01:41

Add support for PureScript 0.14 and Halogen 6, dropping support for earlier versions.

v5.0.0

Choose a tag to compare

@thomashoneyman thomashoneyman released this 18 May 22:00
256d09d

Official release of Select v5, which migrates the library for compatibility with Halogen 5

v5.0.0-rc.4

v5.0.0-rc.4 Pre-release
Pre-release

Choose a tag to compare

@thomashoneyman thomashoneyman released this 17 Jan 16:36
  • Switch to using KeyboardEvent.key instead of KeyboardEvent.code to fix behavior in IE 11 and Edge (@skress)

v5.0.0-rc.3

v5.0.0-rc.3 Pre-release
Pre-release

Choose a tag to compare

@thomashoneyman thomashoneyman released this 22 Aug 22:25
467b35f

Rename Message to Event (@JordanMartinez)

v5.0.0-rc.2

v5.0.0-rc.2 Pre-release
Pre-release

Choose a tag to compare

@thomashoneyman thomashoneyman released this 26 Apr 06:13

Updates Halogen to the latest release candidate and fixes a mistake in which setToggleProps erroneously required state as an argument.

v5.0.0-rc.1

v5.0.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@thomashoneyman thomashoneyman released this 16 Apr 02:26
9dacac7

Select is now compatible with Halogen 5 (@thomashoneyman)

v4.0.0

Choose a tag to compare

@davezuch davezuch released this 03 Jan 21:09
c646a55

Fixes ordering of setter props to allow users to override defaults (see #37) for more info

v3.0.2

Choose a tag to compare

@davezuch davezuch released this 11 Dec 01:34
dc7f100

Move debouncing from state to a ref, avoiding unnecessary renders

v3.0.1

Choose a tag to compare

@crcornwell crcornwell released this 09 Nov 01:39

Bump the version of purescript-halogen-renderless

v3.0.0

Choose a tag to compare

@crcornwell crcornwell released this 09 Nov 01:16
f5d1a7c
  • Updates the way the the input/toggle element is referenced for focusing and blurring
  • Removes the CaptureRef query
  • Removes inputElement from State