v0.2.13
bytedance/flowgram.aiv0.2.13Jun 19, 2025by xiamidaxia
AI Summary
v0.2.13 is a patch release focused on bug fixes and improvements across form, core, and editor components. Key changes include making the playground effect idempotent for React.StrictMode support, adding browser compatibility fixes for TouchList API, and renaming an editor option which constitutes a breaking change.
Key Highlights
- Form store now uses cloneDeep when setting values for better data handling
- Playground effect made idempotent to support React.StrictMode
- Node registry meta adds autoResizeDisable and removes expandedSize
- Fixed browser compatibility issue with TouchList API
- Editor zoom fix with option rename: disableScrollLimit -> enableScrollLimit
Breaking Changes
- Node registry meta removed 'expandedSize' property - may break existing configurations
- Editor option 'disableScrollLimit' renamed to 'enableScrollLimit' - requires configuration updates
New Features
- Playground effect now idempotent for React.StrictMode compatibility
- Node registry meta supports new 'autoResizeDisable' property
Full Release Notes
🚀 v0.2.13 📅 date:2025-06-19 ## What's Changed * refactor(form): form store set values with cloneDeep by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/386 * feat(core): make playground effect idempotent to support React.StrictMode by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/387 * feat: node registry meta add autoResizeDisable and remove expandedSize by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/388 * fix(core): browser compatibility issue with TouchList api by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/389 * fix(editor): fix zoom and disableScrollLimit -> enableScrollLimit by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/390 **Full Changelog**: https://github.com/bytedance/flowgram.ai/compare/v0.2.12...v0.2.13