Smart GWT Release Notes

Release Notes for Smart GWT 3.1

New Features

General
Component-specific features
DataBinding and data management features

Bug fixes / Enhancements

ListGrid
TreeGrid, ColumnTree
CubeGrid
Calendar
DynamicForms
Printing
Drawing
Charting / FacetCharts
DataBinding
RPCManager
Server Features
Other UI components
ScreenReader mode changes
Selenium Integration
Miscelaneous other changes

Release Notes for Smart GWT 3.0

Backwards compatibility notes

Smart GWT upgrades are fully backwards-compatible unless otherwise noted. For all new APIs which replace existing APIs, the older versions will continue to be supported (though marked as deprecated), with the following exceptions:

New features and fixes

Release Notes for Smart GWT 2.4

Release Notes for Smart GWT 2.4

Release Notes for Smart GWT 2.2

Release Notes for Smart GWT 2.1

Release Notes for Smart GWT 2.0

Release Notes for Smart GWT 1.3

In this release the SmartGwt modules have been slightly refactored so that by default the compile output does not include debug sources, unused resources, developer tools etc. Some users were getting the wrong impression that the size of the compiled output was the size of their application. Most users are probably using either com.smartgwt.SmartGwt or com.smartgwt.SmartGwtNoScript and will be unaffected by this refactoring. You will only notice that the compile output is a lot smaller as it does not include the debug / readable source js files, and the developer console files. The most important change to keep in mind is that in order to use the Developer Console (ie SC.showConsole() ), you will now need to inherit the following module : <inherits name="com.smartgwt.tools.SmartGwtTools"/>

Users that happen be using com.smartgwt.SmartGwtDebug will need to inherit com.smartgwt.debug.SmartGwtDebug instead.

Release Notes for Smart GWT 1.2

Release Notes for Smart GWT 1.1

Key API's added

DateUtil

DataBoundComponent

DataSource and DataSourceField

Window

Forms

Column Tree (Miller Columns)

ListGrid

SectionStack (Accordion)

TreeGrid

Release Notes for Smart GWT 1.0 b2

Release Notes for Smart GWT 1.0 b1

Initial Release