v0.3.6

bytedance/flowgram.aiv0.3.6Aug 14, 2025by xiamidaxia

AI Summary

v0.3.6 is a minor release focused on bug fixes, refactoring, and a new utility feature. Key changes include a bug fix for setValueIn to support undefined values, a new fitView tool, and refactoring of layout-related functions.

Key Highlights

  • Bug fix: setValueIn now supports setting undefined values with unknown keys
  • New feature: Added ctx.tools.fitView utility
  • Refactored: formatNodeLines and formatNodeLabels moved to fixed-layout-props
  • Constraint added: Free-layout loop nodes cannot nest other loop nodes
  • Chore: Added trending badge

New Features

  • ctx.tools.fitView - new utility for fitting view
  • setValueIn support for undefined values with unknown keys

Full Release Notes

## What's Changed
* fix(form): setValueIn support set undefined value with unknown key by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/673
* refactor:  move formatNodeLines and formatNodeLabels to fixed-layout-props,  demo-free-layout loop node cannot nest loop node by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/672
* chore: add trending badget by @dragooncjw in https://github.com/bytedance/flowgram.ai/pull/677
* feat: add ctx.tools.fitView by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/674


**Full Changelog**: https://github.com/bytedance/flowgram.ai/compare/v0.3.5...v0.3.6