FormEngine 3.1.0
February 27, 2025
New
- Designer: added static CSS classes for customizable components and components palette.
- Added ability to restrict drag-and-drop
for node and
nodeArray. - Added ability to restrict drag-and-drop for components.
- Added a clear button for the
stringtype property editor.
Changed
- The
pullRightoption has been removed from the Menu and Tab components. - The
ComponentStateinternal component no longer usesviewerProps. - Tab now uses buttons instead of tab anchors.
- The Item as option has been added to the select element to render navigation buttons to the Menu component.
- Tabs in the Designer now use buttons instead of anchors.
Fixed bugs
- In rare cases, a warning of type
Cannot update a component while rendering a different componentmay occur. - Fixed
__DOT__in localized messages in some cases. - Resolved issues with inactive dropzone outlines in some cases.
Documentation
- Updated the Designer customization with new options.
- Extended the description of components.
- Fixed the missing customization description for
FormContainerblock.
Updated internal dependencies
- monaco-editor from v0.43.0 to v0.52.2.
- @monaco-editor/react from v4.6.0 to v4.7.0.