diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2009-12-18 09:05:06 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2009-12-18 09:05:06 +0000 |
commit | b33ae7fb053888d24b6036bf2f1c9c2d21747922 (patch) | |
tree | 3ef7469174760461fdb5592ce02276516a80146a /WebContent/release-notes.html | |
parent | 6e4604e7b717f27006fae8d47d208c9d3b76adc6 (diff) | |
download | vaadin-framework-b33ae7fb053888d24b6036bf2f1c9c2d21747922.tar.gz vaadin-framework-b33ae7fb053888d24b6036bf2f1c9c2d21747922.zip |
added more info about variable handling change
svn changeset:10416/svn branch:6.2
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r-- | WebContent/release-notes.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index c1de7cdc74..8fcf6343b1 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -79,7 +79,16 @@ public class ColorPicker extends AbstractField {</pre> <li>On the client-side:</li> <ul> <li>Ability to check if a listener is registered on the server-side</li> - <li>Typed arrays and maps can now be sent to server with <tt>updateVariable()</tt></li> + <li>Typed arrays and maps can now be sent to server with <tt>updateVariable()</tt> + <ul> + <li>Note! One regression on update process may appear that is + related to this change. Issue exists on custom tailored components + that send object arrays to server. Previously Object[] types from + clients side became type of String[] on server side. This invalid + behaviour is now fixed and an Object[] sent from client side is an + Object[] on server side.</li> + </ul> + </li> </ul> </ul> <li>Refactoring widget sets has also provided some optimizations for rendering</li> |