v0.1.29
bytedance/flowgram.aiv0.1.29May 19, 2025by xiamidaxia
AI Summary
This is a minor release focused on bug fixes and documentation improvements. The update addresses rendering issues in the demo, fixes the flowDocument fromJSON method to properly reload node data, and adds a new vite demo with flowDocument disposed check functionality.
Key Highlights
- Added vite demo with flowDocument disposed check functionality
- Fixed flowDocument fromJSON to properly reload node JSON data
- Fixed comment node render problem in documentation
- Fixed fixedLayout tryCatch error handling
- Corrected free-layout-simple documentation errors
New Features
- Added vite demo support with flowDocument disposed check
Full Release Notes
🚀 v0.1.29 - Feature | Fix | Performance 📅 date:2025-05-19 ## What's Changed * fix(demo): comment node render problem in docs by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/229 * fix(demo): fixedLayout tryCatch add error by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/233 * feat: add vite demo and flowDocument disposed check by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/234 * fix: flowDocument fromJSON will reload the node json data by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/240 * docs: free-layout-simple docs error by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/245 **Full Changelog**: https://github.com/bytedance/flowgram.ai/compare/v0.1.28...v0.1.29