FormEngine 7.13.0
March 10, 2026
Overview
FormEngine 7.13.0 delivers improvements across the designer, components, and build tooling. This release introduces a new MuiDatePicker, adds designer customization features, improves core package tree shaking, and includes a broad set of maintenance updates for dependencies and documentation.
Why update
- Get new UI capabilities, including MuiDatePicker and component toolbar customization.
- Improve designer integrations with add/remove callbacks and updated component ref handling (refValue).
- Benefit from bug fixes in wizard navigation, modal behavior, palette rendering, and release tooling.
Key features
- Added MuiDatePicker support.
- Added component toolbar customization in the designer.
- Added designer events for add/remove callbacks.
- Added direct component ref handling in action events via
refValue (DOM element, imperative handle, or
null).
Changelog
Update instructions
Update all packages to version 7.13.0. No additional actions are required.
Features
- Added component toolbar customization.
- Added designer events for add/remove callbacks.
- Added direct refValue support for component refs in action events.
- Added MuiDatePicker.
- Added Mantine to bundle size comparison.
Enhancements
- Improved tree shaking in the core library.
- Added a link to the bundle size comparison on public GitHub.
- Replaced the documentation search engine with Algolia.
- Sorted union types in API reference output.
Bug fixes
- Fixed an issue where changing an action name could crash the application.
- Fixed
closeModalbehavior whenonCloseis used. - Fixed palette rendering with multiple system components.
Security
- Bumped
rollupto4.59.0. - Bumped
multerto2.1.0in the examples. - Bumped
immutableto5.1.5in the examples. - Bumped
locutusto3.0.0in the examples. - Bumped
minimatchto3.1.4in the examples. - Bumped
ajvto6.14.0in the/examples/premium/with-remix/with-remix-v2. - Bumped
ajvto8.18.0in the/examples/community/bundle-size.