v0.2.2
bytedance/flowgram.aiv0.2.2May 23, 2025by xiamidaxia
AI Summary
This v0.2.2 release from May 2025 includes bug fixes and new features focused on the materials system and documentation. Key improvements include an auto rename effect for materials, a condition row feature, and fixes for onContentChange timing issues and form effect return map instance sharing.
Key Highlights
- Added auto rename effect feature in materials system
- Added condition row feature for materials
- Fixed onContentChange executing after node disposal
- Fixed form effect return map sharing same instance
- Added composite nodes documentation
New Features
- Auto rename effect in materials - automatically renames materials based on usage
- Condition row feature in materials
- Removed formInputs readonly restriction in demo
- Composite nodes documentation
Full Release Notes
🚀 v0.2.2 📅 date:2025-05-23 ## What's Changed * feat(demo): remove formInputs readonly by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/259 * fix: onContentChange is executed after the node is disposed by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/260 * feat(material): auto rename effect by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/261 * fix(form): effect return map share same instance by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/263 * docs(materials): auto rename ref docs by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/264 * feat(docs): composite nodes docs by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/265 * fix(docs): image style error by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/267 * feat(material): condition row by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/268   **Full Changelog**: https://github.com/bytedance/flowgram.ai/compare/v0.2.1...v0.2.2