v0.4.8

bytedance/flowgram.aiv0.4.8Sep 2, 2025by xiamidaxia

AI Summary

This release (v0.4.8) of flowgram.ai introduces variable context skipping and datetime support in the material component, optimizes the variable selector provider, and refactors the minimap plugin to use throttle instead of debounce for improved performance.

Key Highlights

  • Added skip variable context and datetime support in material component
  • Optimized variable selector provider for better functionality
  • Refactored minimap plugin to use throttle instead of debounce for performance improvement
  • Renamed API from inactiveDebounceTime to inactiveThrottleTime in minimap-plugin

Breaking Changes

  • API change: inactiveDebounceTime renamed to inactiveThrottleTime in minimap-plugin (users need to update their code if using the old property name)

New Features

  • Skip variable context support in material component
  • Datetime support in material component
  • Optimized variable selector provider
  • Performance improvement in minimap using throttle instead of debounce

Full Release Notes

## What's Changed
* feat(material): skip variable context + datetime support by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/758
* feat(material): optimize variable selector provider by @sanmaopep in https://github.com/bytedance/flowgram.ai/pull/760
* refactor(minimap-plugin): use throttle to improve the performance of minimap, api inactiveDebounceTime -> inactiveThrottleTime by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/762


**Full Changelog**: https://github.com/bytedance/flowgram.ai/compare/v0.4.7...v0.4.8