wq.create 1.3 beta
wq.create 1.3.0b1 is the beta of the next version of wq.create (formerly wq.start), as part of the wq 1.3 beta release. The beta builds on wq.start 1.3 alpha with the following improvements.
Improved wq.app integration
- New @wq/rollup-plugin package to support lightweight builds for reusable apps (45a5b5b)
- Update imports to track @wq/mapbox => @wq/map-gl rename (wq/wq.app#128)
- Update default extent to track @wq/map coordinate order change from [lat, lng] to [lng, lat] (fee29c2)
- When using
npm start
with @wq/cra-template, requests are proxied to the local./manage.py runserver
instance (429f34e)
Improved wq.db integration
- Auto-regenerate data/config.js on startup (see wq/wq.app#120)
- Fix database engine name in settings/prod.py (e545fe7)