
Ext GWT Library Release Notes
General Changes & Enhancements
- Added Grid and related classes
- Added Grid GroupingView & LiveGridView
- Added EditableGrid
- Added PagingToolBar
- Added TreeGrid and related class
- Applied Cell support to Tree, ListView, Grid, TreeGrid
- Added ColorPalette & ColorMenu
- Added MenuBar
- Added FieldSet and FileUploadField
- Added ButtonGroup
- Added CenterLayoutContainer
- Added HtmlLayoutContainer
- Added PortalLayoutContainer
- Added AccordionLayoutContainer
- Implemented CssFloatLayoutContainer
- Added AdapterField, ListField, & DualListField
- Added Slider
- Added Tree and Grid DND
- Add Writer API to Loading and Store API
- Added CommonStyles & ThemeStyle
- Added many more examples to Explorer
API Changes
- Split GXT module into several modules
- Collapsed all Handler and HasHandler interfaces as inner classes in Event
- Added missing features to BorderLayoutContainer
- Removed ComponentAttachable as Widgets now fire attach / detach event
- Removed Html and Text in favor of GWT HTML and Label
- Refactored GXT class
- Moved overflow support from ToolBar to HBoxLayoutContainer
- Added AutoScrolSupport and ScrollSupoprt classes
- Added HandlerManagerContext and DefaultHandlerManagerContext
Bug Fixes
- [EXTGWT-873] - Charts do not render in safari 3.
- [EXTGWT-893] - Unable to scroll in main panel in examples
- [EXTGWT-931] - Several Menu bugs (using old appearance, key board nav not working, items moving on mouse over, check an radio items not working)
- [EXTGWT-915] - Too many tabs wrap to a new line instead of scrolling
- [EXTGWT-923] - Tabs don't appear to be connected to their content area "sheet"
- [EXTGWT-1007] - Menu height is wrong first time a menu is displayed.
- [EXTGWT-1008] - Layer keeps creating new shims rather than pulling from stack
- [EXTGWT-1009] - Window ghost styles not appearance based, and ghost not rendering properly
- [EXTGWT-1015] - IE6 and IE7 buttons have several rendering issues
- [EXTGWT-1018] - IE6 and IE7 content not scrolling in many places
- [EXTGWT-1028] - At least TabPanel does not check before injecting its styles multiple times.
- [EXTGWT-1029] - Field error marker (red line in field) no filling width
- [EXTGWT-1054] - Menu not auto hiding on escape and click outside of menu region
- [EXTGWT-1057] - ListStore on load fires add event, not data changed event
- [EXTGWT-1060] - RequestFactoryBinding example is throwing an exception
- [EXTGWT-1067] - VBox & HBox UiBinder examples fail in production mode
- [EXTGWT-1068] - Clicking on scroll bar in ListView causes ComboBox to collapse
- [EXTGWT-1074] - Pie example labels appear outside of pie chart.
- [EXTGWT-1085] - Grid scroll into view not working when navigation rows
- [EXTGWT-1087] - Component unselectable not working, text can be selected
- [EXTGWT-1088] - TabPanel is disabling context menu for entire container, rather than header alone
- [EXTGWT-1091] - ButtonExample is crashing browser in IE6
- [EXTGWT-1092] - There is no way to disable a tab item in TabPanel
General Changes & Enhancements
- Converted fields to be cell based
- Refactored field validation and error handling
- Refactored how buttons are configured in dialogs
- New async based state management
- Added ListView DND code and examples
- Added chart tootips
- Added chart series labels
- Added several new examples