Skip to content

wq.app 1.0.0 RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@sheppard sheppard released this 04 Apr 21:46

wq.app 1.0.0 RC1 brings enhanced support for PhoneGap/Cordova, an improved offline cache configuration API, and a number of other enhancements.

PhoneGap/Cordova support

The updated wq django template automatically takes advantage of these new features.

New Configuration for Pagination/Offline Caching

The configuration options affecting pagination and offline caching (per_page, partial, max_local_pages, filter, and reversed) have been unified and replaced with a new cache setting. See Pagination and Caching for details (#47, 452b0d2).

Other Improvements & Fixes

Thanks to @tomaszn for reporting several of these issues.

Editing & Outbox (wq/app.js)

  • Properly support deletion (#80, 4bf65be, 9cb2298)
  • Ensure plugins run when loading items from outbox (#77, 68efcba)
  • Make custom postsave URLs work for items still in outbox (#78, 95fb93a)
  • Improve editing for nested forms (#72, f2ddbe8)
  • Improve file support (#70, ea5835c, 8b7f577)
  • Change default behavior from loadMissingAsHtml to loadMissingAsJson (02526bf)

Charting

Maps

Other