Skip to content

Commit 2f5187e

Browse files
chore(vscode): 2.8.1 [skip ci]
### What's New - **Comments display modes** — Control how comment and tracked-change bubbles render on small screens with `displayMode: 'auto'` (switches sidebar/inline based on width), `'sidebar'` (always right panel), or `'inline'` (always compact). Optional `compactBreakpointPx` and `compactMeasurementSelector` fine-tune measurement behavior for custom layouts. ### Fixes - **Table width overflow from cell preferences** — Tables with auto-width semantics no longer expand beyond their authored grid width when cells have width preferences (`tcW`). - **Missing-grid table width budget** — Tables without a complete authored column grid now respect the width budget set by their partial column widths instead of expanding to fill available space.
1 parent f84db82 commit 2f5187e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/vscode-ext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "superdoc-vscode-ext",
33
"displayName": "SuperDoc - Word Document Editor",
44
"description": "Open and edit Word documents (.docx) directly in VS Code using SuperDoc",
5-
"version": "2.8.0",
5+
"version": "2.8.1",
66
"publisher": "superdoc-dev",
77
"icon": "logo.png",
88
"homepage": "https://superdoc.dev",

0 commit comments

Comments
 (0)