September 18, 2025
New
- Added Add a new form action to the Designer main menu.
- Added the following keyboard shortcuts:
- Delete delete the selected component;
- Ctrl D / Cmd D clone the selected component;
- Ctrl S / Cmd S save the form;
- Ctrl Z / Cmd Z undo action;
- Ctrl Y / Ctrl Shift Z / Cmd Shift Z redo action;
- Added the useBuilderValue hook, which allows displaying a default
value in custom components if the value is undefined in form design mode.
- Added the following fields and methods:
Changed
- Removed the
readOnly property from the Button component.
Fixed bugs
- Fixed the ‘Invalid prop className supplied to React.Fragment’ error that occurred when using the
Card component.
- Fixed the ‘Check the render method of RawActionList’ error that occurred when cloning a component with actions.
- Fixed an issue where the
Signature component was not cleared when calling Clear on a form.
Last modified on April 22, 2026