Community
Release Notes
v2.0.0 release notes for the FormForge backend, client, and wiki.
v2.0.0
FormForge 2.0.0 aligns the backend, client, and wiki around the same schema-driven release.
Backend package
- Stable exportable field descriptors now back CSV template generation, import mapping, and header validation.
- Composite fields now flatten into exportable leaf fields, with
addressexpanded explicitly into sub-fields. - Forms can now be resolved by
form_uuidwith stable version ordering. - Export and import flows now share one schema-derived field source of truth.
Client package
- The default builder and renderer now run on a normalized schema and validation pipeline.
- Schema normalization covers pages, composite fields, temporal values, and address defaults.
- External payload hydration continues to resolve
nameandfield_keyaliases consistently. - Runtime and type exports were expanded for downstream consumers.
Wiki
- The getting-help page now links to this release note.
- Backend and client docs were updated for the v2.0.0 release.