History log of /yui3/src/attribute/build.out
Revision Date Author Comments Expand
fdaf522f78615dc3145b1771f6f8daba2df06bb6 13-Dec-2011 Satyen Desai <sdesai@yahoo-inc.com>

Broke up Y.Attribute into: Y.AttributeCore (Attribute without Events, or lesser used features) Y.AttributeEvents (AttributeEvent support) Y.AttributeExtras (Attribute lesser used features) Y.Attribute remains 100% backwards compatible. Attribute/Base/Widget/Plugin/App/Node/WidgetParentChild tests all pass. Y.State's internal data structure was changed. If you're accessing the private _state.data's fields directly, you'll need to change code. HISTORY.md has details.