v1.0.9

bytedance/flowgram.aiv1.0.9Mar 23, 2026by louisyoungx

AI Summary

This release introduces sandboxed JavaScript execution with QuickJS and includes multiple auto-layout improvements. The updates enhance runtime security and layout flexibility.

Key Highlights

  • Added sandboxed JavaScript execution with QuickJS
  • Added alignTopEdge option in auto-layout with readonly mode fix
  • Optimized pnpm dependency installation space
  • Fixed snap line offset by 1px for right and bottom
  • Removed vertical edge filtering in group layout

New Features

  • Sandboxed JavaScript execution with QuickJS
  • alignTopEdge option in auto-layout

Full Release Notes

## What's Changed
* feat(runtime): add sandboxed JavaScript execution with QuickJS by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/1088
* fix(snap): adjust right and bottom snap lines by 1px offset by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/1090
* feat: 优化 pnpm 依赖安装空间 by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/1099
* fix(auto-layout): remove vertical edge filtering in group layout by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/1101
* feat(auto-layout): add alignTopEdge option and fix readonly mode by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/1100
* fix: panel manager support react16 by @JxJuly in https://github.com/bytedance/flowgram.ai/pull/1102


**Full Changelog**: https://github.com/bytedance/flowgram.ai/compare/v1.0.8...v1.0.9