Skip to content

Releases: wenzhixin/multiple-select

v2.4.0

Choose a tag to compare

@wenzhixin wenzhixin released this 23 Jun 09:30
  • New: Added filterOnly option to select only a single option.
  • New: Added maxWidth option to limit the auto width.
  • New: Auto refresh select width when the width attribute is auto.
  • Update: Upgraded jQuery peer dependency to >=3 <5 for jQuery 4 compatibility.
  • Update: Fixed no-results padding in Bootstrap theme.

v2.3.1

Choose a tag to compare

@wenzhixin wenzhixin released this 28 Feb 05:59
  • Update: Replaced jQuery utilities with ES6+ alternatives.
  • Update: Fixed Bootstrap theme checkbox focus state outline being clipped.

v2.3.0

Choose a tag to compare

@wenzhixin wenzhixin released this 28 Feb 05:58
  • New: Added filterOptions option with localization support.
  • New: Enhanced Bootstrap theme with CSS variables.
  • Update: Implemented disabled select styling in Bootstrap theme.
  • Update: Fixed child visibility calculation with dividers.

v2.2.0

Choose a tag to compare

@wenzhixin wenzhixin released this 04 Sep 07:08
  • New: Added Bootstrap 5 dark theme support.
  • New: Added short format support for all locales.
  • New: Added de-DE and ko-KR locales.
  • 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

Choose a tag to compare

@wenzhixin wenzhixin released this 12 Mar 07:17
  • New: Added vue3 and bootstrap5 support.
  • New: Added lint for js, scss, spell and editor.
  • New: Added classInput option to show class of input radio/checkbox.
  • New: Added filterSelectAll option to show/hide the select all checkbox in the filter.
  • New: Added resetFilter method to reset the filter.
  • New: Added id-ID locale.
  • Update: Updated placeholder class to ms-placeholder.
  • Update: Fixed alignment issue of single mode in the bootstrap theme.

v2.0.9

Choose a tag to compare

@wenzhixin wenzhixin released this 04 Mar 08:34
  • New: Added vue3 support.
  • Update: Fixed v-model select 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

Choose a tag to compare

@wenzhixin wenzhixin released this 23 Nov 06:53
cd6c057
  • 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

Choose a tag to compare

@wenzhixin wenzhixin released this 31 May 04:15
  • 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

Choose a tag to compare

@wenzhixin wenzhixin released this 27 Oct 23:33
35f0c2d
  • 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

Choose a tag to compare

@wenzhixin wenzhixin released this 22 Oct 01:12
0c1129b
  • 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.