Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-11-14 | 3.1 kB | |
v0.15.0.tar.gz | 2022-11-14 | 1.2 MB | |
v0.15.0.zip | 2022-11-14 | 1.6 MB | |
Totals: 3 Items | 2.9 MB | 0 |
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 https://github.com/selectize/selectize.js/pull/1880
- Multiple fix and enhancement by @fabienwnklr in https://github.com/selectize/selectize.js/pull/1881
- refreshItems(): add "silent" option. by @rotdrop in https://github.com/selectize/selectize.js/pull/1756
- Fixed incorrect highlighting of options that were activated, removed and then re-added in "multiple" mode by @sustmi in https://github.com/selectize/selectize.js/pull/1420
- Feature/dont fire change if nothing changed by @rotdrop in https://github.com/selectize/selectize.js/pull/1754
- Selectize classes has been lost / Watch mode by @fabienwnklr in https://github.com/selectize/selectize.js/pull/1888
- Fix : plugin auto_position was malfunctioning with dropdownParent = 'body' by @fabienwnklr in https://github.com/selectize/selectize.js/pull/1889
- Moving Build System from
Grunt
toGulp
by @risadams in https://github.com/selectize/selectize.js/pull/1891 - fix: position top / style for bootstrap 4/5 by @fabienwnklr in https://github.com/selectize/selectize.js/pull/1890
- Fix style bootstrap 4/5 | Add property setting | Fix calcul dropdown height by @fabienwnklr in https://github.com/selectize/selectize.js/pull/1892
- Fix [#1893] by @risadams in https://github.com/selectize/selectize.js/pull/1894
- A more performant updateOriginalInput by @risadams in https://github.com/selectize/selectize.js/pull/1895
- Fix [#1885] - Global name collision by @risadams in https://github.com/selectize/selectize.js/pull/1897
- Fix for [#1886] - rewrite import pathnames in dist output by @risadams in https://github.com/selectize/selectize.js/pull/1898
- Open drop-down on mouse-click if openOnFocus is false and when clicking on the options. by @risadams in https://github.com/selectize/selectize.js/pull/1899
- Ensure plugins load in a predictable order by @risadams in https://github.com/selectize/selectize.js/pull/1900
- Fix sass 1.56 warning. by @Eric-Guo in https://github.com/selectize/selectize.js/pull/1902
- Adding sifter's respect-word-boundary option. initial default is true by @risadams in https://github.com/selectize/selectize.js/pull/1905
- Build(deps-dev): Bump sass from 1.56.0 to 1.56.1 by @dependabot in https://github.com/selectize/selectize.js/pull/1907
- Build(deps-dev): Bump jshint from 2.13.5 to 2.13.6 by @dependabot in https://github.com/selectize/selectize.js/pull/1908
- several fix and enhancements by @fabienwnklr in https://github.com/selectize/selectize.js/pull/1906
New Contributors
- @sustmi made their first contribution in https://github.com/selectize/selectize.js/pull/1420
Full Changelog: https://github.com/selectize/selectize.js/compare/v0.14.0...v0.15.0