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
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.
Changed
- Deprecated the
erroneous property in FormViewerProps
and FormBuilderProps types.
- Deprecated the following methods in the BuilderView class:
getTooltipAnnotations
getErrorAnnotations
tooltips
errors
withErrorMeta
withTooltipMeta
Fixed
Last modified on April 22, 2026