FormEngine 10.2.0
August 19, 2026
Overview
FormEngine 10.2.0 stops forms from crashing when a Modal component has no modalTemplate. Designer and Viewer now
show a warning instead of throwing a TypeError. This release also includes dependency security updates in examples.
Why update
- Avoid a crash when a form includes a Modal without a template name.
- Pick up dependency fixes from this maintenance release.
Changelog
Update instructions
Update all packages to version 10.2.0. No form JSON migration is required for typical Designer and Viewer integrations.
Bug fixes
- Forms that include a Modal component without
modalTemplateno longer throw a TypeError onstartsWith. Designer and Viewer show a warning that the template is not specified. ThemodalTemplateproperty is optional.
Security
- Bumped
nanoidfrom3.3.11/3.3.15to3.3.18in examples. - Bumped
js-yamlfrom4.3.0to4.3.1in examples. - Bumped
brace-expansionfrom1.1.13to1.1.18. - Bumped
fast-urifrom3.1.4to3.1.5. - Bumped
honofrom4.12.26/4.12.32to4.13.1in examples.
Chore
- Bumped
@angular/common,@angular/core, and@angular/compilerfrom21.1.5/21.2.17to21.2.19in examples. - Bumped
@hono/node-serverfrom1.19.13to1.19.17in examples. - Bumped
ip-addressfrom10.2.0to10.4.0andexpress-rate-limitin examples. - Bumped
nextfrom16.2.11to16.3.0in examples. - Bumped
nxfrom22.5.4to22.7.8. - Bumped
postcssfrom8.5.12/8.5.14/8.5.22to8.5.23/8.5.25. - Bumped
socket.io-parserfrom4.2.6to4.2.7in examples.