FormEngine 7.3.0
October 2, 2025
New
- Added Table component.
- Added the feature to override or disable
the
onChangeandonBlurcomponent handlers. - Added the feature to disable styling for certain components.
- Added an interactive, editable, live-coding form example to documentation.
- Added CellInfoContextProvider for implementing table components.
- Added a standard color for svg icons in the component palette.
- Added the feature to hide property editors on the Actions tab.
- The sideEffects property has been added to packages (to better support tree-shaking).
- Added feature to disable component removal.
- Added export of individual components for the RSuite Components library.
Changed
- Replaced
windowwithglobalThisin project code.
Fixed bugs
- Fixed a bug that caused the Rich Text Editor component not being cleared.
- Fixed an issue that allowed adding items to the color pickers with a predefined list of colors.
- Fixed partially displayed error messages.
- Fixed a bug that caused duplicates in the Picker component when adding new values.
Updated internal dependencies
- Bumped
tar-fsfrom 2.1.3 to 2.1.4.