Releases: wenzhixin/multiple-select
Releases · wenzhixin/multiple-select
v2.2.0
- New: Added Bootstrap 5 dark theme support.
- New: Added short format support for all locales.
- New: Added
de-DEandko-KRlocales. - Update: Improved selector performance for large data cases.
- Update: Fixed close button display issue in Bootstrap theme.
- Update: Fixed locale matching logic to properly handle short format locales.
v2.1.1
- New: Added vue3 and bootstrap5 support.
- New: Added lint for js, scss, spell and editor.
- New: Added
classInputoption to show class of input radio/checkbox. - New: Added
filterSelectAlloption to show/hide the select all checkbox in the filter. - New: Added
resetFiltermethod to reset the filter. - New: Added id-ID locale.
- Update: Updated
placeholderclass toms-placeholder. - Update: Fixed alignment issue of single mode in the bootstrap theme.
v2.0.9
- New: Added
vue3support. - Update: Fixed
v-modelselect bug with proxy object. - Update: Fixed children's element change, not updated the select bug.
- Update: Fixed data without clone change refresh the select bug.
- Update: Fix data watch deep caused by the selected bug.
- Update: Improved the indentation style of multiple select with group mode.
v1.7.0
v1.6.0
- New:: Added
setSelectsby text support. - New:: Added
divideroption support. - New:: Added
classes,classPrefixandsizeoptions. - New:: Added
dropdownsupport for bootstrap theme. - New:: Added class for
ms-parentwhen open the select. - New:: Added
getDatamethod. - New:: Added
fr-FR,vi-VN,ru-RU,hu-HU,da-DK,pt-BRandcz-CSlocales. - 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-sizeto use percent instead. - Update: Updated the default parameter of
customFilteroption. - Update: Updated the
BLOCK_ROWSto 500.
v1.5.0
- New: Rewrote display and data logic code.
- New: Added
singleormultiplecan be auto supported. - New: Added virtual scroll to support large data.
- New: Added object
valuesupported. - New: Added object for
v-modelsupported. - New: Added
dataattributes of optgroup and option supported. - New: Added
tabindexattribute supported. - New: Added
showClearoption andonClearevent. - New: Added
maxHeightUnitoption. - New: Added
it-ITlocale. - Update: Improved events trigger logic.
- Update: Updated the
singlegroup style. - Update: Updated parameters of
onOptgroupClickandonClickevents. - Update: Fixed vue warning when
datais Object. - Update: Removed
displayHtmloption and display html by default.
v1.4.3
- New: Added
objectsupport fordataoption. - Update: Updated vue-es build filename.
- Update: Updated event name to lowercase hyphen format of vue component.
- Update: Fixed
defaultValueerror withoutv-model. - Update: Fixed uncheck all cannot trigger
changebug. - Update: Fixed
v-modelnot work bug whenpropschanged. - 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/numberarray support fordataoption. - New: Added
requiredattribute support. - New: Added bootstrap(v3, v4) themes support.
- Update: Improved
onAfterCreateevent. - Update: Fixed
destroyedbug of vue component. - Update: Fixed display bug of only one member of group.
- Update: Fixed single group filter bug.
v1.4.1
- New: Added
displayHtmloption. - New: Added
htmltype ofgetSelectsmethod. - New: Added level support for single group.
- New: Added
filterByDataLengthoption. - New: Added
customFilteroption support. - New: Added optgroup
stylersupport and updated parameter. - New: Added
checkanduncheckmethods. - New: Added checkInvert method.
- New: Added
es-ESlocale. - New: Added data-* attributes support.
- New: Added
disabledprop of vue component. - New: Added Number support for
v-modelof vue component. - Update: Improved default
widthof select. - Update: Improved
singleselect style and label bug. - Update: Improved
v-modeland data of vue component. - Update: Fixed init cannot select all bug.
- Update: Fixed refresh method bug.
- Update: Fixed
filterAcceptOnEnterbug withsingleoption. - Update: Removed multiple-select png.
- Update: Disabled
escaction whenkeepOpenis true.
v1.4.0
- New: Added
datasupport. - New: Added vue component.
- New: Added
localesupport. - New: Added
getOptionsmethod. - New: Added
singleRadiooption 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/onUncheckAlltrigger bug. - Update: Fixed
disabledoptions cannot show after filtering. - Update: Fixed
singlefilter bug.