Releases: bluzky/nice-select2
Releases · bluzky/nice-select2
2.4.1
2.4.0
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
v.2.1.3
v2.1.0
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
This release makes it possible to include nice-select2 in your webpack import like this import NiceSelect from "nice-select2";