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
1 change: 1 addition & 0 deletions hub-client/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ be in reverse chronological order (latest first).

### 2026-06-10

- [`a7bb7a08`](https://github.com/quarto-dev/q2/commits/a7bb7a08): Upgrade Automerge to 3.2.6, substantially reducing memory usage when loading documents.
- [`867bebaa`](https://github.com/quarto-dev/q2/commits/867bebaa): The q2-debug and editor reveal-deck renderers now draw their reveal.js CSS from the same vendored copy `q2 render` embeds, so deck styling cannot drift between the preview surfaces and rendered output.
- [`8146aa35`](https://github.com/quarto-dev/q2/commits/8146aa35): KaTeX is now pinned to one exact version (0.16.28) across rendered output (CDN link) and the preview's bundled copy, so math renders identically in both and no longer changes when the CDN's `latest` advances.
- [`fa2cf019`](https://github.com/quarto-dev/q2/commits/fa2cf019): Opening a document after the sign-in session has expired now cleanly aborts and triggers a silent renewal, instead of opening the document with a randomized collaboration identity.
Expand Down
1 change: 1 addition & 0 deletions hub-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"bootstrap-test-fixtures": "npx tsx e2e/scripts/regenerate-fixtures.ts"
},
"dependencies": {
"@automerge/automerge": "^3.2.6",
"@automerge/automerge-repo": "^2.5.6",
"@automerge/automerge-repo-network-websocket": "^2.5.6",
"@automerge/automerge-repo-react-hooks": "2.5.6",
Expand Down
22 changes: 10 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ts-packages/preview-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"test:watch": "vitest"
},
"dependencies": {
"@automerge/automerge": "^2.2.9",
"@automerge/automerge": "^3.2.6",
"@automerge/automerge-repo": "^2.5.1",
"@quarto/pandoc-types": "*",
"@quarto/preview-renderer": "*",
Expand Down
2 changes: 1 addition & 1 deletion ts-packages/quarto-sync-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test:watch": "vitest"
},
"dependencies": {
"@automerge/automerge": "^2.2.9",
"@automerge/automerge": "^3.2.6",
"@automerge/automerge-repo": "^2.5.1",
"@automerge/automerge-repo-network-websocket": "^2.5.1",
"@automerge/automerge-repo-storage-indexeddb": "^2.5.4",
Expand Down
Loading