Skip to content

Releases: phongnn/qwik-select

v1.2.1

10 Jan 07:54

Choose a tag to compare

1.2.1 (2023-01-10)

Bug Fixes

  • revert to qwik@0.11.1 for 'QRLs can not be dynamically resolved' (3e1a1b2)

v1.2.0

03 Jan 15:22

Choose a tag to compare

1.2.0 (2023-01-03)

Features

v1.1.1

19 Oct 03:09

Choose a tag to compare

1.1.1 (2022-10-19)

Bug Fixes

  • async: scroll to selected option (6f11fc7)

v1.1.0

18 Oct 03:01

Choose a tag to compare

1.1.0 (2022-10-18)

Bug Fixes

  • can't use keyboard after clear multi-select (ddd4806)
  • clear btn shows when onClear$ not provided (5bdcfad)
  • don't show clear btn while loading (580abe5)
  • filter selected opts for async multi-select (6f5de54)
  • filter selected opts when select w/ keyboard (aef7b26)
  • loading indicator doesn't disappear (3b4d1fa)
  • multiselect: menu after remove selected items (8a9ffea)
  • onChange$ type (d41080e)
  • placeholder for multi-select (9898e92)
  • remove selected options (951a1f8)
  • styles for multi-select (6b91d02)

Features

  • multi selection (ab3ab6b)
  • remove selected opt on Del/Backspace (9597099)
  • remove selected options (ea348ad)
  • shouldFilterSelectedOptions flag (baf450a)

v1.0.2

06 Oct 02:33

Choose a tag to compare

1.0.2 (2022-10-06)

Bug Fixes

  • race condition when fetching options (b1105ff)

v1.0.1

04 Oct 03:49

Choose a tag to compare

1.0.1 (2022-10-04)

Bug Fixes

  • add 'qwik' entry to package.json (3150943)

v1.0.0

03 Oct 05:03

Choose a tag to compare

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)