FormEngine 7.5.0
October 29, 2025
Changed
- After upgrading to Zod v4, some default validation error messages have changed.
- The method name
initFormFieldshas been renamed togetEditableFormData. - Deprecated methods:
Definer.preview,Meta.customPreview, andDefinerData.customPreview.
Fixed bugs
- Fixed a bug that caused the following error to appear:
[MobX] Since strict-mode is enabled, changing (observed) observable values without using an action is not allowed.
Updated internal dependencies
- Bumped
zodfrom 3.22.4 to 4.0.0. - Bumped
validatorfrom 13.11.0 to 2.1.4.