Skip to content

Commit 2fdb6aa

Browse files
committed
v11.2.3
1 parent 43243c5 commit 2fdb6aa

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [v11.2.3](https://github.com/janosh/svelte-multiselect/compare/v11.2.2...v11.2.3)
4+
5+
> 13 August 2025
6+
7+
- Items can no longer be removed via backspace when that would violate minSelect by @janosh in https://github.com/janosh/svelte-multiselect/pull/328
8+
- Add `/events` demo page by @janosh in https://github.com/janosh/svelte-multiselect/pull/329
9+
- Add MultiSelect prop `keepSelectedInDropdown: false | 'plain' | 'checkboxes'` by @janosh in https://github.com/janosh/svelte-multiselect/pull/331
10+
- Add /attachments demo page + add arrow to tooltip by @janosh in https://github.com/janosh/svelte-multiselect/pull/332
11+
312
## [v11.2.2](https://github.com/janosh/svelte-multiselect/compare/v11.2.1...v11.2.2)
413

514
> 12 July 2025

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://janosh.github.io/svelte-multiselect",
66
"repository": "https://github.com/janosh/svelte-multiselect",
77
"license": "MIT",
8-
"version": "11.2.2",
8+
"version": "11.2.3",
99
"type": "module",
1010
"svelte": "./dist/index.js",
1111
"bugs": "https://github.com/janosh/svelte-multiselect/issues",

0 commit comments

Comments
 (0)