Releases: wenzhixin/multiple-select
Releases · wenzhixin/multiple-select
Release list
v2.4.0
- New: Added
filterOnlyoption to select only a single option. - New: Added
maxWidthoption to limit the auto width. - New: Auto refresh select width when the width attribute is
auto. - Update: Upgraded jQuery peer dependency to
>=3 <5for jQuery 4 compatibility. - Update: Fixed no-results padding in Bootstrap theme.
v2.3.1
v2.3.0
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.