Releases: metonym/svelte-typeahead
Releases · metonym/svelte-typeahead
v5.0.0
Breaking Changes
- set
package.json#type
to module
with exports
field (256333a)
- drop bundled ESM/UMD builds (only Svelte source code is distributed) (f7289c5)
- colocate TypeScript definitions with Svelte source code (08385f8)
Fixes
- patch
svelte-search
to v2.1.1 (c74ea5d)
- run
npm pkg fix
to fix package.json
metadata (7aaf0d4)
v4.4.1
Fixes
- replace
aria-owns
with aria-controls
to resolve a11y-role-has-required-aria-props
warning (99bfa7b, #73)
v4.4.0
Features
- add
showAllResultsOnFocus
prop to display all results when focusing an empty input (3fc92ef, #65)
Fixes
v4.3.2
Fixes
- allow results to be selected if using
showDropdownOnFocus
(90880ce, #61)
v4.3.1
Fixes
- skip disabled results when auto-selecting a result (9e87768, #57)
v4.3.0
Features
- add
showDropdownOnFocus
prop to only show dropdown if the search input is focused (7aeb4d4, #55)
v4.2.4
Fixes
- set dropdown menu
z-index: 1
when expanded (8fee120, #49)
v4.2.3
Fixes
- update selected index when hovering over a result (06a5415, #48)
v4.2.2
Fixes
- pressing "ArrowUp" on last item should not reset highlighted index (6d63028, #42 contributed by @elimisteve)