v0.2.12

bytedance/flowgram.aiv0.2.12Jun 17, 2025by xiamidaxia

AI Summary

This release (v0.2.12) adds touch support for the minimap, custom arrow rendering for the free-lines plugin, and expands the use-node-render hook with additional properties. Documentation for custom layers was also added.

Key Highlights

  • Added custom arrow renderer support to the free-lines plugin
  • Minimap now supports touch operations for mobile/tablet devices
  • use-node-render hook expanded with id, type, data, and updateData properties
  • New documentation added for custom layers

New Features

  • Custom arrow renderer support for free-lines plugin
  • Touch operation support for minimap
  • Custom layer documentation added
  • use-node-render hook now includes id, type, data, and updateData properties

Full Release Notes

🚀 v0.2.12
📅 date:2025-06-17

## What's Changed
* feat(free-lines-plugin): add custom arrow renderer support by @husky-dot in https://github.com/bytedance/flowgram.ai/pull/376
* feat(minimap): support touch operation by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/381
* feat(docs): add custom layer docs by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/383
* feat: use-node-render add id、type、data、updateData by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/384


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