All Versions
12
Latest Version
Avg Release Cycle
182 days
Latest Release
1471 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.13.0
December 01, 2020 -
v0.12.6
July 12, 2018 -
v0.12.6-code
January 29, 2019 -
v0.12.5
June 27, 2018 -
v0.12.4 Changes
October 12, 2016- Allow the dropdown to reopen on click if it is closed without losing focus by closeAfterSelect: true
@fishpercolator
- ๐ Fixed bug making
clearOptions
function. Now it doesn't remove already selected options.
(thanks @caseymct - #1079)
- New feature: allow to disable single options or complete optgroups
@zeitiger
-
v0.12.3 Changes
August 24, 2016- ๐ Make
label[for]
work after applying Selectize (#755)
Barrett Sonntag (@barretts)
- ๐ Output friendly error message when Microplugin is missing (#1137).
Special thanks to @styxxx for proposing the improvement. - โ Add local server command
grunt server
. - Stop creating items automatically when text is pasted, only create
them when pasted text contains delimiter. - ๐ Fix regression 'Required fields can not be focusable' in Chrome
(#733) - ๐ Fix detection of Validity API, we had false negatives before.
Jonathan Allard (@joallard)
- ๐ Fix open keyboard bug under iOS after closing selection (#1127)
- ๐ Make
-
v0.12.2 Changes
June 23, 2016- ๐ Fix issue preventing build ("Cannot assign to read only property
'subarray'") because of bug in uglifyjs. (#1072)
- ๐ Fix jQuery initialization for jQuery >= 1.9 (#1045)
- ๐ Make
remove_button
work for single-option usage (#848)
- ๐ Fixed bug that made
allowEmptyOption: true
useless (#739)
- Functions in option
render
can now return a DOM node in addition to
text. (#617)
- ๐ Fix issue preventing build ("Cannot assign to read only property
-
v0.12.0 Changes
January 30, 2015Additions / Updates
- Released on NPM as selectize (#60, #604)
- โ Added support for using
dataAttr
to hydrate a text input element:<input type="text" data-data="[{...},{...}]">
(#155, #231, #522) - โ Added
splitOn
setting that allows pasted text to be broken up into items (#425, @jhash) - โ Added
removeOptionGroup
,clearOptionGroups
methods (#669) - โ Added
closeAfterSelect
setting (#344) - โ Added
$item
argument toitem_remove
event (#585) - โ Added
focus
,blur
events (plusonFocus
,onBlur
callbacks) - โ Added ability to pass callback to
createItem
(for use with async option creation) - ๐ Updated sifter.js to 0.4.0
- Text sorting is now locale-aware.
- Added Polish diacritics: ลล
๐ Bugfixes
- Don't allow tabbing/focus to selectize control that is disabled (#583, #307)
- Don't propagate ESC keypress when closing menu โ for when selectize is used in modals (#672)
- Set option labels on original, hidden
<select>
element (#512) - ๐ Improved focus, blur handling (particularly IE)
- ๐ Disabled validity API ("required" prop) on Android. Support for it is too erratic currently.
- ๐ Allow tabbing to next control when control is full (#629)
- Render functions can now return strings that start w/newline characters (#645)
- ๐ Fixed grunt module building on Windows (#453)
๐ฅ Breaking Changes
- Made
addOption
,addOptionGroup
add implicit$order
property (if not already set). The property used to only be added to options populated from the DOM (#640, #381, #499, #198) - โ Removed
optgroupOrder
setting. Constraining the option group render order is now achieved by settinglockOptgroupOrder: true
. To customize the order, set the$order
property on each item in youroptgroups
array
-
v0.11.2
September 24, 2014