Home > Release Notes > wq.app 0.6.2

wq.app 0.6.2

This release provides a number of minor improvements to wq.app 0.6.1.

New Modules

  • wq/autocomplete.js: A utility for creating AJAX-powered autocomplete widgets via the HTML5 <datalist> element.

API improvements

  • wq/app.js: option to sync form data in the background (backgroundSync)
  • wq/chart.js: options to override x-axis ticks and legend items
  • debug mode for wq/app.js, wq.pages.js, and wq/store.js (#25)

Other Changes

  • Complete, up-to-date documentation for all wq.app JavaScript modules
  • Various minor bugfixes