v1.0.11
tinyhumansai/openhumanv1.0.11Apr 16, 2026by louisyoungx
AI Summary
This release focuses on bug fixes, specifically addressing issues with form materials, the JSON schema editor, and core optimizations for line indexing.
Key Highlights
- Fixed mini code editor wrapping in form materials
- Fixed JSON schema editor initialization crash on type switch
- Fixed crash when clearing date-time input
- Optimized port allLines lookup with centralized line indexing
New Features
- Optimized port allLines lookup with centralized line indexing
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