v0.5.6
bytedance/flowgram.aiv0.5.6Oct 23, 2025by sanmaopep
AI Summary
This release includes extensive documentation updates, variable system improvements, and UI refinements. The updates enhance the variable system and remove styled-components from form materials.
Key Highlights
- Renamed KeyPathExpressionV2 to KeyPathExpression with optimized comments
- Removed styled-components from form-materials
- Added filter schema for PromptEditorWithVariables and useOutputVariables API
- Fixed variable selector dropdown className and width issues
- Fixed empty loop node padding and loop init position
New Features
- Filter schema for PromptEditorWithVariables
- useOutputVariables API
Full Release Notes
## What's Changed * fix: license by @dragooncjw in https://github.com/bytedance/flowgram.ai/pull/925 * docs(variable): detail output variable by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/927 * feat(variable): optimize comments and rename KeyPathExpressionV2 to KeyPathExpression by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/929 * fix(demo): loop init position by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/934 * fix(demo): empty loop node padding by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/935 * docs(variable): variable concepts by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/933 * fix(core): drag to reset position needs to recorded in operation by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/936 * docs(materials): explain WIP in materials by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/938 * fix(materials): variable-selector dropdown className by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/940 * chore(materials): remove styled-components in form-materials by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/942 * fix(demo-free-layout): auto close panel when sidebar disabled by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/941 * docs(materials): update some WIP materials docs by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/944 * feat(material): filter schema for PromptEditorWithVariables, useOutputVariables API by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/947 **Full Changelog**: https://github.com/bytedance/flowgram.ai/compare/v0.5.5...v0.5.6