Skip to content

Commit d5a260a

Browse files
chore(vscode): 2.9.0 [skip ci]
### What's New - **Responsive comments UI** — Comments and tracked changes automatically switch between sidebar and compact inline popovers based on screen size, or lock to either mode with `displayMode: 'sidebar'`, `'inline'`, or `'auto'`. - **Customizable responsive breakpoints** — Set `compactBreakpointPx` to specify the exact pixel width where compact mode activates, and use `compactMeasurementSelector` to control which container width SuperDoc measures. - **Smart popover positioning on small screens** — Inline comment popovers anchor directly to highlights with bounds calculation that prevents overflow beyond viewport edges. ### Improvements - Expanded comments module documentation with complete configuration reference for all responsive display options.
1 parent 40698f3 commit d5a260a

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.1",
5+
"version": "2.9.0",
66
"publisher": "superdoc-dev",
77
"icon": "logo.png",
88
"homepage": "https://superdoc.dev",

0 commit comments

Comments
 (0)