Version Packages#2979
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📦 Bundle Stats —
|
| Metric | Value | vs main (32c622e) |
|---|---|---|
| Internal (raw) | 802.3 KB | - |
| Internal (gzip) | 153.7 KB | - |
| Bundled (raw) | 1.41 MB | - |
| Bundled (gzip) | 318.0 KB | - |
| Import time | 97ms | -1ms, -1.0% |
@portabletext/editor/behaviors
| Metric | Value | vs main (32c622e) |
|---|---|---|
| Internal (raw) | 467 B | - |
| Internal (gzip) | 207 B | - |
| Bundled (raw) | 424 B | - |
| Bundled (gzip) | 171 B | - |
| Import time | 2ms | +0ms, +0.6% |
@portabletext/editor/plugins
| Metric | Value | vs main (32c622e) |
|---|---|---|
| Internal (raw) | 2.7 KB | - |
| Internal (gzip) | 894 B | - |
| Bundled (raw) | 2.5 KB | - |
| Bundled (gzip) | 827 B | - |
| Import time | 7ms | +0ms, +0.2% |
@portabletext/editor/selectors
| Metric | Value | vs main (32c622e) |
|---|---|---|
| Internal (raw) | 81.2 KB | - |
| Internal (gzip) | 14.9 KB | - |
| Bundled (raw) | 76.9 KB | - |
| Bundled (gzip) | 13.8 KB | - |
| Import time | 8ms | -0ms, -0.4% |
@portabletext/editor/traversal
| Metric | Value | vs main (32c622e) |
|---|---|---|
| Internal (raw) | 28.1 KB | - |
| Internal (gzip) | 5.6 KB | - |
| Bundled (raw) | 28.1 KB | - |
| Bundled (gzip) | 5.5 KB | - |
| Import time | 6ms | -0ms, -1.3% |
@portabletext/editor/utils
| Metric | Value | vs main (32c622e) |
|---|---|---|
| Internal (raw) | 29.7 KB | - |
| Internal (gzip) | 6.2 KB | - |
| Bundled (raw) | 27.4 KB | - |
| Bundled (gzip) | 5.9 KB | - |
| Import time | 6ms | -0ms, -3.5% |
🗺️ . · ./behaviors · ./plugins · ./selectors · ./traversal · ./utils · Artifacts
Details
- Import time regressions over 10% are flagged with
⚠️ - Sizes shown as raw / gzip 🗜️. Internal bytes = own code only. Total bytes = with all dependencies. Import time = Node.js cold-start median.
📦 Bundle Stats — @portabletext/markdown
Compared against main (32c622eb)
| Metric | Value | vs main (32c622e) |
|---|---|---|
| Internal (raw) | 53.8 KB | - |
| Internal (gzip) | 9.8 KB | - |
| Bundled (raw) | 348.9 KB | - |
| Bundled (gzip) | 96.3 KB | - |
| Import time | 37ms | -2ms, -5.1% |
🗺️ View treemap · Artifacts
Details
- Import time regressions over 10% are flagged with
⚠️ - Sizes shown as raw / gzip 🗜️. Internal bytes = own code only. Total bytes = with all dependencies. Import time = Node.js cold-start median.
christianhg
enabled auto-merge (rebase)
July 20, 2026 06:28
christianhg
disabled auto-merge
July 20, 2026 06:29
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@portabletext/editor@7.10.8
Patch Changes
#2974
32c622eThanks @ryanbonial! - fix: apply remote patches addressingmarksandmarkDefselements as data patchesRemote patches produced by diffing tools (e.g.
@sanity/diff-patchin@portabletext/plugin-sdk-value) can address elements of sidecararrays:
span.marks[0],span.marks[-1],block.markDefs[_key==...].These paths end in a keyed or numeric segment just like structural node
paths, so the engine routed them through structural child
insertion/removal. Removals threw
Cannot apply an "unset" (node removal) operation ... because the node was not found.and killed theconsumer's sync, while inserts silently wrote a bogus
childrenarrayonto the span, corrupting the document once the value was pushed back
to the datastore. In practice this broke concurrent editing whenever a
collaborator toggled a decorator or annotation.
The engine now detects that such a path does not target the owning
node's structural child array and applies the operation as a plain data
patch on the root block, matching what the datastore computed.
diffMatchPatchpatches on strings outside span text (e.g. a swappeddecorator inside
marks) are applied the same way instead of beingignored.
@portabletext/plugin-character-pair-decorator@8.0.36
Patch Changes
32c622e]:@portabletext/plugin-dnd@1.0.20
Patch Changes
32c622e]:@portabletext/plugin-emoji-picker@7.0.36
Patch Changes
32c622e]:@portabletext/plugin-input-rule@6.0.5
Patch Changes
32c622e]:@portabletext/plugin-list-index@1.0.20
Patch Changes
32c622e]:@portabletext/plugin-markdown-shortcuts@8.0.36
Patch Changes
32c622e]:@portabletext/plugin-one-line@7.0.35
Patch Changes
32c622e]:@portabletext/plugin-paste-link@4.0.35
Patch Changes
32c622e]:@portabletext/plugin-sdk-value@7.0.35
Patch Changes
32c622e]:@portabletext/plugin-table@1.3.5
Patch Changes
32c622e]:@portabletext/plugin-typeahead-picker@6.0.36
Patch Changes
32c622e]:@portabletext/plugin-typography@8.0.36
Patch Changes
32c622e]:@portabletext/toolbar@8.0.35
Patch Changes
32c622e]: