diff -r 322d0feea350 -r 89ef5ed3c48b src/cm/media/js/lib/yui/yui_3.10.3/releasenotes/HISTORY.dom.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cm/media/js/lib/yui/yui_3.10.3/releasenotes/HISTORY.dom.md Tue Jul 16 14:29:46 2013 +0200 @@ -0,0 +1,122 @@ +DOM Change History +================== + +3.10.3 +------ + +* No changes. + +3.10.2 +------ + +* No changes. + +3.10.1 +------ + +* No changes. + +3.10.0 +------ + +* [!] Removed `dom-deprecated` module. [Ryuichi Okumura] + +3.9.1 +----- + +* No changes. + +3.9.0 +----- + +* No changes. + +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 +----- + +* Added `transformOrigin` and `msTransform` to `dom-style`. + +3.6.0 +----- + + * No changes. + +3.5.1 +----- + * Bug fix: Fix multiple grouped queries for IE. [Ticket 2532155] + + +3.5.0 +----- + * Bug fix: Comments are now filtered from IE child queries. [Ticket 2530101] + * Bug fix: Root node border correctly accounted for in IE. [Ticket 2531246] + * Added Y.DOM.getScrollbarWidth() to return the width of a scrollbar in the current user agent + + +3.4.1 +----- + + * No changes. + +3.4.0 +----- + + * The ancestor/ancestors methods now accept an optional stopAt function. + +3.3.0 +----- + + * IE alpha filter for opacity no longer affects existing filters. + * Fixes for IE9, Firefox 4, and Chrome creators. + * setStyle(node, '') now clears inline styles. + * adds ancestors method. + +3.2.0 +----- + + * CSS "transform" vendor prefix is now optional with set/getStyle. + * Bug fix: IE6/IE7 were failing inDoc checks for cloned nodes. [Ticket 2529232] + + +3.1.1 +----- + + * Bug fix: viewportRegion() was incorrectly documented. [Ticket 2528756] + + +3.1.0 +----- + + * adds support for hypenated attributes. + * Bug fix: iOS already includes scroll amount. [Ticket 2528390] + +3.0.0 +----- + + * initial release. +