v0.4.6

bytedance/flowgram.aiv0.4.6Aug 28, 2025by sanmaopep

AI Summary

This v0.4.6 release of flowgram.ai focuses on bug fixes and performance optimizations, particularly in the demo-free-layout and material components. The release includes one new feature (db condition row), several bug fixes including loop collapse issues and code editor null pointer exceptions, and bundle size optimizations through lazy loading of editors.

Key Highlights

  • Fixed loop collapse issue in demo-free-layout selector-box
  • Resolved code editor null pointer exception (NPE) in material component
  • Added new db condition row feature in material component
  • Optimized coze-editor bundle size
  • Implemented lazy import for editors to improve load performance

New Features

  • db condition row in material component

Full Release Notes

## What's Changed
* fix(demo-free-layout): loop collapsed from selector-box by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/738
* fix(material): code editor npe by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/739
* feat(material): db condition row by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/741
* chore(material): optimize coze-editor bundle size by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/747
* chore(material): lazy import editors by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/748
* fix(demo-free-layout): group selected style by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/740
* fix(demo-free-layout): test run json mode sync default value by @wuwei6666 in https://github.com/bytedance/flowgram.ai/pull/745

## New Contributors
* @wuwei6666 made their first contribution in https://github.com/bytedance/flowgram.ai/pull/745

**Full Changelog**: https://github.com/bytedance/flowgram.ai/compare/v0.4.5...v0.4.6