File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 5.0.0] ( https://github.com/metonym/svelte-typeahead/releases/tag/v5.0.0 ) - 2025-01-20
9
+
10
+ ** Breaking Changes**
11
+
12
+ - set ` package.json#type ` to ` module ` with ` exports ` field
13
+ - drop bundled ESM/UMD builds (only Svelte source code is distributed)
14
+ - colocate TypeScript definitions with Svelte source code
15
+
16
+ ** Fixes**
17
+
18
+ - patch ` svelte-search ` to v2.1.1
19
+ - run ` npm pkg fix ` to fix ` package.json ` metadata
20
+
8
21
## [ 4.4.2] ( https://github.com/metonym/svelte-typeahead/releases/tag/v4.4.2 ) - 2024-11-20
9
22
10
23
- fix ` $$restProps ` type errors by upgrading ` svelte-search `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte-typeahead" ,
3
- "version" : " 4.4.2 " ,
3
+ "version" : " 5.0.0 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " Accessible, fuzzy search typeahead component" ,
6
6
"author" : " Eric Liu (https://github.com/metonym)" ,
You can’t perform that action at this time.
0 commit comments