Skip to content

Commit 81318c2

Browse files
chore(cli): 0.14.0 [skip ci]
### What's New **Responsive comments and tracked changes** — Comments and tracked changes now adapt to narrow viewports. Configure `displayMode` ('sidebar', 'inline', or 'auto') to control when comments display as floating popovers anchored to text instead of a sidebar. 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 dfe16c6 commit 81318c2

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

apps/cli/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/cli",
3-
"version": "0.13.1",
3+
"version": "0.14.0",
44
"type": "module",
55
"bin": {
66
"superdoc": "./dist/index.js"

apps/cli/platforms/cli-darwin-arm64/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/cli-darwin-arm64",
3-
"version": "0.13.1",
3+
"version": "0.14.0",
44
"os": [
55
"darwin"
66
],

apps/cli/platforms/cli-darwin-x64/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/cli-darwin-x64",
3-
"version": "0.13.1",
3+
"version": "0.14.0",
44
"os": [
55
"darwin"
66
],

apps/cli/platforms/cli-linux-arm64/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/cli-linux-arm64",
3-
"version": "0.13.1",
3+
"version": "0.14.0",
44
"os": [
55
"linux"
66
],

apps/cli/platforms/cli-linux-x64/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/cli-linux-x64",
3-
"version": "0.13.1",
3+
"version": "0.14.0",
44
"os": [
55
"linux"
66
],

apps/cli/platforms/cli-windows-x64/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/cli-windows-x64",
3-
"version": "0.13.1",
3+
"version": "0.14.0",
44
"os": [
55
"win32"
66
],

0 commit comments

Comments
 (0)