Updates - Carousel Component

Latest - Version 1.0 - 10/21/2008

Downloading

You can download the necessary files here:

Version 0.6.3 - 08/18/08

Downloading

Version 0.6.2 - 02/23/08

Version 0.6.1 - 07/08/07

Version 0.6.0 - 07/01/07

Version 0.5.6 - 06/08/07

Resolved the IE vertical scroll issue where in certain cases the scrolling gets off by a few pixels at a time. This was due to an IE CSS bug that will add extra space below an LI. The fix was to set the LI style to contain the following.

	float:left;
	clear:left;  
	

Version 0.5.5 - 06/05/07

Snapshot of Carousel Reveal Feature

Added new feature to allow the carousel to show a little bit of the before & after items in the list. For example, let's say that we are showing four items, 2-5. Specifying revealAmount:20 would show 2-5 and 20 pixels of item #1 and 20 pixels of item #6. This seems to bear out well in testing as a way to clue users that more content exists.

Caveats

Version 0.5.1 - 06/03/07

Snapshot of Carousel Spotlight Example

Created a spotlight/preview example which caused me to add an additional parameter to the addItem method. The fourth optional parameter is a style class to associate with the LI item. (four arguments passed in the args array)

Version 0.5.0 - 06/01/07

In this release I have rewritten parts of the size calculation algorithms. Thanks to Claude Jones, Yahoo!; Ave Wrigley, itn.co.uk; Michael Dowling for all pointing out various issues with that section of the code. The focus has been on making sure that vertical carousels behave correctly. Here were the issues I worked through.

From a developer's perspective here are the things to keep in mind with this new release:

Other changes:

Version 0.4.0 - 01/28/07

The biggest changes in this release are the full support of runtime configuration of the carousel component, the addition of support for show, hide and recalculating size and updated documentation.

Version 0.3.6 - 12/13/06

Version 0.3.5 - 12/09/06

Version 0.3.4 - 11/28/06

Version 0.3.3 - 10/30/06

Version 0.3.2 - 10/20/06

Version 0.3.1 - 9/22/06

Version 0.3.0 - 8/15/06

Version 0.2.9 - 8/14/06

Version 0.2.8 - 8/11/06

Version 0.2.7 - 8/10/06

Version 0.2.6 - 8/9/06

Version 0.2.5 - 8/2/06

Version 0.2.4 - 7/21/06

Version 0.2.3 - 7/19/06

Version 0.2.2 - 7/15/06

Version 0.2.1 - 7/06/06

Version 0.2.0 - 7/06/06

Version 0.1.3 - 6/28/06


Version 0.1.2 - 6/27/06