-
Notifications
You must be signed in to change notification settings - Fork 22
/
CHANGELOG
78 lines (40 loc) · 1.51 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
72
73
74
75
76
77
*v1.8.4 (Aug 26, 2015)*
* Fix event listener bookkeeping (thanks to @jgwhite see https://github.com/withassociates/microfiche.js/pull/61)
*v1.8.3 (Aug 20, 2015)*
* Ensure very wide elements are calibrated correctly (thanks to @thomasmarshall see https://github.com/withassociates/microfiche.js/pull/59)
*v1.8.2 (May 17, 2015)*
* Fix rounding issue (thank to @adavies-github see https://github.com/withassociates/microfiche.js/pull/58)
*v1.8.1 (Mar 18, 2015)*
* Guard against iOS scroll/resize events (see https://github.com/withassociates/microfiche.js/pull/57)
*v1.8.0 (Mar 19, 2014)*
* Add noScrollAlign setting (thanks to @bbakersmith)
* Fix refreshOnResize bug (see https://github.com/withassociates/microfiche.js/pull/47)
*v1.7.0 (Mar 6, 2014)*
* Add destroy (thanks to @bbakersmith)
* Improve refresh logic (thanks to @bbakersmith)
*v1.6.0 (Feb 25, 2014)*
* Add refreshOnResize (thanks to @bbakersmith)
*v1.5.0 (Feb 10, 2014)*
* Add refresh (thanks to @bbakersmith)
*v1.4.0 (Sep 17, 2013)*
* Add autopause (thanks to @davemcdermid)
*v1.3.4 (Apr 10, 2013)*
* Stricter feature detection
*v1.3.3 (Jan 18, 2013)*
* jQuery Plugin Manifest
*v1.3.2 (Sep 5, 2012)*
* Improve cyclic for touch
*v1.3.1 (Sep 5, 2012)*
* Improve `autoplay` behaviour
*v1.3.0 (Aug 31, 2012)*
* Add autoplay
*v1.2.2 (Jul 30, 2012)*
* Add `swipe` option
*v1.2.1 (Jun 13, 2012)*
* Fix cyclic bug
*v1.2.0 (May 26, 2012)*
* Add clickToAdvance
*v1.1.0 (May 21, 2012)*
* Add keyboard controls
*v1.0.0 (May 21, 2012)*
* First stable release