v1.0.13
bytedance/flowgram.aiv1.0.13Aug 12, 2026by xiamidaxia
AI Summary
This release introduces a fixed layout HTTP node to the demo and significantly enhances the free-lines plugin by adding customizable rendering options. It also includes a fix for a license issue.
Key Highlights
- Added a fixed layout HTTP node to the demo section.
- Added support for custom `renderLine` in the free-lines plugin.
- Added support for custom `defaultLineUiState` in the free-lines plugin.
- Added support for custom `customLineProps` in the free-lines plugin.
- Fixed a license issue.
New Features
- Fixed layout HTTP node for demos
- Custom `renderLine` support
- Custom `defaultLineUiState` support
- Custom `customLineProps` support
Full Release Notes
## What's Changed * feat(demo): add fixed layout HTTP node by @Gujiassh in https://github.com/bytedance/flowgram.ai/pull/1142 * feat(free-lines-plugin): support custom renderLine, defaultLineUiState, customLineProps by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/1154 * fix: license by @dragooncjw in https://github.com/bytedance/flowgram.ai/pull/1156 **Full Changelog**: https://github.com/bytedance/flowgram.ai/compare/v1.0.12...v1.0.13