chore: add changeset for node-editor box selection feature

This commit is contained in:
yhh
2026-01-04 17:24:20 +08:00
parent 2ee8d87647
commit 3bfb8a1c9b

View File

@@ -0,0 +1,11 @@
---
"@esengine/node-editor": minor
---
feat(node-editor): add box selection and variable node error states
- Add box selection: drag on empty canvas to select multiple nodes
- Support Ctrl+drag for additive selection (add to existing selection)
- Add error state styling for invalid variable references (red border, warning icon)
- Support dynamic node title via `data.displayTitle`
- Support hiding inputs via `data.hiddenInputs` array