MDL-11517 reserved word MOD used in table alias in questions backup code
[moodle-pu.git] / lib / yui / slider / README
blob7d9ce17befd90864d4c7b3ea0cea509b2a9c8b55
1 Slider - Release Notes
3 2.3.0
4    * Added valueChangeSource, which specifies whether the last value change
5      was the result of user interaction with the control, or a result of a
6      programmatic update (setValue)
8 2.2.2
9    * No change
11 2.2.1
12    * No change
14 2.2.0
15    * Added the missing "force" parameter to the signature for setRegionValue
16    * Deprecated the moveComplete flag
18 0.12.2
19    * No change
21 0.12.1
23    * Removed unnecessary getXY calls that were contributing to slower performance
24      in FireFox when the slider was deeply nested in the DOM.
26 0.12.0
28    * Added "slideStart", "slideEnd", and "change" custom events.  The abstract
29      methods these will eventually replace still work.
31    * The default animation duration is 0.2 seconds (reduced from 0.4 seconds),
32      and is configurable via the animationDuration property.
34    * Keyboard navigation is now built in.  The background needs a tabindex for
35      keyboard nav to work.  Keyboard nav can be disabled by setting enableKeys
36      to false.  The number of pixels the slider moves when the arrow keys
37      are pressed is controlled by keyIncrement, and defaults to 20.  Note, 
38      Safari support limited to background element types that support focus
39      in that browser. http://bugs.webkit.org/show_bug.cgi?id=7138
41    * Fixed broken doctype in examples/index.html
43    * Catching an unhandled script exception in FF that could occur when
44      attempting to focus the slider background while a text field without
45      autocomplete="false" has focus
47 0.11.3
49    * No change
51 0.11.0
53    * When the thumb is clicked and dragged, the click position delta is properly
54      applied.
56    * The slider background can be disabled by setting backgroundEnabled to false.
58    * Added SliderThumb->clearTicks
60    * Incorporated updated drag and drop performance improvements
62 0.10.0
64    * Drag and drop's autoscroll feature is now turned off by default
65      in the slider.
67    * The slider no longer sets its initial value upon initialization
69    * RGB slider example fixed for IE7.
71    * Updated to work with the onAvailable feature in Drag and Drop.
73    * Updated the basic slider example page to make the control more
74      accessible to non-FF1.5 browsers.
76    * Split the examples into separate pages