Skip to content

Form Engine 7.12.0

Choose a tag to compare

@optimajet optimajet released this 17 Feb 18:52
· 5 commits to master since this release

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 initial state 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

Security

  • Bumped qs from 6.14.1 to 6.14.2 Remix example.
  • Bumped axios from 1.13.2 to 1.13.5.
  • Bumped @isaacs/brace-expansion from 5.0.0 to 5.0.1.