Skip to content

Swiss AI Hub v0.305.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Jun 02:38

Fixed

  • 🐛 Resolved dynamic form data mutation issues: Implemented deep cloning during data hydration in the
    DynamicConfiguration component. This prevents FormKit's write-backs from inadvertently mutating shared cached
    objects (e.g., from Pinia-Colada) and eliminates potential infinite reactivity loops, leading to more stable and
    predictable form behavior.