v0.5.1

bytedance/flowgram.aiv0.5.1Sep 26, 2025by xiamidaxia

AI Summary

v0.5.1 is a minor patch release for flowgram.ai that includes bug fixes for the demo and core components, along with a new auto-merge feature for node.updateExtInfo.

Key Highlights

  • Fixed loop node padding in the demo component
  • Fixed cursor style issue - removed default cursor icon from playground container
  • Added auto-merge functionality for node.updateExtInfo to preserve previous data

New Features

  • node.updateExtInfo now automatically merges with previous data instead of overwriting it

Full Release Notes

## What's Changed
* fix(demo): loop node padding by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/882
* fix(core): do not add cursor style to playground container and remove default cursor icon by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/885
* feat(core): node.updateExtInfo auto merge previous data by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/884


**Full Changelog**: https://github.com/bytedance/flowgram.ai/compare/v0.5.0...v0.5.1