History log of /yui3/src/attribute/build-core.xml
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.

193b93dd8460b170c9d16b72294feb92953f98bd 07-Aug-2009 Satyen Desai <sdesai@yahoo-inc.com>

Broke out Complex Attribute Constructor support (new Foo({x.y.z = 'foo', x = 'bar'}). Tweaked _stateProxy set up in constructor to avoid destroying it, if it already exists.