Table of Contents

qooxdoo 0.8.3 (2009-09-10)

Summary

qooxdoo 0.8.3 is a solid maintenance/bugfix release. A main focus was on consolidating and stabilizing some of the framework’s API, so you should expect quite a number of deprecations. Those typically won't affect yourbuild" version. Instead, the deprecation warnings of your "source" version will be a rather straightforward guide you'd follow to replace legacy API manually. The 0.8.3 release also continues to ship with some larger features that are either new () or have matured (data binding).

It is recommended that users upgrade their existing to this latest stable version.

Highlights

Framework

Core

Global Error Handling
Type checks
Client Detection
Internet Explorer
Debugging
Translation

Application

Transport

Low-level

GUI Toolkit

UI Core

Selection API
Tooltips
Blocker
Appearance
Misc

Data Binding

Layouts

Flow Layout

Widgets

Flash
ThemedIframe
RadioGroup
Menu
ComboBox and SelectBox
Spinner
DateField
Resizable Widgets
Table
TabView
SplitPane
List
Misc

Virtual Widgets

Theming

HBox/VBox Decorators
 
* Since version 0.8 of qooxdoo we have the Grid decorator. The Grid decorator can be used to set an image background in a way that scales the inner parts but leaves the border images intact. The grid is very powerful but in some cases it might not be necessary to resize the widget in both dimension. For the special case that a widget is only stretched in one dimension we have added the HBox and VBox decorators. They use three images and only scale the middle image. In comparison to the Grid decorator, the HBox/VBox decorators require 6 DOM elements less.
Misc

Form handling

Applications

Inspector

Demobrowser

Playground

Feedreader

Test Runner

Tooling

The qooxdoo tool chain saw a lot of bugfixes, refactoring and refinement.

Generation

Configuration

Optimization

Code Validation

Contributions

Documentation

Migration