FormEngine 7.12.0
February 17, 2026
Overview
FormEngine 7.12.0 introduces Mantine components as a new option in the component library, alongside Material UI and RSuite. This release also adds JSON schemas for component libraries, improves configuration options with support for passing user-defined context and configuring initial state, and contains multiple bug fixes and dependency updates across the platform.
Why update
- Start building forms with the new Mantine components set.
- Take advantage of JSON schemas for component libraries and improved configuration options.
- Benefit from fixes in RSuite views, nested forms, templates, documentation, and test infrastructure, plus updated dependencies.
Key features
- Mantine components integration for building forms with the Mantine UI library.
- JSON schemas for component libraries.
- Extended configuration options, including support for passing user-defined context.
Changelog
Update instructions
Update all packages to version 7.12.0. No additional actions are required.
Features
- Added Mantine components to the component library as an alternative to Material UI and RSuite.
- Added JSON schemas for component libraries to improve tooling and validation.
- Added support for passing user-defined context and initialState so that advanced scenarios can inject additional data into forms at runtime.
Bug fixes
- Fixed an issue where the RSuite view could break styles on the first load.
- Fixed a problem where every created form appeared as a Template in the templates section.
- Fixed extra indentation in nested forms so layouts render correctly.
- Fixed documentation issues related to the data table dark theme.
- Fixed a bug where the modal template picker could appear empty.
Resources
- Core documentation: Storing user-defined data.
- Designer documentation: Storing user-defined data updated with the new features.
Security
- Bumped
qsfrom6.14.1to6.14.2Remix example. - Bumped
axiosfrom1.13.2to1.13.5. - Bumped
@isaacs/brace-expansionfrom5.0.0to5.0.1.