Skip to content

wq.app 1.3

Compare
Choose a tag to compare
@sheppard sheppard released this 05 Apr 12:09
· 81 commits to main since this release

wq.app 1.3.0 is the first stable release of the wq.app 1.3 series! Be sure to check out the latest documentation and the release notes for wq 1.3 when upgrading.

This release stabilizes the new UI introduced in wq.app 1.3 alpha, with a particular focus on improving mapping & React Native/Expo support.

Note: While wq.app's React Native / Expo support is already being used in production apps, not all components supported by wq.app's web build have working native equivalents. Complete native support and documentation will be provided by wq.app 2.0.

All changes by @sheppard.

Changes since wq.app 1.3 beta

@wq/map & @wq/map-gl

React Native / Expo Support

@wq/react & @wq/material

@wq/model & @wq/router

Other changes since wq.app 1.2.0

  • Changes in Alpha

    • Replace AMD / RequireJS with ES Modules
    • Replace jQuery Mobile + Mustache with React + Material UI
    • Replace Leaflet with Mapbox GL
    • Replace Application Cache with Service Worker
    • Replace PhoneGap Build with Installable PWA and React Native + Expo
    • Maintain copies of deprecated libraries for compatibility with older projects (will remove in 2.0)
  • Changes in Alpha 2

    • Fix authentication and sync issues in Alpha (#124, #125)
    • Improve Map ref handling in React Native
    • Improve support for deployment at non-root URL
    • Stand-alone PropertyTable component
  • Changes in Beta