v0.1.13

bytedance/flowgram.aiv0.1.13Mar 11, 2025by YuanHeDx

AI Summary

This v0.1.13 release from ByteDance adds a new CustomType AST feature for variables and includes several bug fixes for canvas-free-layout nodes, form defaultValues, documentation, and English i18n text visibility.

Key Highlights

  • New CustomType AST feature added for variables
  • Fixed parameter loss when creating workflow nodes via createWorkflowNodeByType
  • Fixed form defaultValues function missing param and type typo issues
  • Optimized website performance and updated English documentation
  • Fixed text visibility issue in English i18n

New Features

  • feat(variable): add new CustomType AST

Full Release Notes

πŸš€ v0.1.13 - Feature & Fix

πŸ“… date:2025-03-11

πŸ”— [Compare Changes](https://github.com/bytedance/flowgram.ai/compare/v0.1.12...v0.1.13)

🌟 Feature
- feat(variable): add new CustomType AST @sanmaopep 

πŸ› Fix
- fix(canvas-free-layout): When creating a workflow node by type using createWorkflowNodeByType, the parameters in the JSON will be lost. @sanmaopep 
- fix(form): fix defaultValues function missing param and its type typo issue @YuanHeDx 
- fix(docs): Optimize website performance and update the English documentation. @dragooncjw 
- fix(style): text visibility issue in english i18n @knoxnoe 

πŸ”„ Chore
- chore(form): export errors and warnings from form and editor preset @YuanHeDx 

πŸ† Contributors to this release
[GitHub contributors page for this release](https://github.com/bytedance/flowgram.ai/graphs/contributors?from=2025.3.5&to=2025.3.11&type=c)
❀️ Thanks to @knoxnoe for contributing to this release.