54697dedbf9ef519ad7fb04850623c3039e7d804 |
|
22-Jul-2011 |
Satyen Desai <sdesai@yahoo-inc.com> |
widget-base is the skinnable:true module, not widget. Fixes use('widget') not pulling in widget css |
d2854acf6eef44cf0aca645de3a37cca1388f51a |
|
10-Jun-2011 |
Dav Glass <davglass@gmail.com> |
Updated *.properties files to comment out the global.build.component in each *.properties file so modules are no longer built into a rollup build dir, they are expanded into a per module directory structure |
29afd16857b8e8576a30726670e89a39af7a31ab |
|
10-May-2011 |
Satyen Desai <sdesai@yahoo-inc.com> |
Removed node-event-delegate from widget-base. It's only needed for widget-uievents. Fixes #2530243
(Removed Build Files) |
787ab2d836a2419cedf3cc46b72c0522fbfd5e93 |
|
10-May-2011 |
Satyen Desai <sdesai@yahoo-inc.com> |
Removed node-event-delegate from widget-base. It's only needed for widget-uievents. Fixes #2530243 |
f7d11f5228c193f09694ef6736478258b53e672c |
|
19-Jul-2010 |
Satyen Desai <sdesai@yahoo-inc.com> |
Reducing widget dependencies, to just what the Widgetbase class
actually uses + base-pluginhost.
Dependency changes:
requires base-base, base-pluginhost instead of base
requires node-base, node-style, node-event-delegate instead of node
Also, added base-build to the widget-* extensions, so that Base.build
is present when you pull in any extensions; to minimize impact.
Users who were implicitly relying on the complete node or base package
which came with widget, will need to 'use' the missing modules.
Fixes #2528653 |
8f943638800c6b5b82cb3c907e03f02186b562f8 |
|
17-Feb-2010 |
Satyen Desai <sdesai@yahoo-inc.com> |
Moved original widget strings impl to a seperate module - widget-locale. It is deprecated, in favor of the new Y.Intl external string package support |
77cb3c93f213a335da49d4204794aa69920b8355 |
|
12-Jan-2010 |
Satyen Desai <sdesai@yahoo-inc.com> |
Added sub-module loader meta-data for widget, cleaned up YUI.add meta-data for widget, added temp name check to loader getModule - needs perm. fix |
d57e8af4277d928d616e3b91b4b26693d18903e1 |
|
23-Dec-2009 |
Satyen Desai <sdesai@yahoo-inc.com> |
Split 'widget' module into sub-modules. Made kweight optimization pass. Removed moveStyles support (beta feature, which is not currently used/required). Made render event fireOnce. Renamed DOM_EVENTS to UI_EVENTS and changed supporting method names accordingly (DOM_EVENTS added recently, post 3.0 - will require WidgetParent/WidgetChild sync up). 'widget' rollup module funcitonality should remain unchanged apart from moveStyles removal, and DOM_EVENTS related name changes. Ran through test cases and examples on FF/Safari/IE. README has details |