Releases: janosh/svelte-multiselect
Releases · janosh/svelte-multiselect
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
v9.0.0
v8.6.2
What's Changed
- Fix
pnpm
install command by @codicocodes in #224 - Fix MultiSelect unable to deselect object options by @janosh in #226
- Allow
createOptionMsg=null
to suppress console error whenallowUserOptions
thruthy by @janosh in #227 - Automatically add "bug" label to bug report issues by @Snailedlt in #229
- Remove circular import between
MultiSelect
andindex.ts
by @janosh in #230
New Contributors
- @codicocodes made their first contribution in #224
Full Changelog: v8.6.1...v8.6.2
v8.6.1
What's Changed
- Fix
svelte-check
errors#223
- fix: hide dropdown when custom messages are empty
#220
- DRY workflows
#218
- fix: allow object options to share the same label
#217
- delete wait_for_animation_end() and fix tests to use playwright auto-waiting correctly
2493029
- don't highlight noMatchingOptionsMsg <span> in sms-search-matches
a1feca7
New Contributors
Full Changelog: v8.6.0...v8.6.1
v8.6.0
What's Changed
- Fix Svelte 3.57 a11y
#215
- Add prop
highlightMatches
toMultiSelect
#212
- fix: add missing role attr for
<li>
#211
- update deps, set TS
moduleResolution='bundler'
a12835e
New Contributors
- @RyanZhiNie made their first contribution in #211
Full Changelog: v8.5.0...v8.6.0
v8.5.0
What's Changed
- Fix Lighthouse a11y issues by @janosh in #210
- clear selected and searchText first, then trigger removeAll and change events in remove_all()
#208
- add props style, span_style, open, dialog, input, placeholder to CmdPalette + pipe through all other props to MultiSelect
97e6815
- fix /css-classes example not applying styles from external classes
aa1e28e
Full Changelog: v8.4.0...v8.5.0