Releases: janosh/svelte-multiselect
Releases · janosh/svelte-multiselect
v8.4.0
What's Changed
- 3309e1e fix selected options having
cursor: grab
(to indicate drag and drop support to change order) even if only single option selected - Make first matching option active automatically on entering
searchText
by @janosh in #206 - 8d3df3e update to
svelte-package
v2 - e3f4ea9 add
src/lib/NavPalette.svelte
invoked withcmd+k
for keyboard-only site navigation - b27cd80 rename
NavPalette
toCmdPalette
and make it execute generic actions on item select
Full Changelog: v8.3.0...v8.4.0
v8.3.0
What's Changed
- Don't error on removing options that are in
selected
but not inoptions
array#204
- Add class 'remove' to buttons that remove selected options
#202
- Add prop
allowEmpty: boolean = false
#198
- Support
immutable
Svelte compiler option#197
- group demo routes
e813e48
- breaking: rename
addOptionMsg
tocreateOptionMsg
f24e025
Full Changelog: v8.2.4...v8.3.0
v8.2.4
What's Changed
- Coverage badges
#190
- feat: add type inference for the
options
prop by @joelmukuthu in#189
- feat: add type inference for the
options
prop (#189)#78
- merge ExampleCode.svelte with CollapsibleCode.svelte
56ff99b
- pnpm add -D svelte-zoo to outsource some site components and icons
6ee64f3
- restore reactive searchText block in loading example
846da66
- fix bunch of TS errors, add playwright test for dragging selected options to reorder
a483217
- add update-coverage package.json script
1094f08
- add vite alias $root to clean up package.json, readme|contributing|changelog.md imports
c19cbe4
- mv src/components src/site
3683ed7
New Contributors
- @joelmukuthu made their first contribution in #189
Full Changelog: v8.2.3...v8.2.4
v8.2.3
v8.2.2
v8.2.1
What's Changed
- Add changelog & contributing pages to site by @janosh in #181
- Mdsvexamples by @janosh in #182
- Fix
allowUserOptions
preventing dropdown list navigation with up/down arrow keys by @janosh in #184 - tweak contributing.md and css-classes example
6f78033
- fix build error
b896d36
- fix readme badge for gh-pages.yml status
906b560
Full Changelog: v8.2.0...v8.2.1
v8.2.0
What's Changed
- Contributing docs plus issue and PR templates with StackBlitz repro starter by @janosh in #169
- Publish docs to GitHub pages by @janosh in #170
- Set
<base href="/svelte-multiselect" />
in CI deployment by @janosh in #172 - Draggable selected options by @janosh in #178
- Add
changelog.md
by @janosh in #180
Full Changelog: v8.1.0...v8.2.0
v8.1.0
What's Changed
- Allow
required=1, 2, ...
to set minimum number of selected options for form submission by @janosh in #161 - Add class for
maxSelectMsg
by @Snailedlt in #167 - Add
pnpm test
isntructions to "Want to contribute" readme section by @Snailedlt in #168 - Add
minSelect
prop by @Snailedlt in #166 - 9838db8 mv
/max-select
example to/min-max-select
Full Changelog: v8.0.4...v8.1.0
v8.0.4
What's Changed
- Don't
console.error
about missingoptions
ifdisabled=true
by @Snailedlt in #158 - Form validation docs by @janosh in #159
New Contributors
- @Snailedlt made their first contribution in #158
Full Changelog: v8.0.3...v8.0.4