Skip to content

v0.4.0

Choose a tag to compare

@gravity-ui-bot gravity-ui-bot released this 28 Apr 09:39
94dd3dd

0.4.0 (2025-04-27)

Features

  • add useLayer hook for managing graph layers and enhance documentation (c7e083f)
  • Camera: add methods for converting relative coordinates to absolute screen space (84a8111)
  • DevTools: introduce DevToolsLayer for enhanced graph debugging and measurement (d450e12)
  • export useLayer hook from index file to enhance layer management (43d4e9c)
  • Layers: add an AbortController to manage events (#64) (714fb0e)
  • NewBlockLayer, ConnectionLayer: added validation and duplication of blocks by a group (#62) (4df468d)

Bug Fixes

  • Events: remove mousemove event from API/docs: it was never actually dispatched (8393772)
  • Group: stop click event propagation to prevent selection reset (#65) (7b438de)
  • Improve block signal handling and add $blocksReactiveState for full state tracking (48c78aa)
  • make showConnectionArrows setting properly control arrow visibility (#67) (8139e37)