Skip to content

Commit b2cacbe

Browse files
chore(sdk): 1.1.0 [skip ci]
Based on my review of the commits and code changes, here are the release notes: ### What's New - **Relative-path images** — Display and export images referenced with relative URLs; same-origin validation prevents cross-origin requests. - **upgradeToCollaboration()** — Convert an existing local document into a collaborative room programmatically. - **@superdoc-dev/create** — Standalone scaffolding tool detects your framework (React, Next.js, Vue, Nuxt, Angular, Svelte, vanilla JS) and generates tailored AGENTS.md with code examples, installs extensions, and prints MCP setup instructions. ### Improvements - **Document structure** — SDTs nested in paragraphs preserve paragraph attributes during import and export; mixed fragment output normalizes correctly. - **Tab leaders** — Positioning now accounts for paragraph indent across all alignment types (start, end, center, decimal); fixed coordinate space consistency. - **RTL paragraphs** — Tab decorations mirror correctly in right-to-left documents; alignment fixed on load. - **Context menu paste** — Plain-text paste via right-click preserves leading and trailing whitespace; range selections maintained to prevent collapse in presentation mode. - **Collaboration sync** — Yjs updates no longer blocked by locked SDTs or charts; chart immutability preserved. ### Fixes - **Tracked changes** — Link styles now remove when a link rejection is accepted, matching text deletion behavior. - **Comments** — Edit option now respects `readOnly` config, matching permissions of resolve and delete. - **Bibliography citations** — Numeric sdBlockId properly stringified for stable targeting in citation stories.
1 parent ca7de73 commit b2cacbe

14 files changed

Lines changed: 19 additions & 19 deletions

File tree

packages/sdk/langs/node/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/sdk",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"private": false,
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/sdk/langs/node/platforms/sdk-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/sdk-darwin-arm64",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"os": [
55
"darwin"
66
],

packages/sdk/langs/node/platforms/sdk-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/sdk-darwin-x64",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"os": [
55
"darwin"
66
],

packages/sdk/langs/node/platforms/sdk-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/sdk-linux-arm64",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"os": [
55
"linux"
66
],

packages/sdk/langs/node/platforms/sdk-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/sdk-linux-x64",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"os": [
55
"linux"
66
],

packages/sdk/langs/node/platforms/sdk-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/sdk-windows-x64",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"os": [
55
"win32"
66
],

packages/sdk/langs/python/platforms/superdoc-sdk-cli-darwin-arm64/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "superdoc-sdk-cli-darwin-arm64"
7-
version = "1.0.0"
7+
version = "1.1.0"
88
description = "SuperDoc CLI binary for macOS ARM64 (Apple Silicon)"
99
readme = "README.md"
1010
requires-python = ">=3.9"

packages/sdk/langs/python/platforms/superdoc-sdk-cli-darwin-x64/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "superdoc-sdk-cli-darwin-x64"
7-
version = "1.0.0"
7+
version = "1.1.0"
88
description = "SuperDoc CLI binary for macOS x64 (Intel)"
99
readme = "README.md"
1010
requires-python = ">=3.9"

packages/sdk/langs/python/platforms/superdoc-sdk-cli-linux-arm64/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "superdoc-sdk-cli-linux-arm64"
7-
version = "1.0.0"
7+
version = "1.1.0"
88
description = "SuperDoc CLI binary for Linux ARM64"
99
readme = "README.md"
1010
requires-python = ">=3.9"

packages/sdk/langs/python/platforms/superdoc-sdk-cli-linux-x64/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "superdoc-sdk-cli-linux-x64"
7-
version = "1.0.0"
7+
version = "1.1.0"
88
description = "SuperDoc CLI binary for Linux x64"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)