v0.4.18
bytedance/flowgram.aiv0.4.18Sep 19, 2025by xiamidaxia
AI Summary
This is a minor release focusing on documentation fixes and a core bug fix. The update adds a new preNodeCreate option to flow-document and resolves an issue where node.form was undefined during form effect initialization.
Key Highlights
- Fixed documentation errors in the project
- Added options.preNodeCreate to flow-document for enhanced node creation control
- Fixed bug where node.form was undefined when form effect initializes
New Features
- Added preNodeCreate option to flow-document for node creation customization
Full Release Notes
## What's Changed * docs: docs error fixed by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/854 * fix(core): flow-document add options.preNodeCreate and fix node.form undefined when form effect init by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/860 **Full Changelog**: https://github.com/bytedance/flowgram.ai/compare/v0.4.17...v0.4.18