v0.4.10

bytedance/flowgram.aiv0.4.10Sep 5, 2025by sanmaopep

AI Summary

This release focuses on CLI improvements and material optimization. Key changes include a merged material CLI, tree shake optimization for form-material, integration of @flowgram.ai/coze-editor, and a new CLI option to replace all imports in src/. A bug fix for the node panel popupcontainer is also included.

Key Highlights

  • Merged material CLI functionality for improved workflow
  • Form-material tree shake optimization for better performance
  • Added @flowgram.ai/coze-editor integration
  • New CLI option to replace all imports in src/
  • Fixed node panel popupcontainer issue

New Features

  • Material CLI merge - consolidated CLI tools for material management
  • Form-material tree shake optimization - reduced bundle size through tree shaking
  • @flowgram.ai/coze-editor integration - new editor component
  • CLI replace all imports option - bulk import replacement capability in src/ directory

Full Release Notes

## What's Changed
* feat(cli): merge material cli by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/770
* chore: add juejin tag by @dragooncjw in https://github.com/bytedance/flowgram.ai/pull/772
* fix: node panel popupcontainer by @dragooncjw in https://github.com/bytedance/flowgram.ai/pull/773
* feat(material): form-material tree shake optimize + @flowgram.ai/coze-editor by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/774
* feat(cli): add option replace all imports in src/ by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/775


**Full Changelog**: https://github.com/bytedance/flowgram.ai/compare/v0.4.9...v0.4.10