Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Oct 05:03
· 40 commits to release since this release

1.0.0 (2022-10-03)

Bug Fixes

  • arrow up/down when filtering options (64ee5c6)
  • clear focus after seleing a value with mouse (064eb84)
  • close menu when click outside (5d4b4f3)
  • don't show menu after clearing selected value (aaa642f)
  • focus on text input when click on container (a7ced88)
  • hide clear button when user starts typing (d1a0e8a)
  • restore container CSS class (dde35ea)
  • scroll to hovered option (4149911)
  • several bugs with filtering (1327d9c)
  • show 'No options'as filter result (8ee72bd)
  • stale prop values (3886d89)
  • style item on mouse hover (1524023)

Features

  • autofocus prop (10448fe)
  • button to clear selected value (2e9a112)
  • debounce fetch requests (7d075ef)
  • disable/enable Select (c7c7288)
  • fetch options asynchronously (68fb350)
  • handle empty list (52a9a8d)
  • highlight selected option in menu (a97734c)
  • make Select filterable (69864d4)
  • navigate list with keyboard (d5d462b)
  • onInput$, onFocus$, onBlur$ events (28c38ff)
  • open/close menu in response to several events (869a37a)
  • scroll menu to hovered item (b763330)
  • select with mouse (06fe1ba)
  • set value on Enter/Tab (31768b5)
  • show list of options (d9aa23c)
  • show loading indicator (7a068d8)
  • shows first item in hover state (a9fad17)
  • useSelect's setting for scrollToHoveredOption (9405948)