diff -r 322d0feea350 -r 89ef5ed3c48b src/cm/media/js/lib/yui/yui_3.10.3/releasenotes/HISTORY.node-focusmanager.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cm/media/js/lib/yui/yui_3.10.3/releasenotes/HISTORY.node-focusmanager.md Tue Jul 16 14:29:46 2013 +0200 @@ -0,0 +1,139 @@ +Focus Manager Change History +============================ + +3.10.3 +------ + +* No changes. + +3.10.2 +------ + +* No changes. + +3.10.1 +------ + +* No changes. + +3.10.0 +------ + +* No changes. + +3.9.1 +----- + +* No changes. + +3.9.0 +----- + +* [!] DEPRECATED: The FocusManager Node Plugin has been deprecated as of + YUI 3.9.0. This module will be removed from the library in a future version. + If you require functionality similar to the one provided by this module, + consider taking a look at the various modules in the + [YUI Gallery](http://yuilibrary.com/gallery/). + +3.8.1 +----- + + * No changes. + +3.8.0 +----- + + * No changes. + +3.7.3 +----- + +* No changes. + +3.7.2 +----- + +* No changes. + +3.7.1 +----- + +* No changes. + +3.7.0 +----- + +* No changes. + +3.6.0 +----- + +* No changes. + +3.5.1 +----- + + * No changes. + +3.5.0 +----- + + * No changes. + + +3.4.1 +----- + + * No changes. + + +3.4.0 +----- + + * No changes. + + +3.3.0 +----- + * Fixed an issue with next/previous behavior that could cause focus to get + stuck at the beginning or end of a control set when the `circular` + attribute was set to `false`. [Ticket #2529353] + + +3.2.0 +----- + + * Fixed an issue that prevented arrow keys from working properly in form + input fields and textareas inside a focused node. [Ticket #2529041] + + +3.1.2 +----- + + * No changes. + + +3.1.1 +----- + + * No changes. + +3.1.0 +----- + + * Updated the "refresh" method so that it will set up event listeners if they + haven't yet been set up, enabling the Focus Manager to be plugged into an + empty Node with the focusable descendants to be added later. + + +3.0.0 +----- + + * Fixed an issue where mousing down on a child node of a descendant would + result in the descendant losing focus. + + +3.0.0 beta 1 +------------ + + * Initial release.