v0.3.3

bytedance/flowgram.aiv0.3.3Aug 4, 2025by sanmaopep

AI Summary

This release v0.3.3 of flowgram.ai includes two new features and two bug fixes. The main additions are the ability to listen to ref changes in the material component and enhanced workflowPortEntity properties (location/offset/size) for free-layout. Bug fixes address port click events in read-only states and form input value effect triggering.

Key Highlights

  • Added ability to listen to ref changes in material component
  • Enhanced workflowPortEntity with location, offset, and size properties for free-layout
  • Fixed port click events being incorrectly enabled in read-only state
  • Fixed form trigger effect for inputsValues

New Features

  • feat(material): listen ref change
  • feat(free-layout): workflowPortEntity add location/offset/size

Full Release Notes

## What's Changed
* feat(material): listen ref change by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/622
* feat(free-layout): workflowPortEntity add location/offset/size by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/625
* fix(free-layout-node): 修复只读状态下端口点击事件未禁用的问题 by @WhiteWatson in https://github.com/bytedance/flowgram.ai/pull/630
* fix(form): trigger effect for inputsValues.* by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/627

## New Contributors
* @WhiteWatson made their first contribution in https://github.com/bytedance/flowgram.ai/pull/630

**Full Changelog**: https://github.com/bytedance/flowgram.ai/compare/v0.3.2...v0.3.3