Skip to content

Releases: janosh/svelte-multiselect

v8.3.0

26 Jan 03:55
Compare
Choose a tag to compare

What's Changed

  • Don't error on removing options that are in selected but not in options 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 to createOptionMsg f24e025

Full Changelog: v8.2.4...v8.3.0

v8.2.4

08 Jan 23:11
Compare
Choose a tag to compare

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

Full Changelog: v8.2.3...v8.2.4

v8.2.3

28 Dec 21:55
Compare
Choose a tag to compare
  • add 'Open in StackBlitz' links to example code fences ac07557
  • v8.2.2 contains unintended breaking changes and was deprecated on NPM (see #188). Use this fixed release instead. be02927

Full Changelog: v8.2.2...v8.2.3

v8.2.2

19 Dec 02:03
Compare
Choose a tag to compare

What's Changed

  • Add new slot named 'expand-icon' by @janosh in #186
  • Issue console warning if sortSelected && selectedOptionsDraggable by @janosh in #187

Full Changelog: v8.2.1...v8.2.2

v8.2.1

10 Dec 23:22
Compare
Choose a tag to compare

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

30 Nov 19:54
Compare
Choose a tag to compare

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

18 Nov 18:55
Compare
Choose a tag to compare

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

16 Nov 05:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.0.3...v8.0.4

v8.0.3

15 Nov 16:22
Compare
Choose a tag to compare

What's Changed

  • Measure vitest coverage with c8 by @janosh in #155
  • Don't console.error about missing options if loading=true by @janosh in #156
  • 5d0e081 increase --sms-min-height 19->22pt
  • Test uncovered lines by @janosh in #157

Full Changelog: v8.0.2...v8.0.3

v8.0.2

07 Nov 19:27
Compare
Choose a tag to compare

What's Changed

  • Add Collapsible code blocks to usage examples by @janosh in #143
  • REPL links for landing page examples by @janosh in #148
  • Link check CI and readme housekeeping by @janosh in #149
  • Pass JSON.stringified selected options to form submission handlers by @janosh in #152

Full Changelog: v8.0.1...v8.0.2