v0.2.15
bytedance/flowgram.aiv0.2.15Jun 24, 2025by xiamidaxia
AI Summary
This minor release introduces several enhancements including an upgraded background plugin with custom backgrounds, logo display, and neomorphism effects, along with improved Windows build support. The release also includes a breaking change where sync-variable-plugin is removed in favor of provide-json-schema-outputs effect.
Key Highlights
- Enhanced background plugin supporting custom backgrounds, logo display, and neomorphism effects
- Added className prop to JsonSchemaEditor for better styling flexibility
- Improved rush build support on Windows
- Fixed touch event handling for non-array touches on certain devices
- Form validation now supports warning level with React render optimization
Breaking Changes
- Removed sync-variable-plugin; users must migrate to use provide-json-schema-outputs effect
New Features
- Added initGroupJSON config to free-group-plugin
- Enhanced background-plugin with custom background, logo display, and neomorphism effects
- Added className prop to JsonSchemaEditor component
- Replaced sync-variable-plugin with provide-json-schema-outputs effect for variable handling
Full Release Notes
🚀 v0.2.15 📅 date:2025-06-24 ## What's Changed * feat(free-group-plugin): add initGroupJSON config by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/394 * docs(readme): optimize command and version for rush setup by @WanderWang in https://github.com/bytedance/flowgram.ai/pull/396 * chore(build): support rush build on windows by @WanderWang in https://github.com/bytedance/flowgram.ai/pull/397 * fix(core): touches is not array in some device by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/398 * feat(variable): remove sync-variable-plugin and use provide-json-schema-outputs effect by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/400 * feat(materials): add className prop to JsonSchemaEditor by @jzwnju in https://github.com/bytedance/flowgram.ai/pull/406 * feat(background-plugin): 增强背景插件, 支持自定义背景、Logo显示和新拟态效果 by @husky-dot in https://github.com/bytedance/flowgram.ai/pull/404 * fix(form): validate return support warning level and react render by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/408 ## New Contributors * @WanderWang made their first contribution in https://github.com/bytedance/flowgram.ai/pull/396 **Full Changelog**: https://github.com/bytedance/flowgram.ai/compare/v0.2.14...v0.2.15