summaryrefslogtreecommitdiff
path: root/UPGRADE
diff options
context:
space:
mode:
authorxue <>2006-04-15 14:35:46 +0000
committerxue <>2006-04-15 14:35:46 +0000
commit70944795827cffd1bd5a27a9c4a99eb1434f905f (patch)
tree8c77df484074d8a104a4646a4e2fa6c051324ed4 /UPGRADE
parent3ba2c4fbc3a5e07d3f51dc2a89e9eed24b9f2a16 (diff)
Merge from branch 3.0 till 913.
Diffstat (limited to 'UPGRADE')
-rw-r--r--UPGRADE10
1 files changed, 7 insertions, 3 deletions
diff --git a/UPGRADE b/UPGRADE
index b7bbd35b..b9213eb8 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -16,9 +16,13 @@ for both A and B.
Upgrading from v3.0.0 RC1
-------------------------
-- !!! The context of template expression/statements/databinding tags
- is changed to the control owning the template. Previously, it was
- the control representing the tag.
+- !!! Expressions appeared in a template are now evaluated in PreRender
+ stage. Previously, for template expressions, they are evaluated during
+ rendering stage, while for property expressions, they are done right
+ after the controls are constructed.
+- !!! The context of the expressions appeared in a template is changed
+ to the template control. Previously, it is the component/control
+ associated with the expression.
- !!! List controls databound with integer-indexed arrays will have
the integers as their list item values. Previously, it used the array
values as the list item values.