Skip to content

Commit 40698f3

Browse files
chore(react): 1.8.0 [skip ci]
### What's New - **Responsive comments UI** — Comments and tracked changes adapt to screen size with `displayMode: 'auto'`, `'sidebar'`, or `'inline'`. - **Customizable responsive breakpoints** — Set `compactBreakpointPx` to define when inline mode activates, and use `compactMeasurementSelector` to specify which container width SuperDoc measures. - **Small-screen popover positioning** — Inline comment popovers anchor to highlights with smart bounds calculation and safe margins to prevent overflow. ### Improvements - Enhanced comments module documentation with full configuration reference for responsive behavior on small screens.
1 parent 359da95 commit 40698f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react/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/react",
3-
"version": "1.7.1",
3+
"version": "1.8.0",
44
"description": "Official React wrapper for the SuperDoc document editor",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)