FormEngine 7.7.0
November 20, 2025
New
- Added new
EmbeddedFormcomponent that allows embedding forms using theformNameproperty instead of embedding the form name in the component type. - Added
useBuilderThemehook for accessing the current BuilderStore theme from the core package and custom components.
Changed
- Templates are now rendered through the
EmbeddedFormcomponent for better compatibility and flexibility. - Added support for building the core package without localization dependencies to reduce bundle size.
- Updated NumberFormat component types for better React 19 compatibility.
Fixed bugs
- Fixed FastQr component error:
TypeError: Cannot read properties of undefined (reading 'length').
Updated internal dependencies
- Bumped
js-yamlfrom 4.1.0 to 4.1.1 in examples. - Bumped
globfrom 10.4.5 to 10.5.0 in examples.