**wq.db 1.3 beta** is a beta of the next version of wq.db, as part of the [wq 1.3 beta](https://github.com/wq/wq/releases/v1.3.0b1) release. This release includes additional changes to improve support for [wq/material](https://wq.io/wq/material) and [wq/map-gl](https://wq.io/wq/map-gl), as well as the pre-built [**wq.js**](https://wq.io/wq) provided by [wq.app](https://wq.io/wq.app/).
Field Improvements
* Support `ManyToMany` foreign keys (fa8fa59)
* Support clearable [`File`](https://wq.io/inputs/File) and [`Image`](https://wq.io/inputs/File) input types (#23)
* Preserve label/verbose_name when rendering `BooleanField` as [`Toggle`](https://wq.io/inputs/Toggle#boolean-choice-field) (9c549e0)
* Support the xlsform "group" type via:
* Nested serializers with `many=False`, e.g. for `OneToOne` relationships (1677135).
* "Virtual" fieldsets that use the new [`wq_fieldsets` option](https://wq.io/guides/organize-inputs-into-fieldsets) to nest JSON and UI fields for a single serializer (1598f59).
* A single anonymous root fieldset for UI only (6ae7574)
* Improve the existing support for the [xlsform "repeat" type](https://wq.io/guides/implement-repeating-nested-forms):
* Ignore `index` attributes when determining empty status (af1b7fa)
* Improve support for customizing the [wq field configuration](https://wq.io/config):
* New [`wq_field_config`](https://wq.io/guides/define-a-custom-input-type#dbsurveyserializerspy-with-wq_field_config) and [`style={"wq_config": {}}`](https://wq.io/guides/define-a-custom-input-type#dbsurveyserializerspy) options (1677135)
* Option to explicitly list read-only fields in the configuration (0333bff)
Other Improvements
* Regenerate data/config.js whenever `./manage.py runserver` reloads (wq/wq.app120)
* Improve GeoJSON content negotiation to support [wq/map-gl](https://wq.io/wq/map-gl) (0f35c54).
* Automatically configure `base_url` for [wq/router](https://wq.io/wq/router) and [wq/store](https://wq.io/wq/store) (adb07be)
* Include `[model].Meta.ordering` in config so it is picked up by [wq/model](https://wq.io/wq/model) (9c549e0)
* Move to Github Actions (3eae919, b473091)