FormEngine 7.2.0
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
readOnlyproperty from theButtoncomponent.
Fixed bugs
- Fixed the 'Invalid prop className supplied to React.Fragment' error that occurred when using the
Cardcomponent. - Fixed the 'Check the render method of RawActionList' error that occurred when cloning a component with actions.
- Fixed an issue where the
Signaturecomponent was not cleared when callingClearon a form.