Skip to content

v1.1.2

Choose a tag to compare

@EvanSchleret EvanSchleret released this 17 Apr 08:00
· 19 commits to main since this release

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-model payload handling in FormForgeRenderer
  • 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:modelValue when 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-model payloads (e.g. Payload contains unknown fields: short_text)

📘 Full Changelog: v1.1.0...v1.1.2