Skip to content

Releases: ergobyte/qookery

Next version pre-release

11 Mar 15:07
Compare
Choose a tag to compare
Pre-release
v0.7.0-pre

Updated demo application to showcase new module.objectid support

Version 0.6.0

04 Mar 11:25
Compare
Choose a tag to compare

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

25 Jul 13:39
Compare
Choose a tag to compare

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

24 Aug 11:46
Compare
Choose a tag to compare

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

05 Feb 18:28
Compare
Choose a tag to compare

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 extends Error, as originally intended
  • Numnerous bugfixes and improvements to existing components

Version 0.2

25 Jul 13:43
Compare
Choose a tag to compare

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

30 Jul 07:49
Compare
Choose a tag to compare

First release