v0.2.20

bytedance/flowgram.aiv0.2.20Jul 4, 2025by louisyoungx

AI Summary

This release (v0.2.20) focuses on performance improvements and documentation enhancements for the flowgram.ai project. Key changes include adding a disableFitView option to autoLayout, optimizing loop block node creation, and improving free-layout line interaction experience.

Key Highlights

  • Added disableFitView option to autoLayout feature
  • Optimized loop block node creation for better performance
  • Improved free-layout line interaction experience
  • Fixed loop block nodes validation and effects issues
  • Updated and fixed variable documentation

New Features

  • autoLayout now supports disableFitView option to control view fitting behavior

Full Release Notes

🚀 v0.2.20
📅 date:2025-07-04

## What's Changed
* feat(client): autoLayout add disableFitView option by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/459
* fix(demo): remove loop block nodes form validates & effects by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/460
* docs(variable): optimize variable documentation by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/463
* perf(demo): optimize the way loop create its block start & end node by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/466
* docs(variables): fix error by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/467
* perf(free-layout): optimize line interaction experience by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/468


**Full Changelog**: https://github.com/bytedance/flowgram.ai/compare/v0.2.19...v0.2.20