Skip to content

v2.1.0

Compare
Choose a tag to compare
@denniskigen denniskigen released this 06 Oct 18:49
· 141 commits to main since this release
e376d8b

Highlights

Form builder v2.1.0 is a minor release that adds new features, bug fixes, and refactors. The release includes the following changes:

Ability to reorder questions via drag and drop

The form builder now allows users to reorder questions via drag and drop. This feature is available in the interactive builder and is provided by the react-dnd library. Any changes to the order of questions get reflected in the schema editor automatically.

Ability to copy and download form schemas

The form builder now allows users to copy and download form schemas. These features are available in the schema editor and should help schema authors to keep copies of their work locally.

Show form audit information

A new form audit information section has been added to the form builder. This section shows the form's UUID, version, and published status. This information is available in the interactive builder and the schema editor.

Features

Refactors

Bug fixes

Housekeeping

New Contributors

Full Changelog: v2.0.1...v2.1.0