v0.3.4

bytedance/flowgram.aiv0.3.4Aug 8, 2025by xiamidaxia

AI Summary

This release focuses on documentation improvements, bug fixes for layout components, and adding internationalization support for form materials. It also introduces version tracking in scope.available.

Key Highlights

  • Documentation upgraded to rspress@beta.24 with pluginLlms enabled
  • Form materials now support internationalization (i18n)
  • Bug fixes for fixed-layout (trycatch label) and free-layout (associated nodes) components
  • Added version tracking to scope.available
  • Fixed document disposal error handling

New Features

  • Form materials internationalization (i18n) support
  • Version tracking added to scope.available

Full Release Notes

## What's Changed
* docs: upgrade to rspress@beta.24 and enable pluginLlms by @SoonIter in https://github.com/bytedance/flowgram.ai/pull/566
* feat(material): form-materials i18n by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/641
* fix(fixed-layout): trycatch label activated by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/644
* fix: document has been disposed and call toJSON should throw error by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/646
* fix(type-editor): import table css by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/647
* feat(version): add version in scope.available by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/649
* docs: add nndeploy to readme by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/643
* fix(free-layout): computing associated nodes do not require system nodes by @JxJuly in https://github.com/bytedance/flowgram.ai/pull/651

## New Contributors
* @SoonIter made their first contribution in https://github.com/bytedance/flowgram.ai/pull/566

**Full Changelog**: https://github.com/bytedance/flowgram.ai/compare/v0.3.3...v0.3.4