Releases: ergobyte/qookery
Releases · ergobyte/qookery
Next version pre-release
v0.7.0-pre Updated demo application to showcase new module.objectid support
Version 0.6.0
What's new:
- 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
Version 0.5.0
What's new:
- <script> configurable debouncing and recursion prevention
- Support for on-demand dependencies, their resolution happening lazily as needed
- XML namespaces may be freely set at any element with expected results
- Cell editor support by component
- Better handling of script errors
- xml:lang support for locale-specific markup, making i18n easier
- Compatibility with upcoming Qooxdoo 6 contrib system
Version 0.4
What's new:
- Support for most layout managers provided by Qooxdoo
- Support for -possibly named- media queries, in scripts or as if-expressions
- Service resolution can happen anytime after form parsing
- Attributes were added or updated to better match the Qooxdoo API
- CKEditor can be provided with custom configuration
- Pluggable variable providers, read-only and typed variables
- The Qookery Demo was rewritten in Qookery
Version 0.3
What's new:
- Scripts are pre-compiled during parsing
- Configurable dependency injection
- Registry rewrote as a map-of-maps, allowing an unlimited number of partitions
- Flow control elements
<if>
,<then>
,<switch>
- Google Maps extension
ValidationError
extendsError
, as originally intended- Numnerous bugfixes and improvements to existing components
Version 0.2
What's new:
- Moved to Qooxdoo 5.0
- Google maps component and demo
- New library features
- Model connections
- Improvements to API documentation
Version 0.1
First release