v0.1.25
bytedance/flowgram.aiv0.1.25May 7, 2025by xiamidaxia
AI Summary
v0.1.25 is a feature, fix, and performance release from May 2025 that introduces global variable scope functionality and includes multiple bug fixes for demo features, line rendering, and layout dragging, along with performance improvements for coordinate updates in the layer system.
Key Highlights
- Added global variable scope feature for improved variable management
- Fixed line re-rendering issue after hover interactions
- Fixed commandService.executeCommand not working in demo
- Performance improvement: reduced repeated coordinate updates due to browser precision
- Fixed variable sync when title changes in demo
New Features
- Global variable scope - allows variables to be accessed globally within flowgram.ai
Full Release Notes
π v0.1.25 - Feature | Fix | Performance π dateοΌ2025-05-07 ## π Feature * feat(variable): global variable scope by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/182 ## π Fix * fix(demo-free): create copy error by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/174 * fix: fixed-layout dragging adder materials check canDrop by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/163 * fix: eslint format on save by @dragooncjw in https://github.com/bytedance/flowgram.ai/pull/177 * fix(demo): when title changed, sync variable as well by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/178 * fix(line): lines not re-rendering after hover by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/181 * fix(demo): commandService.executeCommand not work by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/184 ## π Performance * perf(layer): browser coord precision causing repeated coord updates by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/187 ## π Chore * chore: hide useless api in variable engine by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/180 * chore: polyfill win & eslint config fix by @dragooncjw in https://github.com/bytedance/flowgram.ai/pull/192 **Full Changelog**: https://github.com/bytedance/flowgram.ai/compare/v0.1.24...v0.1.25