FormEngine 5.1.0
July 17, 2025
New
- Added support for functional type properties.
- Added the formOptions property to pass custom options to the getForm function.
- Added the options property for templates, similar to formOptions.
- Added support for one-way data binding for component properties.
- Added ability to create computed and localized properties using the form JSON builder.
- Added the persistFormName property to disable form name persistence in localStorage.
- Added the AutoComplete component.
- Added visual highlighting for user-modified component properties.
Fixed bugs
- Fixed dropdown positioning in code action arguments editor (previously appearing off-screen).
- Fixed
aria-labelattribute added on components without labels.
Updated internal dependencies
- rsuite from 5.80.2 to 5.83.1.