Automatic installer.php lang files by installer_builder (20070726)
[moodle-linuxchix.git] / lib / yui / slider / README
blobc4320ee04878b66fc44b040f7f139fa15d1b1991
1 Slider - Release Notes
3 0.12.2
5    * No change
7 0.12.1
9    * Removed unneccessary getXY calls that were contribuing to slower performance
10      in FireFox when the slider was deeply nested in the DOM.
12 0.12.0
14    * Added "slideStart", "slideEnd", and "change" custom events.  The abstract
15      methods these will eventually replace still work.
17    * The default animation duration is 0.2 seconds (reduced from 0.4 seconds),
18      and is configurable via the animationDuration property.
20    * Keyboard navigation is now built in.  The background needs a tabindex for
21      keyboard nav to work.  Keyboard nav can be disabled by setting enableKeys
22      to false.  The number of pixels the slider moves when the arrow keys
23      are pressed is controlled by keyIncrement, and defaults to 20.  Note, 
24      Safari support limited to background element types that support focus
25      in that browser. http://bugs.webkit.org/show_bug.cgi?id=7138
27    * Fixed broken doctype in examples/index.html
29    * Catching an unhandled script exception in FF that could occur when
30      attempting to focus the slider background while a text field without
31      autocomplete="false" has focus
33 0.11.3
35    * No change
37 0.11.0
39    * When the thumb is clicked and dragged, the click position delta is properly
40      applied.
42    * The slider background can be disabled by setting backgroundEnabled to false.
44    * Added SliderThumb->clearTicks
46    * Incorporated updated drag and drop performance improvements
48 0.10.0
50    * Drag and drop's autoscroll feature is now turned off by default
51      in the slider.
53    * The slider no longer sets its initial value upon initialization
55    * RGB slider example fixed for IE7.
57    * Updated to work with the onAvailable feature in Drag and Drop.
59    * Updated the basic slider example page to make the control more
60      accessible to non-FF1.5 browsers.
62    * Split the examples into separate pages