Skip to content

Commit

Permalink
Qookery 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikolaidis committed Mar 3, 2019
1 parent bdb8bd1 commit 74a8017
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 8 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.6.0] - 2019-03-03

* New qookery.IAttributeSet interface simplifies attribute handling
* New form readiness facility gives XML authors a useful $.Form.isReady() to act upon
* The location of external libraries is now configurable by the application author
* New elements <canvas>, <combo-box>, <menu-button>, <split-button>
* <rich-text>, <html>, <scroll> and others improved and/or corrected
* Drag'n'drop attributes added
* Code style checking switched to Tern

## [0.5.0] - 2018-07-25

* <script> configurable debouncing and recursion prevention
Expand Down
2 changes: 1 addition & 1 deletion qookery/Manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{ "name": "Stelios Joseph Karras (jkarr)", "email": "[email protected]" },
{ "name": "Nikos Lamprakis (nikoslam)", "email": "[email protected]" }
],
"version": "0.5.0",
"version": "0.6.0",
"qooxdoo-versions": [ "5.0.2", "6.0.0" ],
"qooxdoo-range" : "^6.0.0-alpha"
},
Expand Down
5 changes: 3 additions & 2 deletions qookeryace/Manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
"homepage": "http://www.qookery.org/",
"license": "Apache License 2.0",
"authors": [
{ "name": "George Nikolaidis (geonik)", "email": "[email protected]" }
{ "name": "George Nikolaidis (geonik)", "email": "[email protected]" },
{ "name": "Jenny Pliatsika (jenny)", "email": "[email protected]" }
],
"version": "0.5.0",
"version": "0.6.0",
"qooxdoo-versions": [ "5.0.2", "6.0.0" ],
"qooxdoo-range" : "^6.0.0-alpha"
},
Expand Down
2 changes: 1 addition & 1 deletion qookerycalendar/Manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{ "name": "George Nikolaidis (geonik)", "email": "[email protected]" },
{ "name": "Stelios Joseph Karras (jkarr)", "email": "[email protected]" }
],
"version": "0.5.0",
"version": "0.6.0",
"qooxdoo-versions": [ "5.0.2", "6.0.0" ],
"qooxdoo-range" : "^6.0.0-alpha"
},
Expand Down
2 changes: 1 addition & 1 deletion qookerydemo/Manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{ "name": "Stelios Joseph Karras (jkarr)", "email": "[email protected]" },
{ "name": "Nikos Lamprakis (nikoslam)", "email": "[email protected]" }
],
"version": "0.5.0",
"version": "0.6.0",
"qooxdoo-versions": [ "5.0.2", "6.0.0" ],
"qooxdoo-range" : "^6.0.0-alpha"
},
Expand Down
2 changes: 1 addition & 1 deletion qookerymaps/Manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{ "name": "George Nikolaidis (geonik)", "email": "[email protected]" },
{ "name": "Stelios Joseph Karras (jkarr)", "email": "[email protected]" }
],
"version": "0.5.0",
"version": "0.6.0",
"qooxdoo-versions": [ "5.0.2", "6.0.0" ],
"qooxdoo-range" : "^6.0.0-alpha"
},
Expand Down
2 changes: 1 addition & 1 deletion qookerymobile/Manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{ "name": "George Nikolaidis (geonik)", "email": "[email protected]" },
{ "name": "Stelios Joseph Karras (jkarr)", "email": "[email protected]" }
],
"version": "0.5.0",
"version": "0.6.0",
"qooxdoo-versions": [ "5.0.2", "6.0.0" ],
"qooxdoo-range" : "^6.0.0-alpha"
},
Expand Down
2 changes: 1 addition & 1 deletion qookeryrichtext/Manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{ "name": "George Nikolaidis (geonik)", "email": "[email protected]" },
{ "name": "Stelios Joseph Karras (jkarr)", "email": "[email protected]" }
],
"version": "0.5.0",
"version": "0.6.0",
"qooxdoo-versions": [ "5.0.2", "6.0.0" ],
"qooxdoo-range" : "^6.0.0-alpha"
},
Expand Down

0 comments on commit 74a8017

Please sign in to comment.