π Sync stable β main#2545
Merged
harbournick merged 2 commits intomainfrom Mar 24, 2026
Merged
Conversation
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.
Contributor
Author
|
π This PR is included in superdoc-sdk v1.2.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Merges latest stable patches into main to keep branches in sync.
This ensures
@nextprereleases stay ahead of@latestreleases.Auto-created by sync-patches workflow.