version 1.0.2 (2007-08-04): * Switched to the MIT License in preparation for moving the codebase to Google Code * Revised download links to point to Google Code project version 1.0.1 (2007-08-03): * Restricted default CSS styles to elements with class name `columnav-menu'. Styling of `columnav-nonmenu' panes is left up to the user. Updated "arbitrary" example accordingly * Reintroduced bundled YUI scripts (version 2.2.2). Examples now use bundled files * Upgraded JSON parsing script to version 2007-07-24 version 1.0 (2007-07-23): * Updated Carousel version to 0.6.1 * Upgraded JSON parsing script to version 2007-07-19 * New configuration properties: `animationMethod', `animationCompleteHandler', `nextHandler', `prevHandler', `requestHandler', `responseHandler', `paneHandler', `prevButtonStateHandler', and `requestTimeout' * Added support for loading arbitrary HTML into a pane * Several more examples demonstrating event handling and loading arbitrary HTML * Renamed `columnav-has-menu' to `columnav-has-next' to reflect ability to load arbitrary HTML * Added public method `toString()' * Carousel container now gets class name `columnav-multiple' when `numVisible' property is > 1 * `title' attribute in data source unordered lists is propagated to the div wrapper in the ColumNav pane * Eliminated columnav->carousel circular reference * Deprecated linkAction configuration property (superseded by nextHandler) * Improved error messages * Removed preview pane example * Included minimized versions of scripts version 0.9.6 (2007-06-03): * Updated Carousel version to 0.5.0 * Removed YUI files from distribution. Examples now use files hosted from Yahoo servers. (version 2.2.2) * Added preview pane example version 0.9.5 (2007-02-27): * Updated YUI files to version 2.2.0 * New configuration property: `animationSpeed' * Added support for JSON data sources * Renamed `source' configuration property to `datasource'. `source' still recognized for backward compatibility * All specified attributes of data source links are now propagated * Fixed bug in keystroke handling * Fixed regex bug version 0.9.4 (2007-02-21): * Multiple column support through the `numVisible' configuration property * Renamed `prevId' configuration property to `prevElement' to mirror Carousel documentation. `prevId' is still recognized for backward compatibility version 0.9.31 (2007-02-19): * Changed link action function to accept the event object rather than the target element. This will allow the event to be propagated if desired version 0.9.3 (2007-02-19): * Changed constructor to accept a configuration object instead of positional arguments. This will allow for future expansion without breaking backward compatibility * Accessibility improvements: navigation can now be controlled by CTRL + arrow keys * New configuration option: `linkAction' * Added this ChangeLog file :) version 0.9.2 (2007-02-16): * Examples now link back to main documentation page * Fixed IE7 bug that made links not entirely clickable * Fixed IE handling of blank lines inside
tags version 0.9.1 (2007-02-14): * IE bug fixes * Additional examples demonstrating Ajax feature and CSS flexibility * Source viewer improvements * Improved documentation version 0.9.0 (2007-02-12): * Initial release