v0.4.7
bytedance/flowgram.aiv0.4.7Aug 29, 2025by xiamidaxia
AI Summary
This release includes one new feature (open SSG support), several bug fixes across material components and the fixed-layout-demo, and a performance optimization replacing lodash with lodash-es. The changes focus on improving lazy suspense handling, destructuring behavior, and agent tool integration.
Key Highlights
- Added support for open SSG (Static Site Generation)
- Replaced lodash with lodash-es for better performance and tree-shaking
- Fixed lazy suspense implementation in material components
- Fixed destructuring override behavior in material components
- Fixed agent tool addition from flow-operation-service in fixed-layout-demo
New Features
- Open SSG (Static Site Generation) support
Full Release Notes
## What's Changed * fix(material): lazy suspense by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/750 * feat: open ssg by @dragooncjw in https://github.com/bytedance/flowgram.ai/pull/749 * fix: replace lodash with lodash-es by @dragooncjw in https://github.com/bytedance/flowgram.ai/pull/751 * fix(material): make destructuring override weak by @sunyuanonly in https://github.com/bytedance/flowgram.ai/pull/753 * fix(fixed-layout-demo): agent tool add from flow-operation-service by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/754 **Full Changelog**: https://github.com/bytedance/flowgram.ai/compare/v0.4.6...v0.4.7