Skip to content

Releases: janosh/svelte-multiselect

v11.2.0

11 Jul 18:20
Compare
Choose a tag to compare

What's Changed

  • Better getting started docs by @janosh in #312
  • removeAll event timing: clear selected before events fire by @janosh in #313
  • Open dropdown on programmatic focus and close it on blur by @janosh in #314
  • Fix <input> adding unwanted width when options selected by @janosh in #315
  • MultiSelect fire oncreate event for all user-created options by @janosh in #316
  • Add new value 'retain-focus' for prop closeDropdownOnSelect by @janosh in #318
  • Swap node for deno by @janosh in #319
  • migrate useful Svelte components: CodeExample, CopyButton, FileDetails, GitHubCorner, Icon, PrevNext, RadioButtons, Toggle by @janosh in #323

Full Changelog: v11.1.1...v11.2.0

v11.1.1

20 May 20:10
Compare
Choose a tag to compare

What's Changed

  • Fix Rollup failed to resolve import $app/environment by @janosh in #308

Full Changelog: v11.1.0...v11.1.1

v11.1.0

17 May 15:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v11.0.0...v11.1.0

v11.0.0

16 May 11:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.3.0...v11.0.0

v11.0.0-rc.1

24 Oct 09:04
Compare
Choose a tag to compare

What's Changed

  • update MultiSelect.svelte for Svelte5 compatibility by @dedo1911 in #293

New Contributors

Full Changelog: v10.3.0...v11.0.0-rc.1

v10.3.0

08 Apr 08:19
Compare
Choose a tag to compare

What's Changed

  • Add props liUserMsgClass and liUserMsgActiveClass by @acidMyke in #274
  • Add props style, inputStyle, liOptionStyle, liSelectedStyle, ulSelectedStyle, ulOptionsStyle by @janosh in #279
  • Improve docs around Events by @briandonahue in #280
  • Housekeeping by @janosh in #282
  • Update readme.md by @derschiw in #283
  • MultiSelect fix form validation not resetting when required prop changes by @janosh in #286

New Contributors

Full Changelog: v10.2.0...v10.3.0

v10.2.0

21 Sep 22:25
Compare
Choose a tag to compare

What's Changed

  • Fix empty event.detail.options payload on removeAll by @janosh in #266
  • Breaking: rename focusInputOnSelect to closeDropdownOnSelect by @janosh in #267

Full Changelog: v10.1.0...v10.2.0

v10.1.0

18 Jul 16:30
Compare
Choose a tag to compare

What's Changed

  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #246
  • Make selected and value each reactive to each other by @janosh in #250
  • Add key style to ObjectOption for per-option inline CSS by @janosh in #252
  • Always show createOptionMsg if allowUserOptions is truthy and user entered text by @janosh in #254

Full Changelog: v10.0.0...v10.1.0

v10.0.0

01 Jul 20:18
724fdd4
Compare
Choose a tag to compare

What's Changed

  • Fix [svelte-check] Cannot find module 'svelte-multiselect' or its corresponding type declarations by @ngyewch in #236
  • Rename prop duplicateFunc() to key() by @janosh in #238
  • Add <slot name="user-msg"> by @janosh in #240
  • Add Multiselect prop maxOptions: number by @janosh in #243
  • v10.0.0 by @janosh in #245

New Contributors

Full Changelog: v9.0.0...v10.0.0

v9.0.0

01 Jun 21:44
Compare
Choose a tag to compare

What's Changed

  • Prep v9 release #235
  • Revert "Fix Svelte 3.57 a11y (#215)" #232
  • Add default slot #231
  • CmdPalette add prop close_keys 099e1ac
  • add copy buttons to all code fences 950dcf6

Full Changelog: v8.6.2...v9.0.0