v1.1.2
FormForge Client v1.1.2 🚀
The v1.1.2 is focused on a targeted standalone renderer fix to prevent stale external fields from leaking into submission payloads.
Since v1.1.0, package-level runtime changes are intentionally minimal and centered on this bug fix.
✨ Highlights
- Safer standalone
v-modelpayload handling inFormForgeRenderer - Automatic cleanup of unknown keys when form schema fields no longer exist
➕ Added
- Runtime payload sanitization in standalone/external-model mode:
- keeps only keys present in current schema field names
- emits cleaned
update:modelValuewhen stale keys are detected
⚡ Improved
- Better resilience when forms evolve (e.g. fields removed after initial model hydration)
- Cleaner parent state synchronization in standalone usage
🐛 Fixed
- Unknown field submission errors caused by outdated keys in external
v-modelpayloads (e.g.Payload contains unknown fields: short_text)
📘 Full Changelog: v1.1.0...v1.1.2