Releases: wenzhixin/multiple-select
Releases · wenzhixin/multiple-select
v1.7.0
v1.6.0
- New:: Added
setSelects
by text support. - New:: Added
divider
option support. - New:: Added
classes
,classPrefix
andsize
options. - New:: Added
dropdown
support for bootstrap theme. - New:: Added class for
ms-parent
when open the select. - New:: Added
getData
method. - New:: Added
fr-FR
,vi-VN
,ru-RU
,hu-HU
,da-DK
,pt-BR
andcz-CS
locales. - New:: Added index.d.ts to support TypeScript.
- Update: Fixed one item of group selected bug.
- Update: Fixed not check group with no children bug.
- Update: Fixed clear button display error.
- Update: Fixed init multiple times bug in vue component.
- Update: Updated
font-size
to use percent instead. - Update: Updated the default parameter of
customFilter
option. - Update: Updated the
BLOCK_ROWS
to 500.
v1.5.0
- New: Rewrote display and data logic code.
- New: Added
single
ormultiple
can be auto supported. - New: Added virtual scroll to support large data.
- New: Added object
value
supported. - New: Added object for
v-model
supported. - New: Added
data
attributes of optgroup and option supported. - New: Added
tabindex
attribute supported. - New: Added
showClear
option andonClear
event. - New: Added
maxHeightUnit
option. - New: Added
it-IT
locale. - Update: Improved events trigger logic.
- Update: Updated the
single
group style. - Update: Updated parameters of
onOptgroupClick
andonClick
events. - Update: Fixed vue warning when
data
is Object. - Update: Removed
displayHtml
option and display html by default.
v1.4.3
- New: Added
object
support fordata
option. - Update: Updated vue-es build filename.
- Update: Updated event name to lowercase hyphen format of vue component.
- Update: Fixed
defaultValue
error withoutv-model
. - Update: Fixed uncheck all cannot trigger
change
bug. - Update: Fixed
v-model
not work bug whenprops
changed. - Update: Fixed min version throw cannot convert object to primitive value error.
- Update: Removed label spaces of customFilter params.
- Update: Removed text spaces of the option label.
v1.4.2
- New: Added
string/number
array support fordata
option. - New: Added
required
attribute support. - New: Added bootstrap(v3, v4) themes support.
- Update: Improved
onAfterCreate
event. - Update: Fixed
destroyed
bug of vue component. - Update: Fixed display bug of only one member of group.
- Update: Fixed single group filter bug.
v1.4.1
- New: Added
displayHtml
option. - New: Added
html
type ofgetSelects
method. - New: Added level support for single group.
- New: Added
filterByDataLength
option. - New: Added
customFilter
option support. - New: Added optgroup
styler
support and updated parameter. - New: Added
check
anduncheck
methods. - New: Added checkInvert method.
- New: Added
es-ES
locale. - New: Added data-* attributes support.
- New: Added
disabled
prop of vue component. - New: Added Number support for
v-model
of vue component. - Update: Improved default
width
of select. - Update: Improved
single
select style and label bug. - Update: Improved
v-model
and data of vue component. - Update: Fixed init cannot select all bug.
- Update: Fixed refresh method bug.
- Update: Fixed
filterAcceptOnEnter
bug withsingle
option. - Update: Removed multiple-select png.
- Update: Disabled
esc
action whenkeepOpen
is true.
v1.4.0
- New: Added
data
support. - New: Added vue component.
- New: Added
locale
support. - New: Added
getOptions
method. - New: Added
singleRadio
option to support hide radio buttons. - New: Added new website.
- New: Added bower.json.
- New: Added vue-starter example.
- Update: Improved the label element for select.
- Update: Improved text display only one option.
- Update: Fixed IE build error with core-js devDependencies.
- Update: Fixed
onCheckAll/onUncheckAll
trigger bug. - Update: Fixed
disabled
options cannot show after filtering. - Update: Fixed
single
filter bug.