Breaking Changes
- Consolidated and updated distribution files. There is no longer a standalone version, please migrate to the selectize.js or selectize.min.js in the js folder.
- All plugins are now always included by default.
- builds are now using gulp instead of grunt
What's Changed
- Several fix for consolidation by @fabienwnklr in #1880
- Multiple fix and enhancement by @fabienwnklr in #1881
- refreshItems(): add "silent" option. by @rotdrop in #1756
- Fixed incorrect highlighting of options that were activated, removed and then re-added in "multiple" mode by @sustmi in #1420
- Feature/dont fire change if nothing changed by @rotdrop in #1754
- Selectize classes has been lost / Watch mode by @fabienwnklr in #1888
- Fix : plugin auto_position was malfunctioning with dropdownParent = 'body' by @fabienwnklr in #1889
- Moving Build System from
Grunt
toGulp
by @risadams in #1891 - fix: position top / style for bootstrap 4/5 by @fabienwnklr in #1890
- Fix style bootstrap 4/5 | Add property setting | Fix calcul dropdown height by @fabienwnklr in #1892
- Fix #1893 by @risadams in #1894
- A more performant updateOriginalInput by @risadams in #1895
- Fix #1885 - Global name collision by @risadams in #1897
- Fix for #1886 - rewrite import pathnames in dist output by @risadams in #1898
- Open drop-down on mouse-click if openOnFocus is false and when clicking on the options. by @risadams in #1899
- Ensure plugins load in a predictable order by @risadams in #1900
- Fix sass 1.56 warning. by @Eric-Guo in #1902
- Adding sifter's respect-word-boundary option. initial default is true by @risadams in #1905
- Build(deps-dev): Bump sass from 1.56.0 to 1.56.1 by @dependabot in #1907
- Build(deps-dev): Bump jshint from 2.13.5 to 2.13.6 by @dependabot in #1908
- several fix and enhancements by @fabienwnklr in #1906
New Contributors
Full Changelog: v0.14.0...v0.15.0