You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/learningmap/CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# @hyperbook/web-component-learningmap
2
2
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
Copy file name to clipboardExpand all lines: platforms/web/CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,25 @@
1
1
# web
2
2
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
0 commit comments