v0.1.16

bytedance/flowgram.aiv0.1.16Mar 28, 2025by xiamidaxia

AI Summary

This v0.1.16 release from ByteDance introduces several enhancements to the flowgram.ai visual programming framework, including shortcut handler overrides, form validation improvements, and tryCatch node support in fixed-layout. The release also includes a field array type fix and free-layout configuration rebuild.

Key Highlights

  • Added shortcut override support for pre-handlers like delete operations
  • Form facade now includes validate method with FieldArray.delete deprecated in favor of remove
  • Fixed-layout now supports tryCatch nodes for error handling
  • Fixed field array type issues
  • Free-layout configuration has been rebuilt

Breaking Changes

  • FieldArray.delete is deprecated - use remove instead

New Features

  • Shortcuts support override pre handlers like delete
  • Added validate to Form facade
  • Fixed-layout support tryCatch node
  • Field array type fix
  • Free-layout resbuild config

Full Release Notes

πŸš€ v0.1.16 - Feature & Fix
πŸ“… date:2025-03-28
πŸ”— [Compare Changes](https://github.com/bytedance/flowgram.ai/compare/v0.1.15...v0.1.16)
🌟 Feature

* feat: shortcuts support override pre handlers like delete by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/93
* feat: add validate to Form facade, deprecate FieldArray.delete but use remove instead by @YuanHeDx in https://github.com/bytedance/flowgram.ai/pull/94
* feat: fixed-layout support tryCatch node by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/100

πŸ› Fix

* fix: fix field array type by @YuanHeDx in https://github.com/bytedance/flowgram.ai/pull/99


πŸ”„ Chore
* chore: free-layout resbuild config by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/87


πŸ† Contributors to this release
[GitHub contributors page for this release](https://github.com/bytedance/flowgram.ai/graphs/contributors?from=2025.3.25&to=2025.3.28&type=c)