v0.5.5
bytedance/flowgram.aiv0.5.5Oct 15, 2025by sanmaopep
AI Summary
This release adds end-to-end testing enhancements and layout configuration improvements. The updates provide more flexibility in auto-layout and improve SEO.
Key Highlights
- Enhanced fixed-layout e2e testing with e2e cache
- Support for setting layout-config inside tool params
- Added form context retrieval in create effect from variable provider
- SEO optimization
New Features
- E2E cache for fixed-layout testing
- Layout-config support inside tool params
- Get form context from variable provider
Full Release Notes
## What's Changed * feat: enhance fixed-layout e2e & add e2e cache by @dragooncjw in https://github.com/bytedance/flowgram.ai/pull/919 * docs(materials): add WIP empty docs for materials by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/920 * feat(auto-layout): support set layout-config inside tool params by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/922 * chore: opt seo by @dragooncjw in https://github.com/bytedance/flowgram.ai/pull/923 * feat(variable): get form context in create effect from variable provider by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/924 **Full Changelog**: https://github.com/bytedance/flowgram.ai/compare/v0.5.4...v0.5.5