v1.0.7
bytedance/flowgram.aiv1.0.7Jan 20, 2026by louisyoungx
AI Summary
This release adds new demo capabilities including multi-condition nodes and sub-canvas demos with loop/batch functionality, along with improvements to export plugins and read-only node dragging options.
Key Highlights
- Multi-condition node for free layout demo
- Sub canvas demo with loop & batch support
- Claude skill for create-node automation
- Export plugin documentation added
- Option to enable dragging of read-only nodes
New Features
- Multi-condition node
- Sub canvas demo
- Loop & batch sub canvas demo
- Claude skill for create-node
- Export plugin documentation
- Dragging option for read-only nodes
- PlaygroundEntityContext for base-node identification
- Panel KeepDOM with trim support
Full Release Notes
## What's Changed * fix(demo-fixed-layout): base-node add PlaygroundEntityContext to identify which node currently by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/1020 * feat(demo-free-layout): add multi-condition node by @lq9958 in https://github.com/bytedance/flowgram.ai/pull/1026 * fix(layout): correct vertical centering calculation with padding by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/1027 * feat: sub canvas demo by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/1028 * feat: demo-free-layout-simple add loop & batch sub canvas demo by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/1029 * feat: init create-node claude skill by @YuanHeDx in https://github.com/bytedance/flowgram.ai/pull/1031 * docs: fix node form examples by @YuanHeDx in https://github.com/bytedance/flowgram.ai/pull/1032 * chore: add Claude command add-test by @YuanHeDx in https://github.com/bytedance/flowgram.ai/pull/1036 * chore: upgrade eslint by @dragooncjw in https://github.com/bytedance/flowgram.ai/pull/1044 * fix: Panel KeepDOM with trim by @JxJuly in https://github.com/bytedance/flowgram.ai/pull/1046 * docs: add export plugin documentation by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/1053 * fix(export): handle textarea value during image export by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/1052 * feat(free-layout): add option to enable dragging of read-only nodes by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/1061 * fix(group): make NodeIntoContainerService optional to group plugin by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/1062 **Full Changelog**: https://github.com/bytedance/flowgram.ai/compare/v1.0.6...v1.0.7