forked from dellsala/Combo-Box-jQuery-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
90 lines (58 loc) · 1.83 KB
/
CHANGELOG.txt
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
+----------------+
| version 0.5.1 |
| 2012-08-17 |
+----------------+
-- FIXES --
* reduced browser layout activity
* Made change so that combobox could be used in conjunction with a form
that submits on enter key press
* fixed issue where tabbing away from field doesn't hide drop down
Thanks to Patrick Cook https://github.com/kycook
+----------------+
| version 0.5.0 |
| 2012-01-15 |
+----------------+
-- NEW FEATURES --
* minor tweak to button styling - new arrow graphic - minor generated markup change
* changing combobox value using selector triggers input change event
-- FIXES --
* fixed #2: html click behavior is now attached and unattached as
select list is displayed and hidden.
* added max-height with scrolling to selector list
+----------------+
| version 0.4.1 |
| 2011-07-21 |
+----------------+
-- FIXES --
* removed calls to console for debugging
+----------------+
| version 0.4 |
| 2011-07-16 |
+----------------+
-- NEW FEATURES --
* behaves more like an auto-complete.
* clicking options button shows all options, unfiltered
+----------------+
| version 0.3 |
| 2011-07-01 |
+----------------+
-- NEW FEATURES --
* Select list that gets displayed is filtered based on
maching the starting letters of the value already in the input field.
+----------------+
| version 0.2 |
| 2010-02-25 |
+----------------+
-- NEW FEATURES --
* Combobox.setSelectOptions():
- new method for changing select options after instantiation.
+----------------+
| version 0.1 |
| 2010-02-25 |
+----------------+
First version of jquery.combobox plugin.
-- PRIMARY FEATURES --
* jQuery().combobox():
- converts matched text inputs into comboboxes with options provided.
* jQuery.combobox.instances():
- an array of Combobox object instances previously created.