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
6 changes: 0 additions & 6 deletions .changeset/composable-web-csp.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/course-id-identity.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/course-output-fixes.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dedupe-adapter-errors.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/spotty-pugs-wonder.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/xapi-launch-standard.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/create-tessera/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# create-tessera

## 0.3.0

### Minor Changes

- dd0da8d: Add a generated course `id` that uniquely keys web localStorage and the cmi5/xAPI activity id, with a page-structure fingerprint so reorders don't restore stale state.
- fa546cc: Add xAPI 1.0.3 (`export.standard: 'xapi'`) as a plain Tin Can launch package.

### Patch Changes

- e82ffe5: Add `export.csp` to extend the web-export Content-Security-Policy per-directive (or `false` to disable it).
- 5d495af: Fix non-ASCII course/page titles shipping as mojibake, add a baseline CSP to web exports, and trim a syscall per file in export packaging.
- e7a2794: Share one fail-loud LMS error across the runtime and build-time adapter selectors, and cache JS-module parses in the build pipeline.
- 385f41e: Fix sidebar section collapse and the "Untitled Course" fallback for empty titles, trim empty keys from suspend_data, and pin scaffolded workspaces to pnpm 11.5.2.

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-tessera/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-tessera",
"version": "0.2.3",
"version": "0.3.0",
"description": "Scaffold a new Tessera course.",
"keywords": [
"tessera",
Expand Down
14 changes: 14 additions & 0 deletions packages/tessera-learn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# tessera-learn

## 0.3.0

### Minor Changes

- dd0da8d: Add a generated course `id` that uniquely keys web localStorage and the cmi5/xAPI activity id, with a page-structure fingerprint so reorders don't restore stale state.
- fa546cc: Add xAPI 1.0.3 (`export.standard: 'xapi'`) as a plain Tin Can launch package.

### Patch Changes

- e82ffe5: Add `export.csp` to extend the web-export Content-Security-Policy per-directive (or `false` to disable it).
- 5d495af: Fix non-ASCII course/page titles shipping as mojibake, add a baseline CSP to web exports, and trim a syscall per file in export packaging.
- e7a2794: Share one fail-loud LMS error across the runtime and build-time adapter selectors, and cache JS-module parses in the build pipeline.
- 385f41e: Fix sidebar section collapse and the "Untitled Course" fallback for empty titles, trim empty keys from suspend_data, and pin scaffolded workspaces to pnpm 11.5.2.

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tessera-learn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tessera-learn",
"version": "0.2.3",
"version": "0.3.0",
"description": "LMS tracking runtime for interactive learning content. One adapter layer (SCORM 1.2, SCORM 2004 4th Edition, cmi5, static Web), your choice of components.",
"keywords": [
"svelte",
Expand Down