Skip to content

Commit ca76886

Browse files
committed
chore(release): publish packages
- [email protected]
1 parent 9109272 commit ca76886

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/vyuh_node_flow/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.12.0
2+
3+
- **FEAT**: introducing Auto-Pan behavior which allows the elements (nodes, annotations, connections) to move freely and go past the edges, while keeping the viewport panning in place. It also does some interesting calculations for avoiding drift, so that the element stays relative to the mouse pointer. This is all implemented on the `ElementScope` with an `AutoPanMixin`.
4+
15
## 0.11.0
26

37
- **FEAT**: add ViewportAnimationMixin for smooth viewport animations, integrate animation methods into NodeFlowController and NodeFlowEditor, and provide API for animating to nodes, positions, bounds, and zoom levels.

packages/vyuh_node_flow/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: vyuh_node_flow
22
description: A flexible, high-performance node-based flow editor for Flutter. Build visual programming interfaces, workflow editors, diagrams, and data pipelines.
3-
version: 0.11.0
3+
version: 0.12.0
44

55
homepage: https://vyuh.tech
66
repository: https://github.com/vyuh-tech/vyuh_node_flow

0 commit comments

Comments
 (0)