Skip to content

Releases: jhbertra/purescript-halogen-nselect

v1.0.0

07 Feb 18:38
1ad05b2
Compare
Choose a tag to compare

Breaking Changes

  • Updated for PureScript 0.14 and Halogen 6

Bugfixes

  • Previously, if the cursor was hovering over the dropdown and the selected index was changed via updateHighlightedIndex (for example, via the arrow keys) and the dropdown scrolled as a result, the selection would be stolen by whatever item the cursor ended up under. This has been fixed so that the cursor does not grab focus after a call to updateHighlightedIndex until the mouse is actually moved again.

v1.0.0-rc.2

09 Aug 06:14
c5294f7
Compare
Choose a tag to compare
v1.0.0-rc.2 Pre-release
Pre-release
  • preventDefault when pressing Enter

v1.0.0-rc.1

11 Feb 08:21
363bc8f
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

Initial release