v1.0.6
bytedance/flowgram.aiv1.0.6Dec 10, 2025by xiamidaxia
AI Summary
This release introduces Panel enhancements including fullscreen and keepDOM modes, fixes a critical security vulnerability in React flight protocol, and improves export plugin functionality across layout types.
Key Highlights
- Panel fullscreen support
- Security fix for RCE vulnerability in React flight protocol
- Export plugin support for both fixed & free layout
- Panel keepDOM feature
- Group form value persistence
New Features
- Panel fullscreen support
- Panel keepDOM
- Export plugin for fixed and free layouts
- Group form value persistence
- Docked panel support
Full Release Notes
## What's Changed * feat: Panel support fullscreen by @JxJuly in https://github.com/bytedance/flowgram.ai/pull/1005 * fix: vulnerable to RCE in React flight protocol by @dragooncjw in https://github.com/bytedance/flowgram.ai/pull/1010 * feat: flow download plugin support both fixed & free layout by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/1004 * feat: Panel support keepDOM by @squallliu in https://github.com/bytedance/flowgram.ai/pull/1007 * feat(group): add form value persistence for group notes by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/1011 * fix(free-demo): prevent multiple node panel openings by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/1012 * refactor: remove event emitter leak warning threshold by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/1013 * fix(demo): node report status not updating by @lq9958 in https://github.com/bytedance/flowgram.ai/pull/1015 * chore: downgrade node version in ci by @dragooncjw in https://github.com/bytedance/flowgram.ai/pull/1016 * refactor: rename download-plugin to export-plugin by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/1019 ## New Contributors * @lq9958 made their first contribution in https://github.com/bytedance/flowgram.ai/pull/1015 **Full Changelog**: https://github.com/bytedance/flowgram.ai/compare/v1.0.3...v1.0.6