Skip to content

Conversation

@jnsdls
Copy link
Member

@jnsdls jnsdls commented Nov 5, 2024

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

[email protected]

Minor Changes

  • #5298 5cc5c93 Thanks @gregfromstl! - Added new SiteEmbed React component for embedding thirdweb-supported sites with seamless wallet connection support.

    The component allows you to embed other thirdweb-enabled sites while maintaining wallet connection state, supporting both in-app and ecosystem wallets.

    Example usage:

    import { SiteEmbed } from "thirdweb/react";
    
    <SiteEmbed
      src="https://thirdweb.com"
      client={client}
      ecosystem={ecosystem}
    />;

    Note: Embedded sites must include <AutoConnect /> and support frame-ancestors in their Content Security Policy.

Patch Changes


PR-Codex overview

This PR focuses on updating the thirdweb package to version 5.66.0, introducing a new SiteEmbed React component and making several patch changes, including automatic migration for in-app wallets and fixes for ecosystem signing errors.

Detailed summary

  • Added new SiteEmbed React component for seamless wallet connection.
  • Updated version from 5.65.2 to 5.66.0.
  • Automatically migrate in-app wallets to the new enclave system.
  • Fixed ecosystem signing with data error.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@vercel
Copy link

vercel bot commented Nov 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 6, 2024 6:25am
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 6, 2024 6:25am
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 6, 2024 6:25am
wallet-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 6, 2024 6:25am

@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 5, 2024

Your org has enabled the Graphite merge queue for merging into main

Add the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 5, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 43 KB (0%) 861 ms (0%) 463 ms (+39.61% 🔺) 1.4 s
thirdweb (cjs) 103 KB (0%) 2.1 s (0%) 877 ms (-1.04% 🔽) 3 s
thirdweb (minimal + tree-shaking) 4.85 KB (0%) 97 ms (0%) 77 ms (+413.71% 🔺) 174 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 72 ms (+213.16% 🔺) 82 ms
thirdweb/react (minimal + tree-shaking) 17.51 KB (0%) 351 ms (0%) 215 ms (+249.01% 🔺) 565 ms

@codecov
Copy link

codecov bot commented Nov 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.61%. Comparing base (b633293) to head (2e1ed62).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5310   +/-   ##
=======================================
  Coverage   45.61%   45.61%           
=======================================
  Files        1068     1068           
  Lines       55557    55557           
  Branches     4045     4044    -1     
=======================================
  Hits        25341    25341           
  Misses      29526    29526           
  Partials      690      690           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from b633293
packages 40.72% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants