diff -r 322d0feea350 -r 89ef5ed3c48b src/cm/media/js/lib/yui/yui_3.10.3/releasenotes/HISTORY.tabview.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cm/media/js/lib/yui/yui_3.10.3/releasenotes/HISTORY.tabview.md Tue Jul 16 14:29:46 2013 +0200 @@ -0,0 +1,115 @@ +TabView Change History +====================== + +3.10.3 +------ + +* No changes. + +3.10.2 +------ + +* No changes. + +3.10.1 +------ + +* No changes. + +3.10.0 +------ + +* Revert static templates and map prototype templates to statics by default. + +3.9.1 +----- + +* No changes. + +3.9.0 +----- + +* No changes. + +3.8.1 +----- + +* PR #404 Avoids rewriting Tab label & panel content. Fixes #2530253. + +3.8.0 +----- + + * No changes. + +3.7.3 +----- + +* No changes. + +3.7.2 +----- + +* Removed trailing space from `tabLabel` selector. This fixes an issue in IE8. + [@trunksye] + +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 +----- + + * Now accepts a Node instance for the Tab `content` attribute. [Ticket 2529830] + + +3.3.0 +----- + + * No changes. + + +3.2.0 +----- + + * Bug fix: No longer requesting non-existent tabview-plugin.css. [Ticket 2529830] + + +3.1.1 +----- + + * Bug fix: Allow for nested TabView widgets. [Ticket 2528737] + * Bug fix: Removed default styling from core CSS. [Ticket 2528782] + + +3.1.0 +----- + + * Initial release