FormEngine 6.2.0
August 25, 2025
New
- 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
formComponentproperty 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.
Changed
- Deprecated the
erroneousproperty in FormViewerProps and FormBuilderProps types. - Deprecated the following methods in the BuilderView class:
getTooltipAnnotationsgetErrorAnnotationstooltipserrorswithErrorMetawithTooltipMeta
Fixed
- Fixed an issue where the object array editor wrapped items in an extra
itemfield. - Fixed dependency issues
in components-fast-qr, components-rich-text,
and components-signature packages that caused problems when
using the
yarnpackage manager.