v1.0.12
flexprice/flexpricev1.0.12Jun 8, 2026by dragooncjw
AI Summary
This update focuses on bug fixes for form materials, JSON schema support, and workflow management, along with improvements to the demo layout and repository configuration.
Key Highlights
- Form materials now support enum constant input.
- JSON schema now supports array item icons.
- Composite workflows feature added.
- Fixed drag node polyfill issues.
- Updated publisher configuration to use the latest npm.
New Features
- Enum constant input support in form materials.
- Array item icons support in JSON schema.
- Composite workflows feature.
- Fixed polyfill drag node undefined error.
- Corrected expand shortcut in demo-free-layout.
Full Release Notes
## What's Changed * fix(form-materials): support enum constant input by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/1127 * feat(json-schema): support array item icons by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/1128 * fix(demo-free-layout): correct expand shortcut by @Gujiassh in https://github.com/bytedance/flowgram.ai/pull/1133 * fix: polyfill drag node undefined by @dragooncjw in https://github.com/bytedance/flowgram.ai/pull/1140 * chore: composite workflows by @dragooncjw in https://github.com/bytedance/flowgram.ai/pull/1141 * fix: publisher use latest npm. del auth token registry by @dragooncjw in https://github.com/bytedance/flowgram.ai/pull/1144 * fix: repository.url by @dragooncjw in https://github.com/bytedance/flowgram.ai/pull/1145 ## New Contributors * @Gujiassh made their first contribution in https://github.com/bytedance/flowgram.ai/pull/1133 **Full Changelog**: https://github.com/bytedance/flowgram.ai/compare/v1.0.11...v1.0.12