- Update: Fixed virtual scroll bottom select bug.
- Update: Fixed element not destroyed bug using
v-if.
- New: Added watch slot change supported.
- Update: Fixed
v-modelnot check all bug. - Update: Fixed document event trigger multiple times bug.
- 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.
- 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.
- 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.
- 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.
- 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.
- Update: Fixed optgroup selected item display bug.
- Update: Fixed filter li display blank space bug.
- Update: Fixed container outer width bug.
- Update: Updated
addTitleoption todisplayTitleoption. - Update: Fixed filter with no select options display bug.
- Update: Fixed openOnHover bug.
- Update: Updated
onOptgroupClickandonClickparameters. - Update: Updated
formatCountSelectedparameters.
- New: Rewrote code to ES6.
- New: Added
filterGroupoption. - New: Added
babeland refined the code. - New: Used
distto output the build files. - New: Added full examples.
- Update: Fixed css escape bug.
- New: Added
onAfterCreateevent. - New: Made option labels appear clickable.
- New: Allowed
placeholderfrom html. - Update: Fixed groups don't get
checkedby default. - Update: Fixed
getSelectsbug withsingleoption. - Update: Removed duplicate
destroymethod. - Update: Fixed outdated CSS syntax in linear-gradient.
- Update: Removed
selectAllwhitespace. - Update: Fixed
selectAllText/allSelecteddoesn't work. - Update: Fixed IE 11 crashing bug.
- Update: Fixed radio style bug.
- [bug] Fix #264: updated the default of textTemplate to .html().
- [enh] Added wrap span to label text.
- [enh] Added
destroymethod. - [enh] Added
openOnHoveroption. - [bug] Fix #377: rebuild docs and use gh-pages.
- [bug] Fix #362: update multiple-select.css.
- [bug] Fix #84: single select with Optgroups bug.
- [bug] Fix #154: special character problem.
- [enh] Added
dropWidthoption. - [enh] Added
openandclosemethods. - [enh] Fix #139: Added onFilter event.
- [enh] Fix #144: added
animateoption to support fade and slide animates. - [bug] Fix #257: element detection.
- [bug] Fix jQuery dependency.
- [bug] Fixed disable issue.
- [enh] Add selected class to 'select all' option.
- [enh] Added logic to perform accent insensitive compare when filtering values.
- [bug] Fix #264: updated the default of textTemplate to .html().
- [enh] Update
jquery.multiple.select.jstomultiple-select.js. - [bug] Fix filter not match bug.
- [enh] Trigger change for select after set of new value.
- [bug] Prevents
updateSelectAll()from callingoptions.onCheckAll()on init. - [enh] Added
labelTemplateoption. - [bug] Fix #188: Automatically set Group when all child was selected.
- [bug] Fixed filter functionality with 'no-results' label behavior.
- [bug] Fix #184: prevented the dropdown handle error.
- [enh] INPUT tags should be nameless.
- [bug] Fix #48: auto hide when the single option is set to true.
- [bug] Fix #65: show selectAll and hide noResults when open.
- [bug] Fix #45, #64: update width option to support a percentage setting.
- [bug] Trigger the checkbox on the entire line.
- [bug] Added
noMatchesFoundoption. - [bug] Update
seperatortoseparator. - [enh] Allow object of options along with initial method.
- [enh] Add a
filterAcceptOnEnteroption. - [enh] Put class on ms-parent div instead of ul.
- [bug] Fixed #99: connect select back to its label.
- [enh] Added
hideOptgroupCheckboxesoption to hide optgroup checkboxes. - [enh] Added
displayValuesanddelimiteroptions. - [enh] Added
textTemplateoption to custom the text. - [enh] Added
selectAllDelimiteroption. - [enh] Added
ellipsisoption. - [enh] Get percentage width, if used.
- [bug] Fix #134: spelling error.
- [bug] Fixed the error when element id's contain colons.
- [bug] Fix current selected element not displayed in newer jquery versions.
- [bug] Fix #148 plain text stored to HTML.
- [bug] Update multiple-select.png.
- [enh] Added 'close' to allowedMethods.
- [bug] Prevent dropdown from closing occasionally when clicking on checkbox.
- [bug] Fixed dropdown not closing when focus was lost.
- [enh] Support for add title (tooltip) on the select list.
- Fix #63: Add
keepOpenoption. - Fix #62: Fix
isOpenandfilteroptions are both true bug. - Fix #57: Fire onCheckAll event when literally select.
- Add data attributes for support.
- Fix #55: Add
nameoption.
- Fix #42: Add
styleroption to custom item style. - Fix firefox click bug.
- Add
allSelected,minimumCountSelectedandcountSelectedoptions. - Fix #35: Add
onFocusandonBlurevents. - Fix #25: Add
focusandblurmethods. - Fix #31: Trigger the onCheckAll & onUncheckAll events when use filter to select all.
- Update the license to The MIT License.
- Fix #47: Add
No matches foundmessage when there are no results found. - Fix #43: Add
positionoption.
- Fix #44: The filters not working bugs.
- Fix #21: Add
singleoption. - Add
overrideoption. - Add
containeroption. - Fix #29: Update the optgroups select text.
- Fix #30: Image is not shown in Firefox 25.0.1.
- Fix #22: fix group filter problem.
- Update the button text witdh.
- Add keyboard support.
- Fix #12: Add
widthoption. - Fix #11: Add callback events.
- Add
maxHeightoption.
- Fix #4: Add
filteroption. - Support mobile devices.
- Fix #6: Add
refreshmethod.
- Fix #7: Add
selectedanddisabledoptions. - Fix #5: Add
checkAllanduncheckAllmethods.
- Fix #3: Add optgroups support.
- Add
placeholderoption. - Fix #2: use prop method instead of attr.
- Initial release