This release contains some bugs fixes, and particularly some IE related issues for a dialog when closed on the server side. Please, let us know if you still have problems.
On the news side, and for debug purposes, there is a new 'dumpObject' control that dumps the content of an object to the page. This is very valuable during the development phase as it helps understanding what's behind the scene. It can dump Java objects, JavaScript objects, and it uses an extension point to provide a custom dump (property retrieval). Default implementations are provided for Domino documents, UserBean, and other standard objects (see the demo DB, Core/Debugging page).
To dump an object, drop the object to the page and either set its objectNames or value property.
Enjoy!