Changeset 914 for trunk/UPGRADE

Show
Ignore:
Timestamp:
04/15/2006 09:35:46 AM (3 years ago)
Author:
xue
Message:

Merge from branch 3.0 till 913.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADE

    r872 r914  
    1717Upgrading from v3.0.0 RC1 
    1818------------------------- 
    19 - !!! The context of template expression/statements/databinding tags 
    20   is changed to the control owning the template. Previously, it was 
    21   the control representing the tag. 
     19- !!! Expressions appeared in a template are now evaluated in PreRender 
     20  stage. Previously, for template expressions, they are evaluated during 
     21  rendering stage, while for property expressions, they are done right 
     22  after the controls are constructed. 
     23- !!! The context of the expressions appeared in a template is changed 
     24  to the template control. Previously, it is the component/control 
     25  associated with the expression. 
    2226- !!! List controls databound with integer-indexed arrays will have 
    2327  the integers as their list item values. Previously, it used the array