Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@jhbertra jhbertra released this 07 Feb 18:38
· 2 commits to master since this release
1ad05b2

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.