Skip to content

Commit e50639d

Browse files
authored
Merge pull request #46 from openpatch/changeset-release/main
Version Packages
2 parents b3c7a2d + f724d75 commit e50639d

File tree

9 files changed

+43
-16
lines changed

9 files changed

+43
-16
lines changed

.changeset/image-compression-and-413-handling.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/learningmap/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @hyperbook/web-component-learningmap
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- [#45](https://github.com/openpatch/learningmap/pull/45) [`7f6a991`](https://github.com/openpatch/learningmap/commit/7f6a991066c84ddbd0f2c1088301a461cdb3c2d0) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add browser-based image compression and 413 error handling
8+
- Compress uploaded images automatically using Canvas API (resize to max 1920x1920px, convert to JPEG at 0.85 quality)
9+
- Add support for JPG, PNG, WebP, and SVG file formats
10+
- Detect HTTP 413 (Payload Too Large) responses and show user-friendly error message
11+
- Add translations for file size error in English and German
12+
- Typical file size reduction: 70-90% for raster images
13+
314
## 0.2.1
415

516
### Patch Changes

packages/learningmap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@learningmap/learningmap",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/learningmap#readme",
66
"license": "MIT",

packages/web-component/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @hyperbook/web-component-learningmap
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- [#45](https://github.com/openpatch/learningmap/pull/45) [`7f6a991`](https://github.com/openpatch/learningmap/commit/7f6a991066c84ddbd0f2c1088301a461cdb3c2d0) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add browser-based image compression and 413 error handling
8+
- Compress uploaded images automatically using Canvas API (resize to max 1920x1920px, convert to JPEG at 0.85 quality)
9+
- Add support for JPG, PNG, WebP, and SVG file formats
10+
- Detect HTTP 413 (Payload Too Large) responses and show user-friendly error message
11+
- Add translations for file size error in English and German
12+
- Typical file size reduction: 70-90% for raster images
13+
14+
- Updated dependencies [[`7f6a991`](https://github.com/openpatch/learningmap/commit/7f6a991066c84ddbd0f2c1088301a461cdb3c2d0)]:
15+
- @learningmap/learningmap@0.2.2
16+
317
## 0.2.1
418

519
### Patch Changes

packages/web-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@learningmap/web-component",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/learningmap#readme",
66
"license": "MIT",

platforms/vscode/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# learningmap-studio
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7f6a991`](https://github.com/openpatch/learningmap/commit/7f6a991066c84ddbd0f2c1088301a461cdb3c2d0)]:
8+
- @learningmap/learningmap@0.2.2
9+
310
## 0.2.2
411

512
### Patch Changes

platforms/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "learningmap-studio",
33
"displayName": "Learningmap Studio",
44
"description": "Visual editor for learningmap files",
5-
"version": "0.2.2",
5+
"version": "0.2.3",
66
"publisher": "openpatch",
77
"author": "Mike Barkmin",
88
"license": "MIT",

platforms/web/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# web
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7f6a991`](https://github.com/openpatch/learningmap/commit/7f6a991066c84ddbd0f2c1088301a461cdb3c2d0)]:
8+
- @learningmap/learningmap@0.2.2
9+
310
## 0.0.4
411

512
### Patch Changes

platforms/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "web",
33
"private": true,
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)