v0.2.18
bytedance/flowgram.aiv0.2.18Jul 3, 2025by louisyoungx
AI Summary
v0.2.18 is a minor patch release focused on bug fixes and one new feature. The release adds variable support to the prompt-editor material and includes several core fixes for deep container handling, hover interactions, and node disposal behavior.
Key Highlights
- New feature: prompt-editor now supports variables for enhanced AI workflow creation
- Fixed hover interactions for lines and ports in deeply nested containers
- Fixed offset issues when adding nodes to deep containers
- Fixed parent transform change not triggering after node disposal
- Auto-layout animation is now disabled by default for better performance
New Features
- prompt-editor material now supports variables (feat/material)
Full Release Notes
🚀 v0.2.18 📅 date:2025-07-03 ## What's Changed * fix(materials): json schema title & variable selector long text style by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/438 * fix(core): should trigger parent transform change after node disposed by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/440 * chore(demo): remove sync-variable-plugin in demo-nextjs-antd by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/442 * fix(core): support hover line or port in deep layer container by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/443 * fix(core): line add node to deep container will cause offset by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/444 * feat(material): prompt-editor with variables by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/445 * chore(auto-layout): auto layout animation disabled by default by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/449 **Full Changelog**: https://github.com/bytedance/flowgram.ai/compare/v0.2.17...v0.2.18