Skip to content

Version Packages#402

Merged
souporserious merged 1 commit intomainfrom
changeset-release/main
Mar 24, 2026
Merged

Version Packages#402
souporserious merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Mar 20, 2026

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

renoun@11.6.0

Minor Changes

  • 6630740: Refactors Tokens to use slot-based components overrides for token spans, diagnostics, and quick info popovers.

    Breaking Changes

    Tokens no longer accepts css, className, or style props. Move those overrides to the new components slots instead:

    <Tokens
    --  css={{
    --    popover: {
    --      marginTop: '0.5rem',
    --    },
    --  }}
    --  className={{
    --    token: 'custom-token',
    --  }}
    +  components={{
    +    Popover: {
    +      css: {
    +        marginTop: '0.5rem',
    +      },
    +    },
    +    Token: {
    +      className: 'custom-token',
    +    },
    +  }}
    />

    Use components.Token, components.Error, and components.Popover for the old token, error, and popover override targets.

Patch Changes

  • f010e01: Fixes clone-backed explicit remote refs so warm export-history reads avoid duplicate remote freshness checks and concurrent identical history requests share in-flight work.

  • f28b5e7: Improves multi-worker performance and reliability for repository history and analysis.

    • Deduplicates export history work across workers using persisted cache
    • Fixes React streaming/Suspense issues for History loading
    • Reduces redundant git checks with caching and smarter probes
    • Expands CLI prewarm discovery to include export history
    • Fixes Reference edge cases and crashes
    • Optimizes directory snapshot and export type resolution
  • 19a4969: Tightens cache invalidation across development, CI, and production-oriented analysis flows.

    • Stops non-production RPC memoization for source text metadata and token requests so local edits cannot be masked by a stale websocket cache layer.
    • Enables strict hermetic file-system cache defaults in CI and lets runtime analysis snapshots honor the shared environment default again.
  • 55f2b65: Fixes explicit-ref analysis for cached git repositories so export and type lookups use the selected ref, and keeps Next.js app caches under .next/cache/renoun instead of creating extra .renoun/cache roots.

  • 0d20c96: Fixes remote git directory and file reads after switching a repository ref to a branch that only exists as a remote-tracking ref in the cached clone.

  • ec9ac52: Fixes explicit remote ref invalidation for cached git repositories so branch updates refresh file reads, sync reads, and analysis caches against the latest fetched ref.

  • b24b405: Improves build performance and reliability by fixing large analysis RPC responses, making prewarm invalidation incremental, and reducing code block analysis round trips.

  • 934c769: Implements stable theme cache key.

  • d9c6048: Fixes GitVirtualFileSystem#getFileExports so remote archive-backed files initialize before export enumeration.

  • 7aefedb: Export all History component types.

@renoun/screenshot@0.3.3

Patch Changes

  • ce6fd10: Fixes WebGL and canvas capture by snapshotting canvas content at screenshot start before async resource preparation runs. Falls back to a visible placeholder with a clear warning when browser security restrictions prevent cross-origin or tainted canvas pixels from being copied.
  • 28e4b29: Use placeholder when canvas is tainted.

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
renoun Ready Ready Preview, Comment Mar 24, 2026 3:28am
renoun-blog Ready Ready Preview, Comment Mar 24, 2026 3:28am
renoun-docs Ready Ready Preview, Comment Mar 24, 2026 3:28am
renoun-workbench Ready Ready Preview, Comment Mar 24, 2026 3:28am

Request Review

@github-actions github-actions bot force-pushed the changeset-release/main branch from 469f1a1 to db63ec8 Compare March 20, 2026 02:26
@github-actions github-actions bot force-pushed the changeset-release/main branch from db63ec8 to 0b8551a Compare March 20, 2026 04:33
@github-actions github-actions bot force-pushed the changeset-release/main branch from 0b8551a to ac2d56f Compare March 20, 2026 04:45
@github-actions github-actions bot force-pushed the changeset-release/main branch from ac2d56f to 03b6a00 Compare March 20, 2026 05:04
@github-actions github-actions bot force-pushed the changeset-release/main branch from 03b6a00 to d8fa2dd Compare March 20, 2026 05:58
@github-actions github-actions bot force-pushed the changeset-release/main branch from df6c48f to 8ae99f5 Compare March 21, 2026 00:42
@github-actions github-actions bot force-pushed the changeset-release/main branch from 8ae99f5 to 1689d11 Compare March 21, 2026 05:03
@github-actions github-actions bot force-pushed the changeset-release/main branch from 1689d11 to d826ab0 Compare March 21, 2026 23:47
@github-actions github-actions bot force-pushed the changeset-release/main branch from d826ab0 to 7ab1a04 Compare March 23, 2026 00:46
@github-actions github-actions bot force-pushed the changeset-release/main branch from 7ab1a04 to 48e7bae Compare March 23, 2026 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant