v0.2.25
bytedance/flowgram.aiv0.2.25Jul 15, 2025by xiamidaxia
AI Summary
This minor release of flowgram.ai (v0.2.25) includes bug fixes and improvements to the demo, free-client, form, runtime, and free-layout components. The most notable changes are a beautified testrun panel style and a new autoLayout tool feature for the free-client.
Key Highlights
- Beautified testrun panel style in the demo interface
- Added ctx.tools.autoLayout feature to free-client
- Fixed fixed-layout agent node drag functionality
- Fixed formMeta.render to support useWatch with NodeFormContext (renamed from NodeContext)
- Fixed build error in runtime and added lockedColor to lines in free-layout
Breaking Changes
- NodeContext has been renamed to NodeFormContext in formMeta.render - users may need to update their code if they were using the old name
New Features
- Testrun panel style beautification in demo
- ctx.tools.autoLayout for free-client
Full Release Notes
📅 date:2025-07-15 ## What's Changed * feat(demo): beautify testrun panel style by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/524 * fix(demo): fixed-layout agent node dragable by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/525 * feat(free-client): ctx.tools.autoLayout by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/526 * fix(form): formMeta.render support useWatch, NodeContext -> NodeFormContext by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/527 * fix(runtime): build error by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/529 * fix(free-layout): line add lockedColor by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/528 **Full Changelog**: https://github.com/bytedance/flowgram.ai/compare/v0.2.24...v0.2.25