Commit fe44fb3
committed
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments