Optimajet FormEngine v6.2.0
Released: Aug 25, 2025
v6.2.0 での更新項目
機能
- Added support for creating modal windows on the form.
- Added Validate, Reset to default, and Clear buttons to the left panel in Preview mode for form data management.
- Added a Reset to default button to the object array editor to reset values.
- Code editor title for functional arguments now display the related event information.
- Added the View.filterModels and BuilderView.filterModels methods that returns an array of component metadata filtered by a predicate function.
- Added a
formComponent property editor to select the key of a component on the form, with an optional filter for the list.
- Added the ability to hide components from the palette and filter components by their properties.
- When creating a new form, the tooltip type and modal type are now set automatically.
- In the designer localization languages list, labels have been added to indicate which translations were generated using AI.
- Deprecated the
erroneous property in FormViewerProps and FormBuilderProps types.
- Deprecated the following methods in the BuilderView class:
getTooltipAnnotations
getErrorAnnotations
tooltips
errors
withErrorMeta
withTooltipMeta
不具合の修正
- Fixed an issue where the object array editor wrapped items in an extra item field.
- Fixed dependency issues in components-fast-qr, components-rich-text, and components-signature packages that caused problems when using the
yarn package manager.