Just a week after the last release we are really happy to announce the next one today.

Some cleanups to the API were made: Class names (including their namespace prefix) were made more user-friendly by removing redundant parts, e.g. qx.dom.DomLocation was renamed to qx.dom.Location. Obsolete constants were removed. Several classes were modified to benefit from the new string optimizing feature that does not require artificial string constants anymore.

A much improved key event handling was introduced. The new handling provides a common subset for key events across all supported browsers. This is the most comprehensive key event abstraction layer in JavaScript frameworks we know of. Existing application code may need manual modification to continue to work as expected and to take advantage of the more robust features of the new key event handler.

Automatic migration support is available that should significantly reduce the time and effort to upgrade existing user applications to the new qooxdoo release.

For more detailed information about qooxdoo 0.6.3 please consult the corresponding release notes.

Enjoy!