Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions .changeset/proud-donkeys-shave.md

This file was deleted.

18 changes: 18 additions & 0 deletions packages/learningmap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/learningmap/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/web-component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/web-component/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions platforms/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion platforms/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions platforms/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion platforms/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web",
"private": true,
"version": "0.2.2",
"version": "0.2.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down