From 867021fd7da721e000b758c2a383985b6b4be3c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 21:41:25 +0000 Subject: [PATCH] Version Packages --- .changeset/dnd-tests-docs.md | 8 -------- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 .changeset/dnd-tests-docs.md diff --git a/.changeset/dnd-tests-docs.md b/.changeset/dnd-tests-docs.md deleted file mode 100644 index ad2c297..0000000 --- a/.changeset/dnd-tests-docs.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@flowscape-ui/canvas-react": patch ---- - -- test: add NodeView drag-and-drop UI test verifying hit-testing (no canvas pan), node move, and single history batch -- chore: add PointerEvent polyfill for jsdom tests -- docs(README): document DnD behavior, hit-testing, and history batching/undo-redo -- docs(tasklist): mark CORE-05c/CORE-05d/CORE-06 and CORE-05 as done diff --git a/CHANGELOG.md b/CHANGELOG.md index b546f12..f0860f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # @flowscape-ui/canvas-react +## 0.1.3 + +### Patch Changes + +- [#11](https://github.com/Flowscape-UI/canvas-react/pull/11) [`4f29868`](https://github.com/Flowscape-UI/canvas-react/commit/4f298683d15ceedfa47a6eb2359e0b4376927264) Thanks [@binary-shadow](https://github.com/binary-shadow)! - - test: add NodeView drag-and-drop UI test verifying hit-testing (no canvas pan), node move, and single history batch + - chore: add PointerEvent polyfill for jsdom tests + - docs(README): document DnD behavior, hit-testing, and history batching/undo-redo + - docs(tasklist): mark CORE-05c/CORE-05d/CORE-06 and CORE-05 as done + ## 0.1.2 ### Patch Changes diff --git a/package.json b/package.json index dea5c4a..8833c4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flowscape-ui/canvas-react", - "version": "0.1.2", + "version": "0.1.3", "description": "High-performance Open Source React library for an interactive infinite canvas with nodes, pan/zoom, selection, history, and a plugin-friendly architecture.", "license": "Apache-2.0", "type": "module",