forked from nobleclem/jQuery-MultiSelect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
71 lines (54 loc) · 1.73 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
2.4.1 (2017-08-04)
==================
resolves #104
2.4.1 (2017-08-04)
==================
resolves #99
- maxWidth option implementation bug
- addition of new maxPlaceholderWidth option
2.4 (2017-06-16)
================
Fix issue with searching and (un)select all functionality not working as intended #97
Merge PR #90 search by value/text
2.3.13 (2017-06-16)
===================
Fix disable method issue, bugfix with hasClass() call
2.3.12 (2017-06-16)
===================
Fix issue where select all wasn't completly working re issue #92
2.3.11 (2017-06-02)
===================
More Performance improvements on loading, select all, show/hide dropdown.
Remove jquery.actual usage for a more optimal clientWidth/scrollWidth usage
2.3.10 (2017-06-01)
===================
Performance improvements on loading, searching, option selection.
2.3.9 (2017-04-04)
==================
Add method to disable or enable the select list (issue #63)
2.3.8 (2017-03-17)
==================
additional sanity checks when loading options see issue #74
2.3.7 (2017-03-17)
==================
(un)select all wording bugfix
2.3.6 (2017-01-13)
==================
Add text option and logic for unselect all text
2.3.5 (2017-01-10)
==================
Add option to delay search action
2.3.4 (2017-01-10)
==================
Fix bug with onControlClose while clicking other lists or the current list button
Add reset method to reset list to default values.
2.3.3 (2016-12-08)
==================
Add Method to change list settings after it has already been rendered
2.3.2 (2016-12-08)
==================
Optimize search functionality
2.3.1 (2016-12-06)
==================
Optimize select all (should be 2-3x faster)
*Previous version changes not documented outside of github commit log