Releases: janosh/svelte-multiselect
Releases · janosh/svelte-multiselect
v11.2.0
What's Changed
- Better getting started docs by @janosh in #312
removeAll
event timing: clearselected
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 propcloseDropdownOnSelect
by @janosh in #318 - Swap
node
fordeno
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
v11.1.0
v11.0.0
What's Changed
- Breaking: Svelte 5 by @Antosik in #295
- Prevent empty style attributes on
ul.selected > li
andul.options > li
by @bijela-gora in #304
New Contributors
- @Antosik made their first contribution in #295
- @bijela-gora made their first contribution in #304
Full Changelog: v10.3.0...v11.0.0
v11.0.0-rc.1
v10.3.0
What's Changed
- Add props
liUserMsgClass
andliUserMsgActiveClass
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 whenrequired
prop changes by @janosh in #286
New Contributors
- @acidMyke made their first contribution in #274
- @briandonahue made their first contribution in #280
- @derschiw made their first contribution in #283
Full Changelog: v10.2.0...v10.3.0
v10.2.0
v10.1.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #246
- Make
selected
andvalue
each reactive to each other by @janosh in #250 - Add key
style
toObjectOption
for per-option inline CSS by @janosh in #252 - Always show
createOptionMsg
ifallowUserOptions
is truthy and user entered text by @janosh in #254
Full Changelog: v10.0.0...v10.1.0
v10.0.0
What's Changed
- Fix [svelte-check] Cannot find module 'svelte-multiselect' or its corresponding type declarations by @ngyewch in #236
- Rename prop
duplicateFunc()
tokey()
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