README revision b6b4e00bb6e7964b43a8aa227aaeb52200c9f7a7
Focus Manager
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. [Bug #2529353]
3.2.0
* Fixed an issue that prevented arrow keys from working properly in form
input fields and textareas inside a focused node. [Bug #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.