Skip to content

Commit 6785977

Browse files
committed
v5.0.2
1 parent 61b0d19 commit 6785977

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [5.0.0](https://github.com/metonym/svelte-typeahead/releases/tag/v5.0.0) - 2025-09-11
8+
## [5.0.2](https://github.com/metonym/svelte-typeahead/releases/tag/v5.0.2) - 2025-11-24
9+
10+
**Fixes**
11+
12+
- close dropdown for keyboard navigation
13+
14+
## [5.0.1](https://github.com/metonym/svelte-typeahead/releases/tag/v5.0.1) - 2025-09-11
915

1016
**Fixes**
1117

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-typeahead",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"license": "MIT",
55
"description": "Accessible, fuzzy search typeahead component",
66
"author": "Eric Liu (https://github.com/metonym)",

0 commit comments

Comments
 (0)