diff options
author | xue <> | 2006-04-07 03:32:11 +0000 |
---|---|---|
committer | xue <> | 2006-04-07 03:32:11 +0000 |
commit | 370c682479edb2fd3f40ee701f7bb4ef088e8283 (patch) | |
tree | d5fee37ac2b40a3a984bf860bce09562a8532040 /UPGRADE | |
parent | 8b7717c06b86262d188827fb26a4bfb2e480c256 (diff) |
Breaking change!! Optimized the representation and evaluation of template expression, statements and databind tags.
Diffstat (limited to 'UPGRADE')
-rw-r--r-- | UPGRADE | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -1,6 +1,6 @@ - Upgrading Instructions for PRADO Framework v3.0RC1
- ==================================================
+ Upgrading Instructions for PRADO Framework v3.0.0 RC2
+ =====================================================
!!!IMPORTANT!!!
@@ -14,8 +14,14 @@ version B between A and C, you need to following the instructions for both A and B.
-Upgrading from v3.0b
---------------------
+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.
+
+Upgrading from v3.0.0 beta
+--------------------------
- THttpSession.UseCustomStorage replaces the previous Storage.
- Pagers in TDataGrid are now enclosed within panels. The event indicating
their creation is changed to OnPagerCreated instead of OnItemCreated.
@@ -27,8 +33,8 @@ Upgrading from v3.0b TLogger, TLogRouter, TDataFieldAccessor, TSimpleDateFormatter are moved to System.Util
-Upgrading from v3.0a
---------------------
+Upgrading from v3.0.0 alpha
+---------------------------
All event names must start with 'On'.
|