Skip to content

YUI 3.7.3 Change History Rollup

ericf edited this page Oct 17, 2012 · 3 revisions

App Framework Change History

App

  • Add support for App Transitions in browsers which support native CSS3 transitions without using vendor prefixes. This change means IE10 and Opera get view transitions.

Console Change History

  • Remove for attribute from Console's HTML templates. There is a bug in the WinJS runtime for Windows 8 apps that causes an error to be thrown incorrectly when certain element attributes used. [Ticket #2532792]

DataSchema Change History

  • Implemented a partial fix for allowing XPath access to XML elements in IE10 Desktop, Metro, and WinJS environments. A known issue of IE10 WebView not allowing XPath addressing is still standing. [Ticket #2532796]

DataSource Change History

  • datasource-xmlschema now forces input through the Y.XML parser. [Ticket #2532838]

Drag and Drop Change History

  • 2532718 don't stop gesture start, but prevent gesture move to allow clicks
  • 2532837 Unreg gesturemoveend on _unprep
  • Switched DD over to Y.UA.touchEnabled
  • DD should completely pass lint now

Rich Text Editor Change History

  • 2532807 fixed regex for ie10
  • Converted some tests to work in IE10 better
  • Convert innerHTML iframe creation to DOM for IE 10
  • Should completely pass lint now

Gestures Change History

  • event-move supports the -ms-touch-action property in IE10. Nodes subscribing to events defined in event-move will have their styles updated to -ms-touch-action:none. It will be reset when listeners are detached.

http://msdn.microsoft.com/en-us/library/windows/apps/hh767313.aspx

Event Infrastructure Change History

Get Utility Change History

IO Utility Change History

  • Fixed issue in Chrome where form submits with upload: true were not working properly. [Ticket #2531860]

  • Add empty() method to io-queue which clears out all requests waiting to be sent. [Pull Request #282] [Julien Sanchez]

JSON Utility Change History

  • Updated to use native JSON when in Node.js

Resize Utility Change History

  • Should completely pass lint now

Sortable Utility Change History

  • Should completely pass lint now

Transition Change History

  • Add support for non-vendor-prefixed syle and CSS properties. Y.Transition now supports IE10 and Opera.

  • Transition durations are now normalized from seconds to milliseconds before updating the node's style. Note: This does not affect the public API which still uses second-based duration times.

Widget Buttons Change History

  • Fixed bug with a widget's defaultButton changing by binding to the defaultButtonChange event in WidgetButtons' initializer().

XML Change History

  • Modified the XML parsing to use the new Windows XML parsing APIs when they are available. This is a partial fix. [Ticket #2532796]

YQL Change History

  • Added yql-winjs and yql-nodejs modules for native interactions in these environment

YUI Core Change History

  • Adding Y.UA.touchEnabled boolean to use in conditional modules
  • 2532797 - Added IE10 ua fixing for Windows8 WinJS
  • 2532675 - Remove the second air property

2

Clone this wiki locally