Optimajet FormEngine v7.2.0
Released: Sep 18, 2025
v7.2.0 での更新項目
機能
- 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:
- Definer.skipChildrenDuringFieldCollection
- Definer.hideTooltipEditor
- ComponentStore.clone
- ActionEventArgs.userDefinedProps
不具合の修正
- Removed the readOnly property from the Button component.
- 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.