v1.0.11

landing-ai/ade-cliv1.0.11Apr 16, 2026by louisyoungx

AI Summary

A patch release addressing stability issues in form materials, JSON schema editors, and date-time inputs, alongside optimizations to core line indexing.

Key Highlights

  • Optimized port line lookup with centralized indexing
  • Fix for mini code editor wrapping
  • Fix for JSON schema initialization on type switch
  • Fix for cleared date-time input crash

New Features

  • Mini code editor wrapping support
  • JSON schema initialization fixes
  • Date-time input crash fixes
  • Core line indexing optimization

Full Release Notes

## What's Changed
* fix(form-materials): support mini code editor wrapping by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/1114
* fix(json-schema-editor): initialize default on type switch by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/1115
* fix(materials): cleared date-time input crash by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/1118
* fix(core): optimize port allLines lookup with centralized line indexing by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/1117


**Full Changelog**: https://github.com/bytedance/flowgram.ai/compare/v1.0.10...v1.0.11