History log of /yui3/src/attribute/js/AttributeCore.js
Revision Date Author Comments Expand
3f06abe9e62a6f13d506c568f6f40017cb856df9 06-Mar-2012 Satyen Desai <sdesai@yahoo-inc.com>

Fixed regression - Y.augment(node, Y.Attribute) not firing valueChange events. Fixes #2531851

a974c18dc62adf597b870e3eefd73345ca2df66e 01-Feb-2012 Satyen Desai <sdesai@yahoo-inc.com>

Pass attribute name to valueFn. Fixes #2530503

973e2309557e11c2dda6a3f764a503398ac26272 20-Dec-2011 Satyen Desai <sdesai@yahoo-inc.com>

API doc cleanup. No -min files were hurt in the making of this commit point

42ca760bb9929dcdf6624637a7613f6f1ebcb4b4 16-Dec-2011 Satyen Desai <sdesai@yahoo-inc.com>

* Added BaseCore Tests * Fixed AttributeCore to handle Base and BaseCore references (thanks to tests) * Fixed whitespace in Attribute docs.

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.