Skip to content

Releases: wenzhixin/multiple-select

v1.7.0

23 Nov 06:53
cd6c057
Compare
Choose a tag to compare
  • New: Added onBeforeClick event.
  • New: Added $.fn.multipleSelect.Constructor to support extension.
  • New: Added keyboard actions.
  • New: Added ja-JP locale.
  • Update: Updated onFilter event parameter to original search.

v1.6.0

31 May 04:15
Compare
Choose a tag to compare
  • New:: Added setSelects by text support.
  • New:: Added divider option support.
  • New:: Added classes, classPrefix and size 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 and cz-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

27 Oct 23:33
35f0c2d
Compare
Choose a tag to compare
  • New: Rewrote display and data logic code.
  • New: Added single or multiple 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 and onClear 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 and onClick events.
  • Update: Fixed vue warning when data is Object.
  • Update: Removed displayHtml option and display html by default.

v1.4.3

22 Oct 01:12
0c1129b
Compare
Choose a tag to compare
  • New: Added object support for data option.
  • Update: Updated vue-es build filename.
  • Update: Updated event name to lowercase hyphen format of vue component.
  • Update: Fixed defaultValue error without v-model.
  • Update: Fixed uncheck all cannot trigger change bug.
  • Update: Fixed v-model not work bug when props 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

10 Oct 07:48
5bd52fe
Compare
Choose a tag to compare
  • New: Added string/number array support for data 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

10 Oct 07:49
4a89da2
Compare
Choose a tag to compare
  • New: Added displayHtml option.
  • New: Added html type of getSelects 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 and uncheck 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 with single option.
  • Update: Removed multiple-select png.
  • Update: Disabled esc action when keepOpen is true.

v1.4.0

31 Aug 16:20
Compare
Choose a tag to compare
  • 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.