Releases: phongnn/qwik-select
Releases · phongnn/qwik-select
v1.2.1
v1.2.0
v1.1.1
v1.1.0
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
v1.0.2
v1.0.1
v1.0.0
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)