Home > Release Notes > wq.create 1.3.0

wq.create 1.3.0

wq.create 1.3.0 is the first stable release of the wq.create 1.3 series! Be sure to check out the latest documentation and the release notes for wq 1.3 when upgrading. In particular, note that:

Projects generated with… …are compatible with
wq.start 1.2 wq.app 1.2 & 1.3
wq.create 1.3 wq.app 1.3 & 2.0 (future)

All changes by @sheppard.

Changes since wq.create 1.3 beta

  • Update to wq-django-template 1.3.0
    • Ensure Windows support for wq create command (wq/wq-django-template#20)
  • Improve npm integration (@wq/cra-template)
    • Pin react-scripts to v4 to work around ESM import issues (wq/wq#58). CRA v5 support will be added in a future release of wq.app (wq/wq.app#130)
    • Use server-generated config as-is (wq/wq#54)
  • Support generating wizard.py file to register new models with Django Data Wizard (f263137)

Other changes since wq.start 1.2.1

  • Changes in Alpha
    • Update to wq-django-template 1.3 alpha
      • Deprecate wq maketemplates command
      • Remove --with-pgb and --app-id options to wq start
    • New @wq/cra-template npm package
  • Changes in Beta
    • Rename package from wq.start to wq.create
    • Allow specifying site title via wq create
    • New @wq/rollup-plugin npm package