From 370c682479edb2fd3f40ee701f7bb4ef088e8283 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 7 Apr 2006 03:32:11 +0000 Subject: Breaking change!! Optimized the representation and evaluation of template expression, statements and databind tags. --- UPGRADE | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'UPGRADE') diff --git a/UPGRADE b/UPGRADE index a811738d..391c55ff 100644 --- a/UPGRADE +++ b/UPGRADE @@ -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'. -- cgit v1.2.3