diff --git a/v7.6/_variables.json b/v7.6/_variables.json index facc95a..7a9a19f 100644 --- a/v7.6/_variables.json +++ b/v7.6/_variables.json @@ -1,5 +1,5 @@ { "qooxdoo": { - "version": "7.6.0" + "version": "7.6.1" } } \ No newline at end of file diff --git a/v7.6/desktop/gui/resources.md b/v7.6/desktop/gui/resources.md index e81c246..75c36f9 100644 --- a/v7.6/desktop/gui/resources.md +++ b/v7.6/desktop/gui/resources.md @@ -30,12 +30,15 @@ you will shadow the file of the same resource id in the framework. ## Declaring resources in the code -You have to declare the resources you wish to use in your application code in an -`@asset` compiler hint near the top of your source file. +You have to declare the resources you wish to use in your application code in a jsdoc +`@asset` compiler hint near the top of your source file. Note that the comment +must start with a slash and two stars (`/**`) or the jsdoc parser will ignore it +– neither `/*` nor `/***` will work! This problem can be hard to find, since all assets +declared in such an inactive comment will simply be ignored +there won't be a warning or anything. ```javascript /** - * * @asset(myapp/icons/16/folder-open.png) */ ``` @@ -49,7 +52,6 @@ use simple (shell) wildcards to specify a whole set of resources: ```javascript /** - * * @asset(myapp/icons/16/*) */ ``` diff --git a/v7.6/development/testing/unit_testing.md b/v7.6/development/testing/unit_testing.md index b698407..e0343aa 100644 --- a/v7.6/development/testing/unit_testing.md +++ b/v7.6/development/testing/unit_testing.md @@ -64,7 +64,7 @@ To run browser based test you have to ```json "environment": { - "testtapper.testNameSpace": "myapp.test" + "qxl.testtapper.testNameSpace": "myapp.test" }, ``` diff --git a/v7.6/release-notes.7.0.md b/v7.6/release-notes.7.0.md index 44ead13..e0753e0 100644 --- a/v7.6/release-notes.7.0.md +++ b/v7.6/release-notes.7.0.md @@ -1,5 +1,8 @@ # Qooxdoo Release Notes +## Fixes for v7.6.1 +For a full list of changes see https://github.com/qooxdoo/qooxdoo/commits/master?branch=master&qualified_name=refs%2Fheads%2Fmaster&since=2023-04-13&until==2023-07-28 + ## New features in v7.6 improved support for webfonts: