qooxdoo 1.0-beta1 is a preview release for the upcoming 1.0 version.
qx.html.element.Style.setStyles has been improvedqx.lang.String.padqx.event.Command has been split up into two different classes. One, qx.bom.Shortcut, handles the shortcut functionality. The other, qx.ui.core.Command is the high level command.qx.bom.client.Browser which can be used to get the browser name and version number. Thanks to Sebastian Werner for contribution.qx.bom.Viewport and qx.bom.Document.isStandardMode on qx.bom.Document, this is now fixed.qx.util.DisposeUtil.disposeTriggeredBy()qx.io2.ImageLoaderqx.io.remote.RequestQueue stopped sending when too many requestHandler throw an exception. Applied a patch that places the request handler in a try/catch block to prevent a program crash upon exception. If an exception is thrown, an "aborted" message is now issued to the application.hashchange event and IE support has been improved. Additionally the state is now available as property which makes it bindable.grey as valid color, because this is not a valid color for IE6 and IE7.wrap to qx.ui.basic.Label, to allow or deny line breaks. But this feature only works with rich labels.blockToolTip to qx.ui.core.Widget to disable a tool tip.qx.ui.basic.Image widget during runtime.unblock and unblockConten behavior from our Blocker. Both methods take now care of the number of block and blockContent calls, before the Blocker is removed. To force a unblock, two new methods are added forceUnblock and forceUnblockContent.Table to the Selection API and renamed the clearSelection method to resetSelection.setColumnsOrder(), the remote table model new setters for attributes sortColumnIndex and sortAscendinggetPreviousSiblingOf() method of Tree has new param allowing search to be restricted to current nest levelthis and you can type the tab key without having a valid sub key like qx..throw information will now be displayed for every method which can throw errors.extend and run config keys now allow the use of macros; bear in mind that these keys are evaluated very early, so the referenced macros should usually be within the same file to take effectqx.util.ColorUtil.hsbToRgb now returns the RGB value as array instead of a map.