v0.2.17
bytedance/flowgram.aiv0.2.17Jul 1, 2025by louisyoungx
AI Summary
This release adds new configuration options for free-layout mode and enhanced variable management with batch outputs and global variable support. It also includes bug fixes for sub-canvas background colors and node disposal behavior.
Key Highlights
- Added canDropToNode config to editor-props for free-layout mode
- Introduced batch outputs for variables and global variable support with variable panel plugin
- Fixed background dot fill color issue in sub-canvas
- Fixed node disposal to properly trigger parent transform changes
- Added license headers as a maintenance task
New Features
- canDropToNode config for free-layout editor-props
- Batch outputs for variables
- Global variable support
- Variable panel plugin in demo
Full Release Notes
🚀 v0.2.17 📅 date:2025-07-01 ## What's Changed * feat(free-layout): add canDropToNode config to editor-props by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/423 * feat(variable): batch outputs by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/426 * fix(sub-canvas): background dot fill color by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/437 * feat(variable): global variable + variable panel plugin in demo by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/435 * chore: add license header by @dragooncjw in https://github.com/bytedance/flowgram.ai/pull/432 * fix(core): node dispose should trigger parent transform change by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/436 **Full Changelog**: https://github.com/bytedance/flowgram.ai/compare/v0.2.16...v0.2.17