Skip to content

Commit fe44fb3

Browse files
chore(mcp): 0.9.0 [skip ci]
### What's New **Responsive comments and tracked changes** — Comments and tracked changes now adapt to narrow viewports. Configure `displayMode` to control rendering: `'sidebar'` for right-sidebar only, `'inline'` for compact popovers only, or `'auto'` to switch between them based on available width. Use `compactBreakpointPx` to set a custom breakpoint, or `compactMeasurementSelector` to specify where available width is measured from. ### Fixes - **Table width overflow** — Cell width preferences (`tcW`) no longer cause AutoFit tables with auto-width semantics to expand beyond their authored grid width. - **Missing-grid table width** — Tables without a complete authored grid now respect the width budget set by their partial column widths instead of expanding to fill available space.
1 parent 5ee4c94 commit fe44fb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superdoc-dev/mcp",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"type": "module",
55
"engines": {
66
"node": ">=20"

0 commit comments

Comments
 (0)