Home > Release Notes > wq.app 1.0.0

wq.app 1.0.0

wq.app 1.0.0 is finally here! This is the first stable release of wq.app 1.0, which is now ready for production use.

Changes since wq.app 1.0.0 RC2

  • wq/model.js
    • Handle boolean filter fields (#82)
  • wq/app.js
    • Include last context in postdelete URL render (#80)
    • Test and fix various EAV filter use cases (wq/wq.db#66)
  • wq/map.js / wq/locate.js
    • Remove onshow in favor of better wq/app.js plugin support (d5f47f2)
    • Detect and utilize cordova-plugin-bluetooth-geolocation in wq/locate.js (1ad8d0d)
    • Other fixes (bf00503, 31ed208)
  • Build tool
    • Add separate splash option to wq phonegap (b5d5788)
    • Incorporate default CSS from wq.start template (061afec)
  • Incorporate Code of Conduct and Contributing Guidelines

Other changes since wq.app 0.8.2

  • Changes in Alpha 1
    • Refactor patterns API (#38, wq/wq.db#35, #56)
    • Simplify plugin arguments (#58)
    • Test framework (#13)
  • Changes in Alpha 2
    • Minor fix
  • Changes in Beta 1
    • More wq/app.js plugin hooks and support for custom rendering modes (#30, #59)
    • Add wq/patterns.js and wq/mapserv.js
    • Various updates
  • Changes in Beta 2
    • Flatten wq/map.js configuration
    • Improve handling of images, labels and foreign keys in wq/outbox.js
    • Update to Leaflet 1.0 and d3.js 4.2
    • Add wq/chartapp.js
    • Drop wq/appcache.js, wq/online.js, and wq/owl.js
    • Various plugin updates
  • Changes in RC 1
    • New Pagination and Caching API (#47)
    • New wq icons and wq phonegap commands (wq/wq-django-template#4)
    • Improve support for deletion & offline editing (#70, #72, #77, #78, #80)
    • Various bug fixes & improvements
  • Changes in RC 2
    • Minor bug fixes & improvements