2022-11-21
- BREAKING: added a wrapper
div
and related classes inside the main container next to the dropdown container. - Accessibility improvements.
- Don't select new tag on IME enter #226.
- Removed
v-html
from option & single label for XSS security #278. - Arrow left should not throw error when not using tags #271.
2022-09-28
- Async options resolve fix #266.
2022-09-26
- Unnecessary ES6 feature removed.
2022-09-26
- A11y improvements.
2022-09-22
- A11y improvements.
2022-07-22
- Fix for
tailwind.css
.
2022-07-11
- Vue
2.7
compatibility.
2022-07-11
- Vue
2.7
compatibility.
2022-05-31
- Hotfix for ES6 #235
2022-05-31
- Hotfix for SSR #235
2022-05-30
- 🎉 Added accessibility (a11y) support #22, #179.
- 🎉 Added infinite scroll #76, #165, #198.
- 🎉 Added RTL support #206.
- 🎉 Close on click if opened #162.
- Added
id
to input when searchable. - Re-open input on arrows & search type if closed.
- Close dropdown instead of blur on select.
- Added
regex
option #138. - Scroll to first selected on open #168.
- Options are not reversed when
openPosition: true
. - Added
reverse
option. - Added
searchStart
option #169. - Added
disabledProp
option #202. - Added
onCreate
option #204. - Added
select$
as second param to events and async options. - Added
isSelected
&isPointed
tooption
slot scope #195.
- Headless UI conflict resolved #182.
- Keep selected options when async #228.
- Show spinner even when not active #223.
- Allow
false
value #222. - Resolve options on
minChars: 0
too #230. - Added
keyup
,keydown
events. - Resolved number tag creation duplicate bug.
- Input height fix when
searchable
for FF. - CSS: moved max height to dropdown container from wrapper.
- Vite & Nuxt 3 build warn fixes.).
2022-05-11
- Async options change detectiion.
- Label prop change detection.
- Option & label texts can contain HTML.
2022-02-26
- Added
attrs
prop.
2022-02-06
- Removed
@apply
from default theme.
2021-12-16
- Removed
exports
frompackage.json
#178.
2021-12-16
- Deprecated:
appendNewTag
,createTag
,addTagOn
props and@tag
event. - Added
appendNewOption
,createOption
,addOptionOn
props and@option
event #150. - Added
selectAll
method #172. - The
trackBy
prop now defaults tolabel
#175. - Replaces focus on search when an option is selected #163.
- Added
<span>
wrapper for single label withsingleLabelText
class key #157.
- Don't show spinner when not active #156.
- Tailwind CSS 3 compatibility issue fix #176.
- Don't show caret when
showOptions
are disabled #173. - Resolved headless UI modal click issue #148.
- Resolved Tailwind CSS/form ring issue #135.
- Made classes reactive #126.
- The
addTagOn
prop useskey
instead ofkeyCode
internally #125.
2021-11-23
- Added missing CSS vars.
2021-09-09
- 🎉🎉 Added
groups
and related props which allow groupping options. 🎉🎉 - Added
tailwind.scss
theme to use instead ofclasses
if needed. - Added support for case sensitive tags when
createTag
istrue
#119. - Added
inputType
prop #108, #116. - Added
@paste
event #105. - Added
tab
as option foraddTagOn
#117. - Updated default
max-height
for dropdown (to15rem
).
- When
closeOnSelect
istrue
insearchable
tags
andmultiple
mode the input now blurs upon selecting an option. - Fix for empty dropdown when async options are loading #115.
- Fixed dropdown auto-scrolling when using arrows.
2021-08-09
- Removed async/await.
2021-08-09
- Added
closeOnSelect
prop.
2021-07-26
- BREAKING:
dropdown
class now hasdropdownHidden
when it is closed instead of usingv-show
(requires using 2.1.0'sthemes/default.css
) - BREAKING: removed
:maxHeight
prop. Usevar(--ms-max-height)
instead. - BREAKING: tags search layout has changed -> added a wrapper div and an extra span to calculate input width.
- Dropddown can be closed on caret click #88.
- Added
:strict
prop to achieve accent-free search #82. - Removed inline styles, CSP compilance #84.
- Background images are now customizable via
background-color
#85.
- Free typed tags fix #96.
- Tabindex becomes
-1
when:disabled
.
2021-06-27
- Classname fixes.
- Readme update.
2021-06-20
- BREAKING: Completely rewritten
<template>
anddefault.css
. - Caret is now always displayed when
caret: true
regardless if the multiselect has selected option(s). - Added
canDeselect
andclasses
prop. - Added
;
and,
options toaddTagOn
prop.
2021-05-17
- Added native input support #48.
- Added
openDirection
prop #52. - Added
option
as second param forselect
anddeselect
events. - Added
@clear
event #68.
- Clear icon CSS fix.
- Fixed unintendeed clear button showing up when
canDeselect
isfalse
#61.
2021-04-06
- BREAKING: array
options
are no longer treated as objects, but both option value and label will equal to array item value. Eg.option: ['v1','v2']
used to be equal to{0: 'v1', 1: 'v2'}
, now they're equal to{v1: 'v1', v2: 'v2'}
. - Optimized variable names for lower package size.
2021-04-06
- Async options fix for #39. Refreshing non-async options now will only be reflected after a tick.
- Added caret, remove and spinner slots.
2021-03-30
- Remove extra space when creating a tag with space (#46).
- Fixed issues around refreshing async options (#45).
- Android keyboard fix (#49 & #50).
- Added installation guide for Nuxt.js.
2021-03-20
- Fix for unintended side effect on space when using single mode (#42).
2021-03-13
- Recursion error when accessing
value
inside computedoptions
(#39). - Set initial value when options are loaded later (#40).
2021-03-12
- Added
addTagOn
that can enableenter
and/orspace
key to create a tag. - Added
required
prop that renders a HTML5 required attribute on a fake input next to multiselect. - Added
showOptions
prop that hide options list if somebody wants to have only a free-type tag list.
2021-02-05
- Tags slots scope updated with
handleTagRemove
instead ofremove
.
2021-02-05
- Readme API fix.
2021-02-05
- Added Typescript definitions based on #20.
- Added Clear button for
multiple
andtags
mode. - Added
placeholder
slot. - Added proper
open
andclose
methods. - Hide options when resolving with
clearOnSearch
true
. - Added
refreshOptions
method to refresh async options. - Added API docs.
- Added fix for #26. The value now can be set the same time that
options
change. - Added fix for #28. Right mouse click no longer removes tag.
- Added fix for #29. Focus is no longer trapped to option list when using search.
2021-01-17
- Close open dropdown on input click
- Select first option after async search fix #18
- Update options when
:options
property changes #16 #17
2021-01-12
- Added
:max
property
- Backspace issue fix #9
- Custom label issue fix #13
2020-12-29
v-model
deep sync
2020-12-28
- Added
canDeselect
option
- Set internalValue on init when using async options with
:object
true
andresolveOnLoad
false
2020-12-23
- Changes in
v-model
will sync with multiselect value
2020-12-23
- Options now can be disabled using an array of objects as options, with
disabled
property being set totrue
- The
value
property of an object option now can be customized with:valueProp
2020-12-19
- Breaking: Renamed slots to lowercase instead of camel case because of DOM issue
- Added
change
event - Breaking: renamed
hideSelectedTag
tohideSelected
2020-12-19
- Async/await eliminated from code thus reducing bundle size without runtimeRegenerator
- UMD bundle replaced with global
2020-12-19
- RuntimeRegenerator added to esm builds
2020-12-18
- Options now can be defined as a sync or async function. This opens up the capabilities to load options from remote data source and/or to implement autocomplete behaviour.