v0.1.14
bytedance/flowgram.aiv0.1.14Mar 20, 2025by louisyoungx
AI Summary
v0.1.14 is a Feature & Fix release from 2025-03-20 that introduces a new loop node and move into container operation, along with multiple bug fixes across form, canvas, style, and documentation components. The release also includes a migration of the demo from rspack to rsbuild.
Key Highlights
- New loop node feature and move into container operation
- Multiple form component fixes including typo, defaultValues context, hasError validation, and type naming conflict resolution
- Canvas improvements for line drag snapping and JSON serialization of orphaned lines
- Style fixes for minimap box-sizing and branch-adder hover activation
- Documentation link jump 404 fix
New Features
- Loop node & move into container operation
Full Release Notes
π v0.1.14 - Feature & Fix π dateοΌ2025-03-20 π [Compare Changes](https://github.com/bytedance/flowgram.ai/compare/v0.1.13...v0.1.14) ### π Feature - feat: loop node & move into container operation by @louisyoungx in #54 ### π Fix - fix(form): typo & defaultValues func context missing by @YuanHeDx in #43 - fix(style): box-sizing for minimap and hover activation for branch-adder by @knoxnoe in #44 - fix(docs): link jump 404 by @FungYuu in #55 - fix(form): remove debugger & rename EffectProps to EffectFuncProps to avoid type name conflict by @YuanHeDx in #58 - fix(form): fix hasError called in FormModel.validate by @YuanHeDx in #53 - fix(canvas): sometimes line drag snapping does not work by @louisyoungx in #61 - fix(canvas): line without from node should not to json by @louisyoungx in #63 ### π Chore - chore: demo migrate rspack to rsbuild by @dragooncjw in #59 ### π Contributors to this release > β€οΈ Thanks to @knoxnoe @FungYuu for contributing to this release. [GitHub contributors page for this release](https://github.com/bytedance/flowgram.ai/graphs/contributors?from=2025.3.11&to=2025.3.20&type=c)