Differences
This shows you the differences between two versions of the page.
|
project:release_notes:2.0.1 [2012/07/02 16:42] mwittemann |
project:release_notes:2.0.1 [2012/07/03 17:33] (current) ecker |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== qooxdoo 2.0.1 (2012-07-02) ====== | + | ====== qooxdoo 2.0.1 (2012-07-03) ====== |
| Line 15: | Line 15: | ||
| ===== qx.Website ===== | ===== qx.Website ===== | ||
| - | * The SDK now contains a pre-built qx.Website API viewer. | + | * Fixed build optimization which had removed some public methods. |
| - | * The file names now contain the version. | + | * The library file names now contain the explicit version number, e.g. //q-2.0.1.min.js// |
| * Corrected some API documentation. | * Corrected some API documentation. | ||
| - | * Added extend and overridden hints to the API viewer. | + | * The SDK now contains a pre-built qx.Website API viewer. |
| - | * Fixed the optimization which removed some public methods. | + | * Added hints for extending and overriding to the API viewer. |
| ===== qx.Desktop ===== | ===== qx.Desktop ===== | ||
| - | * Added missing migration entry for migrating to 2.0. | + | * Added missing migration entry for migrating to 2.0.1. |
| - | * Fixed broken appearance of error tooltips in the modern theme. | + | * Fixed broken appearance of error tooltips in the Modern theme. |
| ===== qx.Server ===== | ===== qx.Server ===== | ||
| - | * The file names now contain the version. | + | * The file names now contain the version, e.g. //qx-oo-2.0.1.js// |
| * Runtime checks are now included. | * Runtime checks are now included. | ||
| ===== Applications ===== | ===== Applications ===== | ||
| - | ==== Feature Configuration Editor ==== | + | * Feature Configuration Editor: Fixed calculation of duplicate entry detection. |
| - | * Fixed calculation of duplicate entry detection. | + | |