Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: bluzky/nice-select2

2.4.1

27 Aug 07:59

Choose a tag to compare

Changed

  • Replaced innerHTML with element creations #97

Fixed

2.4.0

24 Jul 10:36

Choose a tag to compare

Breaking change:

  • showSelectedItems is now true by default
  • Css no longer imported into js

Main changes:

  • If showSelectedItems is true and multiple selection are allowed, an overview with selected options is show include a remove button on each. See docs example
  • An update to the select now automatically updates the dropdown.
  • Update project dependencies, fix deprecated SASS build warnings, and upgrade to modern JavaScript and SASS syntax. Optimize for bundle size and overall performance. Thanks @mohammadbaghaei

New Features:

  • Add support for extra content in dropdown items using the data-extra attribute. Thanks @mohammadbaghaei
  • Implement placeholder, search text, and selected text customization through attributes or configuration options. Thanks @mohammadbaghaei

2.3.1

03 Feb 12:31

Choose a tag to compare

2.3.1

v.2.1.3

03 Feb 12:27

Choose a tag to compare

v.2.1.3

v2.1.0

14 Jan 13:37

Choose a tag to compare

What's Changed

  • test by @Tsjippy in #24
  • [FIX] Method .clear needs to deselect options by @tfeuerst in #42
  • Added option to show selected items by @zaru in #39
  • Fixed a bug in which the selection was not made even if it was selected again. by @zaru in #38

New Contributors

Full Changelog:
See Changelog for a full changelog

Make it work in webpack

27 Dec 11:56
d8e92b3

Choose a tag to compare

This release makes it possible to include nice-select2 in your webpack import like this import NiceSelect from "nice-select2";