Skip to content

Commit c2aaedc

Browse files
authored
Merge pull request #60 from openpatch/changeset-release/main
Version Packages
2 parents 5794de4 + 88ac2b3 commit c2aaedc

10 files changed

Lines changed: 50 additions & 31 deletions

File tree

.changeset/auto-language-detection.md

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

.changeset/teacher-student-dashboards.md

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

packages/learningmap/CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [`d6220ac`](https://github.com/openpatch/learningmap/commit/d6220aca0714cc65599289158456ad0bde20161c) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Add "Auto" language detection and improve i18n system
8+
- Add "Auto" option to language dropdown that automatically detects browser language
9+
- Add `getLanguage()` and `getTranslations()` methods to editor store for easier access
10+
- Change default language from "en" to "auto" for better user experience
11+
- Improve language selection logic: settings.language → defaultLanguage → browser detection
12+
- Simplify translation access throughout components via store methods
13+
- Better support for international users with automatic language detection
14+
315
## 0.4.2
416

517
### 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.4.2",
3+
"version": "0.5.0",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/learningmap#readme",
66
"license": "MIT",

packages/web-component/CHANGELOG.md

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

3+
## 0.3.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d6220ac`](https://github.com/openpatch/learningmap/commit/d6220aca0714cc65599289158456ad0bde20161c)]:
8+
- @learningmap/learningmap@0.5.0
9+
310
## 0.3.5
411

512
### 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.3.5",
3+
"version": "0.3.6",
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.4.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d6220ac`](https://github.com/openpatch/learningmap/commit/d6220aca0714cc65599289158456ad0bde20161c)]:
8+
- @learningmap/learningmap@0.5.0
9+
310
## 0.4.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.4.2",
5+
"version": "0.4.3",
66
"publisher": "openpatch",
77
"author": "Mike Barkmin",
88
"license": "MIT",

platforms/web/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [`d6220ac`](https://github.com/openpatch/learningmap/commit/d6220aca0714cc65599289158456ad0bde20161c) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Add role-based dashboards for teachers and students
8+
- Add `/teach` route with teacher dashboard for managing created learning maps
9+
- Add `/learn` route improvements with student-focused progress tracking
10+
- Add TeacherEditor wrapper that automatically saves shared maps to teacher collection
11+
- Add IndexedDB `teacherMaps` store for managing teacher's map collection
12+
- Update landing page with clear role-based entry points ("I'm a Teacher" / "I'm a Student")
13+
- Add consistent header navigation across all views with full-width layout
14+
- Add clickable logo/title throughout app to return to homepage
15+
- Teachers can now easily share maps with students via copy link functionality
16+
- Students can track their progress across all their learning maps
17+
18+
### Patch Changes
19+
20+
- Updated dependencies [[`d6220ac`](https://github.com/openpatch/learningmap/commit/d6220aca0714cc65599289158456ad0bde20161c)]:
21+
- @learningmap/learningmap@0.5.0
22+
323
## 0.1.5
424

525
### 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.1.5",
4+
"version": "0.2.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)