v0.2.11

bytedance/flowgram.aiv0.2.11Jun 13, 2025by louisyoungx

AI Summary

v0.2.11 is a minor release focused on improving the free canvas and auto-layout functionality. Key improvements include touch operation support for the free canvas, enhanced auto-layout capabilities with custom configuration options, and a bug fix for a disposable freeze error.

Key Highlights

  • Free canvas now supports touch operation for better mobile/tablet support
  • Auto-layout feature enhanced to sort same-from-port nodes using y-axis coordinate
  • Auto-layout now supports custom layout configuration
  • Bug fix for disposable freeze error in utils
  • Internationalization (i18n) refactoring completed

New Features

  • Free canvas supports touch operation
  • Auto-layout sorts same-from-port nodes using y-axis coordinate
  • Auto-layout supports custom layout configuration

Full Release Notes

🚀 v0.2.11
📅 date:2025-06-13

## What's Changed
* feat(free-core): free canvas supports touch operation by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/367
* refactor: i18n by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/374
* feat(auto-layout): sort same from port nodes using y-axis coordinate by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/375
* fix(utils): disposable freeze error by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/377
* feat(auto-layout): support custom layout config by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/378


**Full Changelog**: https://github.com/bytedance/flowgram.ai/compare/v0.2.10...v0.2.11