Skip to content

Commit 4154a50

Browse files
committed
chore(release): publish packages
- [email protected]
1 parent 7a20d50 commit 4154a50

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/vyuh_node_flow/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.8.2
2+
3+
- **FIX**: respecting render order when detecting events, esp. around ports and nodes that are overlapping.
4+
- **FEAT**: add debug visualization for spatial index and tracking systems.
5+
- **FEAT**: migrate layout logic to hit testing, remove `NodeFlowLayoutDelegate`.
6+
- **FEAT**: migrate layout logic to hit testing, remove `NodeFlowLayoutDelegate`.
7+
- **FEAT**: centralize interaction handling via hit testing, remove redundant node event callbacks.
8+
19
## 0.8.1
210

311
- **FIX**: respecting render order when detecting events, esp. around ports and nodes that are overlapping.

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.8.1
3+
version: 0.8.2
44

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

0 commit comments

Comments
 (0)