v0.4.1
bytedance/flowgram.aiv0.4.1Aug 19, 2025by sanmaopep
AI Summary
This minor release (v0.4.1) focuses on performance optimizations and new component features for the flowgram.ai visual flow programming tool. Key improvements include a new beta InputsValuesTree component for visualizing input values, JSON schema editor performance enhancements, and bug fixes for scope chain sorting in free layout mode.
Key Highlights
- JSON schema editor performance optimization
- New InputsValuesTree (beta) component for viewing input values in tree structure
- prompt-editor component now exposes the options attribute
- Bug fix for scope chain sorting in free layout
- Added flow-value utilities
New Features
- InputsValuesTree (beta) - new component for displaying input values in a hierarchical tree view
- prompt-editor component now exposes options attribute for better customization
- flow-value utilities added for working with values
- JSON schema editor performance optimization
Full Release Notes
## What's Changed * feat(materials): json schema editor performance optimize by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/681 * feat(material): prompt-editor component expose the options attribute by @squallliu in https://github.com/bytedance/flowgram.ai/pull/680 * chore(material): add flow-value utils and fix some bugs by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/686 * feat(material): inputs values tree by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/688 * fix(chain): scope chain sort in free layout by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/689 ## New Contributors * @squallliu made their first contribution in https://github.com/bytedance/flowgram.ai/pull/680 ## Highlight | Feature | Function Display | How to use? | | -- | -- | -- | | InputsValuesTree (beta) | <img width="600" alt="image" src="https://github.com/user-attachments/assets/bb7a7aec-42f2-4b52-8215-4a79abc84c09" /> | <img width="600" alt="image" src="https://github.com/user-attachments/assets/5c966bdf-bec4-4af0-a6b7-ce19f36b3829" /> | **Full Changelog**: https://github.com/bytedance/flowgram.ai/compare/v0.4.0...v0.4.1