src/cm/media/js/lib/yui/yui_3.10.3/releasenotes/HISTORY.node-menunav.md
changeset 525 89ef5ed3c48b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/cm/media/js/lib/yui/yui_3.10.3/releasenotes/HISTORY.node-menunav.md	Tue Jul 16 14:29:46 2013 +0200
@@ -0,0 +1,147 @@
+MenuNav 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 MenuNav 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
+-----
+
+  * Added Night skin for MenuNav
+  * Removed console logging message (#2531192)
+
+
+3.4.1
+-----
+
+  * No changes.
+
+
+3.4.0
+-----
+
+  * No changes.
+
+
+3.3.0
+-----
+
+  * No changes.
+
+
+3.2.0
+-----
+
+  * No changes.
+
+
+3.1.2
+-----
+
+  * No changes.
+
+
+3.1.1
+-----
+
+  * No changes.
+
+
+3.1.0
+-----
+
+  * Fixed issue where moving the mouse from a submenu label directly out of the
+    document to the browser chrome would trigger a JS error in IE.
+
+  * Fixed issue where submenus would not appear if the user landed on a submenu
+    label by moving the mouse diagonally from the parent menu.
+
+3.0.0
+-----
+
+  * No changes.
+
+
+3.0.0 beta 1
+------------
+
+  * Now lives on the `Plugin` namespace, as opposed to the `plugin` namespace.
+  * Now requires the Focus Manager Node Plugin (`Y.Plugin.NodeFocusManager`).
+  * Now extends `Y.Base`.
+
+
+3.0.0pr2
+--------
+
+  * Initial release.