From aa26b0040c17418a7c560aa9fdd7c238be5dc4b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 23:11:52 +0000 Subject: [PATCH] Version Packages --- .changeset/proud-donkeys-shave.md | 18 ------------------ packages/learningmap/CHANGELOG.md | 18 ++++++++++++++++++ packages/learningmap/package.json | 2 +- packages/web-component/CHANGELOG.md | 7 +++++++ packages/web-component/package.json | 2 +- platforms/vscode/CHANGELOG.md | 7 +++++++ platforms/vscode/package.json | 2 +- platforms/web/CHANGELOG.md | 7 +++++++ platforms/web/package.json | 2 +- 9 files changed, 43 insertions(+), 22 deletions(-) delete mode 100644 .changeset/proud-donkeys-shave.md diff --git a/.changeset/proud-donkeys-shave.md b/.changeset/proud-donkeys-shave.md deleted file mode 100644 index 88be9e6..0000000 --- a/.changeset/proud-donkeys-shave.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -"@learningmap/learningmap": minor ---- - -Make background nodes easier to work with and new nodes easier to see - -- Add a layers panel listing every node, so nodes covered by another one can still be reached, selected, locked and reordered -- Add bring to front / forward / backward / send to back controls to the node panel and the multi selection panel -- Add per node locking, which stops a background image from being dragged or selected by accident while it can still be edited from the layers panel -- Alt-click cycles through the nodes stacked under the cursor -- Selected nodes are lifted above the stack so their resize handles stay reachable -- Fix text nodes defaulting to a near-invisible light grey; the default now follows the background colour -- Empty image and text nodes render a visible placeholder and image nodes start at a usable size -- Fix nodes added with a keyboard shortcut getting no zIndex, which put them below every other node -- New nodes are placed inside the visible canvas, cascade instead of stacking on each other, and are selected on creation -- Text nodes can be edited in place with a double-click -- Fix the clickable area of a rotated text node not matching what is drawn -- Fix undo, copy, paste and delete being disabled whenever a node was selected diff --git a/packages/learningmap/CHANGELOG.md b/packages/learningmap/CHANGELOG.md index f0e7c17..c278393 100644 --- a/packages/learningmap/CHANGELOG.md +++ b/packages/learningmap/CHANGELOG.md @@ -1,5 +1,23 @@ # @hyperbook/web-component-learningmap +## 0.7.0 + +### Minor Changes + +- [#63](https://github.com/openpatch/learningmap/pull/63) [`a540b14`](https://github.com/openpatch/learningmap/commit/a540b140d299e25151a9be3cb01bc3fd4a148789) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Make background nodes easier to work with and new nodes easier to see + - Add a layers panel listing every node, so nodes covered by another one can still be reached, selected, locked and reordered + - Add bring to front / forward / backward / send to back controls to the node panel and the multi selection panel + - Add per node locking, which stops a background image from being dragged or selected by accident while it can still be edited from the layers panel + - Alt-click cycles through the nodes stacked under the cursor + - Selected nodes are lifted above the stack so their resize handles stay reachable + - Fix text nodes defaulting to a near-invisible light grey; the default now follows the background colour + - Empty image and text nodes render a visible placeholder and image nodes start at a usable size + - Fix nodes added with a keyboard shortcut getting no zIndex, which put them below every other node + - New nodes are placed inside the visible canvas, cascade instead of stacking on each other, and are selected on creation + - Text nodes can be edited in place with a double-click + - Fix the clickable area of a rotated text node not matching what is drawn + - Fix undo, copy, paste and delete being disabled whenever a node was selected + ## 0.6.0 ### Minor Changes diff --git a/packages/learningmap/package.json b/packages/learningmap/package.json index 071a2f7..5e55436 100644 --- a/packages/learningmap/package.json +++ b/packages/learningmap/package.json @@ -1,6 +1,6 @@ { "name": "@learningmap/learningmap", - "version": "0.6.0", + "version": "0.7.0", "author": "Mike Barkmin", "homepage": "https://github.com/openpatch/learningmap#readme", "license": "MIT", diff --git a/packages/web-component/CHANGELOG.md b/packages/web-component/CHANGELOG.md index 240078c..097fd1b 100644 --- a/packages/web-component/CHANGELOG.md +++ b/packages/web-component/CHANGELOG.md @@ -1,5 +1,12 @@ # @hyperbook/web-component-learningmap +## 0.3.9 + +### Patch Changes + +- Updated dependencies [[`a540b14`](https://github.com/openpatch/learningmap/commit/a540b140d299e25151a9be3cb01bc3fd4a148789)]: + - @learningmap/learningmap@0.7.0 + ## 0.3.8 ### Patch Changes diff --git a/packages/web-component/package.json b/packages/web-component/package.json index 48c1786..6345dda 100644 --- a/packages/web-component/package.json +++ b/packages/web-component/package.json @@ -1,6 +1,6 @@ { "name": "@learningmap/web-component", - "version": "0.3.8", + "version": "0.3.9", "author": "Mike Barkmin", "homepage": "https://github.com/openpatch/learningmap#readme", "license": "MIT", diff --git a/platforms/vscode/CHANGELOG.md b/platforms/vscode/CHANGELOG.md index 6b76910..efb00c7 100644 --- a/platforms/vscode/CHANGELOG.md +++ b/platforms/vscode/CHANGELOG.md @@ -1,5 +1,12 @@ # learningmap-studio +## 0.4.6 + +### Patch Changes + +- Updated dependencies [[`a540b14`](https://github.com/openpatch/learningmap/commit/a540b140d299e25151a9be3cb01bc3fd4a148789)]: + - @learningmap/learningmap@0.7.0 + ## 0.4.5 ### Patch Changes diff --git a/platforms/vscode/package.json b/platforms/vscode/package.json index 3c911d2..f59e515 100644 --- a/platforms/vscode/package.json +++ b/platforms/vscode/package.json @@ -2,7 +2,7 @@ "name": "learningmap-studio", "displayName": "Learningmap Studio", "description": "Visual editor for learningmap files", - "version": "0.4.5", + "version": "0.4.6", "publisher": "openpatch", "author": "Mike Barkmin", "license": "MIT", diff --git a/platforms/web/CHANGELOG.md b/platforms/web/CHANGELOG.md index d81356b..c9e2650 100644 --- a/platforms/web/CHANGELOG.md +++ b/platforms/web/CHANGELOG.md @@ -1,5 +1,12 @@ # web +## 0.2.3 + +### Patch Changes + +- Updated dependencies [[`a540b14`](https://github.com/openpatch/learningmap/commit/a540b140d299e25151a9be3cb01bc3fd4a148789)]: + - @learningmap/learningmap@0.7.0 + ## 0.2.2 ### Patch Changes diff --git a/platforms/web/package.json b/platforms/web/package.json index 4fe5045..10297e6 100644 --- a/platforms/web/package.json +++ b/platforms/web/package.json @@ -1,7 +1,7 @@ { "name": "web", "private": true, - "version": "0.2.2", + "version": "0.2.3", "type": "module", "scripts": { "dev": "vite",