Changelog

From DaamWiki

Jump to: navigation, search

Listing of changes in each release. Changes.txt in daam.jar contains a more detailed list.

Changes in Release 1.0.3:

  • Google Appengine compatibility
  • addStyleClass and removeStyleClass methods, and visible property on controls
  • RichTextField from GWT Showcase integrated
  • bugfixes

Changes in Release 1.0.2:

  • Application event system to communicate between container components
  • New GWT Widget integrations: Hyperlink, RadioButton/RadioGroup, FileUpload, TabPanel, StackPanel, DisclosurePanel, DockPanel, ScrollPanel
  • GWT SplitPanels are also integrated but they're not working properly under Firefox in many situations (in GWT itself)
  • The method handleException on AbstractContainerComponent to handle exceptions thrown in event processing
  • HTML styleclass property added to all controls
  • Proper handling of UTF-8 characters
  • Row-, column- and cellformatter on the Table control
  • Refactored rendering and client side control initialization methods.
  • Some bugfixes

Changes in Release 1.0.1:

  • Refactored client-side control integration classes
  • Immediate property on fields
  • Enabled property on fields
  • UserObject support