Skip to content

Commit

Permalink
deploy: 56ad855
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulanger committed May 2, 2024
1 parent dce25db commit 7d8caba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion v7.7/_variables.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"qooxdoo": {
"version": "7.7.0"
"version": "7.7.1"
}
}
17 changes: 10 additions & 7 deletions v7.7/release-notes.7.0.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Qooxdoo Release Notes

## Fixes for v7.7.1
For a full list of changes see https://github.com/qooxdoo/qooxdoo/commits/master?branch=master&qualified_name=refs%2Fheads%2Fmaster&since=2024-04-13&until=2024-05-02

## New features in v7.7
- Better Typescript generation:
Previously, the compiler only output typescript definitions as it compiled, but this caused problems because not all targets support all javascript files (eg browser vs node code)
Expand All @@ -16,17 +19,17 @@

- add stack trace to $$createdAt, see https://github.com/qooxdoo/qooxdoo/pull/10683

For a full list of changes see https://github.com/qooxdoo/qooxdoo/commits/master?branch=master&qualified_name=refs%2Fheads%2Fmaster&since=2023-12-07&until==2024-04-12
For a full list of changes see https://github.com/qooxdoo/qooxdoo/commits/master?branch=master&qualified_name=refs%2Fheads%2Fmaster&since=2023-12-07&until=2024-04-12


## Fixes for v7.6.3
For a full list of changes see https://github.com/qooxdoo/qooxdoo/commits/master?branch=master&qualified_name=refs%2Fheads%2Fmaster&since=2023-10-05&until==2023-12-06
For a full list of changes see https://github.com/qooxdoo/qooxdoo/commits/master?branch=master&qualified_name=refs%2Fheads%2Fmaster&since=2023-10-05&until=2023-12-06

## Fixes for v7.6.2
For a full list of changes see https://github.com/qooxdoo/qooxdoo/commits/master?branch=master&qualified_name=refs%2Fheads%2Fmaster&since=2023-07-29&until==2023-10-04
For a full list of changes see https://github.com/qooxdoo/qooxdoo/commits/master?branch=master&qualified_name=refs%2Fheads%2Fmaster&since=2023-07-29&until=2023-10-04

## 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
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:
Expand All @@ -40,15 +43,15 @@ improved support for webfonts:

The benefits of all this is faster compiles, with smaller build targets - and no space consumed by the `materialicon` fonts if they are not used (as this was the case in the earlier 7.x releases).

For a full list of changes see https://github.com/qooxdoo/qooxdoo/commits/master?branch=master&qualified_name=refs%2Fheads%2Fmaster&since=2023-02-21&until==2023-04-13
For a full list of changes see https://github.com/qooxdoo/qooxdoo/commits/master?branch=master&qualified_name=refs%2Fheads%2Fmaster&since=2023-02-21&until=2023-04-13


## Fixes for v7.5.1
For a full list of changes see https://github.com/qooxdoo/qooxdoo/commits/master?branch=master&qualified_name=refs%2Fheads%2Fmaster&since=2023-01-17&until==2023-02-20
For a full list of changes see https://github.com/qooxdoo/qooxdoo/commits/master?branch=master&qualified_name=refs%2Fheads%2Fmaster&since=2023-01-17&until=2023-02-20

## New features in v7.5
- add Indigo dark theme to qooxdoo
For a full list of changes see https://github.com/qooxdoo/qooxdoo/commits/master?branch=master&qualified_name=refs%2Fheads%2Fmaster&since=2022-11-27&until==2023-01-16
For a full list of changes see https://github.com/qooxdoo/qooxdoo/commits/master?branch=master&qualified_name=refs%2Fheads%2Fmaster&since=2022-11-27&until=2023-01-16

## New features in v7.4
- compile.json: localModules can now be used in the root of the file. So you can address the modules for all applications.
Expand Down

0 comments on commit 7d8caba

Please sign in to comment.