forked from paramquery/select
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog.txt
49 lines (34 loc) · 1.13 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
Version 1.3.2 (02/28/2016)
==========================
Fix
more than assigned % width in FF
Version 1.3.1 (09/29/2015)
==========================
Changes:
Removal of jui classes when bootstrap.on = true.
Version 1.3.0 (06/29/2015)
==========================
New:
option: bootstrap, closeOnWindowScroll, closeOnWindowResize
Bootstrap support
AMD support
Fix:
undefined indx in setText when init on empty select list.
Version 1.2.0 (03/20/2015)
==========================
New:
swipe scrolling in touch devices.
use of position option for collision detection
button & popup box-sizing changed to border-box
css layout of search box.
Fix:
incorrect namespacing of scroll and resize events on window leading to cease functioning of draggable on the page.
removal of console.log statements in pqselect.min.js
Version 1.1.0 (03/09/2015)
==========================
New: Edge detection.
option: edgeDetect
Fix: strange blue box at bottom when search is false.
Version 1.0.1 (02/22/2015)
==========================
Fix: Radio button & Checkbox in popup menu not checked/unchecked when click directly.