forked from bkosborne/jQuery-Waterwheel-Carousel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
50 lines (45 loc) · 1.84 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
=================================
Version 1.3 - May 22 2011
=================================
- three new callbacks: movingToCenter, movingFromCenter, and movedFromCenter
- 'active' class now added to item in center, configureable thru options
- keyboard arrow nav can now be used to move the carousel
- allow for zero opacity, just set opacity option to 1
- autoplay only moves carousel when animations completed
- circular is supported now, tho not infinite. see new option 'edgeReaction'
- general code cleanup
- updated jQuery to 1.6.1
=================================
Version 1.2.3 - March 21 2011
=================================
[note that 1.2.2 was just a fix for missing files]
- Added latest version of jQuery (1.5.1)
- Chrome fix where images were not always shown
- IE9 fix where images were not preloaded properly
=================================
Version 1.2.1 - February 8 2011
=================================
- fixed bug in movedToCenter callback. Will not call for null item now.
=================================
Version 1.2 - January 15 2011
=================================
- support for more than one carousel on a page
- autoplay works properly
- control box with previous next
- added a bunch of example cases to index.html in release
- internet explorer bugs fixed
- changed HTML structure
- lots of bug fixes
=================================
Version 1.1 - December 2010
=================================
- fixed some lines of code that prevented vertical carousel from working
- added support for Facebox/Facybok jQuery plugins
- adjusted the way movedToCenter works. Now it will call the event after ALL animations complete
- added "linkHandling" option
- animation performance enhanced by removing some calculations
- various bug fixes
=================================
Version 1.0 - Februrary 2009
=================================
Original release