Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git] / lib / yui / element / README
blob9362218b7927672872929f5a526f3bfddd6a1c79
1 Element Release Notes
3 *** version 2.5.2 ***
4 no change
6 *** version 2.5.1 ***
7 no change
9 *** version 2.5.0 ***
10 * SetAttributes now correctly handles false values
12 *** version 2.4.0 ***
13 no change
15 *** version 2.3.1 ***
16 no change
18 *** version 2.3.0 ***
19 * setAttributes now sets in order configs were added
20 * added subscribe alias for on/addListener
22 *** version 2.2.2 ***
23 * fixed contentReady timing regression
25 *** version 2.2.1 ***
26 * Added support for "dblclick", "focus", "blur", and "submit" event (for elements that support them)
27 * Fixed scope correction for addListener/on/subscribe
29 *** version 2.2.0 ***
30 * beta introduction (broken out of TabView for general use)
31 * The Element class provides a wrapper for HTMLElements in the DOM and makes simpler common tasks such as adding listeners, manipulating the DOM, and setting and getting attributes.