Skip to content

Commit a8fb839

Browse files
committed
v5.0.0
1 parent 09fdda6 commit a8fb839

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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-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+
821
## [4.4.2](https://github.com/metonym/svelte-typeahead/releases/tag/v4.4.2) - 2024-11-20
922

1023
- fix `$$restProps` type errors by upgrading `svelte-search`

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": "4.4.2",
3+
"version": "5.0.0",
44
"license": "MIT",
55
"description": "Accessible, fuzzy search typeahead component",
66
"author": "Eric Liu (https://github.com/metonym)",

0 commit comments

Comments
 (0)