v0.2.22

bytedance/flowgram.aiv0.2.22Jul 10, 2025by louisyoungx

AI Summary

This release v0.2.22 of flowgram.ai includes bug fixes for container drag line snapping and form field array sorting, along with new documentation for runtime and runtime API. The release also adds a prompt editor placeholder feature.

Key Highlights

  • Fixed drag line inside container not snapping properly to container
  • Fixed index comparison error when sorting field array in forms
  • Added prompt editor placeholder in material component
  • Added new runtime documentation
  • Added runtime API documentation

New Features

  • Prompt editor placeholder in material component
  • Runtime documentation
  • Runtime API documentation

Full Release Notes

## What's Changed
* feat(material): prompt editor placeholder by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/484
* fix(container): drag line inside container not snap to container by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/491
* fix(form): Fix index comparison error when sorting field array. by @DemoJj in https://github.com/bytedance/flowgram.ai/pull/486
* feat(docs): runtime docs by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/493
* feat(docs): runtime api docs by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/495

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

**Full Changelog**: https://github.com/bytedance/flowgram.ai/compare/v0.2.21...v0.2.22