docs: add v7 release notes page#2625
Draft
christianhg wants to merge 38 commits into
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
|
Contributor
📦 Bundle Stats —
|
| Metric | Value | vs main (88b52dc) |
|---|---|---|
| Internal (raw) | 743.7 KB | - |
| Internal (gzip) | 142.7 KB | - |
| Bundled (raw) | 1.35 MB | - |
| Bundled (gzip) | 303.7 KB | - |
| Import time | 94ms | +0ms, +0.2% |
@portabletext/editor/behaviors
| Metric | Value | vs main (88b52dc) |
|---|---|---|
| Internal (raw) | 467 B | - |
| Internal (gzip) | 207 B | - |
| Bundled (raw) | 424 B | - |
| Bundled (gzip) | 171 B | - |
| Import time | 2ms | +0ms, +0.2% |
@portabletext/editor/plugins
| Metric | Value | vs main (88b52dc) |
|---|---|---|
| Internal (raw) | 3.6 KB | - |
| Internal (gzip) | 1021 B | - |
| Bundled (raw) | 3.4 KB | - |
| Bundled (gzip) | 952 B | - |
| Import time | 8ms | -0ms, -0.1% |
@portabletext/editor/selectors
| Metric | Value | vs main (88b52dc) |
|---|---|---|
| Internal (raw) | 76.3 KB | - |
| Internal (gzip) | 14.3 KB | - |
| Bundled (raw) | 72.4 KB | - |
| Bundled (gzip) | 13.3 KB | - |
| Import time | 8ms | +0ms, +1.3% |
@portabletext/editor/traversal
| Metric | Value | vs main (88b52dc) |
|---|---|---|
| Internal (raw) | 9.2 KB | - |
| Internal (gzip) | 2.4 KB | - |
| Bundled (raw) | 9.3 KB | - |
| Bundled (gzip) | 2.4 KB | - |
| Import time | 5ms | +0ms, +0.0% |
@portabletext/editor/utils
| Metric | Value | vs main (88b52dc) |
|---|---|---|
| Internal (raw) | 30.6 KB | - |
| Internal (gzip) | 6.5 KB | - |
| Bundled (raw) | 28.4 KB | - |
| Bundled (gzip) | 6.1 KB | - |
| Import time | 6ms | +0ms, +0.7% |
🗺️ . · ./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.
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.
Drops the v7 release post onto the docs site as
/editor/releases/v7/, with a new "Releases" group at the bottom of the Editor sidebar.The post lives at
apps/docs/src/content/docs/editor/releases/v7.md..md(not.mdx) so the<typeof schemaDefinition>,<ContainerPlugin />, and{...attributes}snippets in the prose render as text instead of being parsed as JSX.Builds clean (
pnpm --filter docs buildproduces/editor/releases/v7/index.htmlwith the right title, TOC, and content).Drafted as a try-it-out. Easy to merge if we like having the post as a permanent docs entry, easy to close if we want it elsewhere (Sanity blog, GitHub release notes, external announcement).
Notes:
npm installcommand. The original board draft had[playground link]/[video / animation]/[upgrade command]placeholders; the playground link is real, the install command is concrete, the video placeholder is dropped.apps/docsis in the changesetsignorelist, so no changeset is needed.