-
Notifications
You must be signed in to change notification settings - Fork 619
Version Packages #5310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Packages #5310
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Your org has enabled the Graphite merge queue for merging into mainAdd 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. |
size-limit report 📦
|
8142f03 to
1a377e3
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
*This pull request uses carry forward flags. Click here to find out more. |
1a377e3 to
2e1ed62
Compare
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
5cc5c93Thanks @gregfromstl! - Added newSiteEmbedReact 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:
Note: Embedded sites must include
<AutoConnect />and support frame-ancestors in their Content Security Policy.Patch Changes
#5217
b633293Thanks @joaquim-verges! - Automatically migrate in-app wallets to the new enclave system#5315
87e736dThanks @ElasticBottle! - fix ecosystem signing with data errorPR-Codex overview
This PR focuses on updating the
thirdwebpackage to version5.66.0, introducing a newSiteEmbedReact component and making several patch changes, including automatic migration for in-app wallets and fixes for ecosystem signing errors.Detailed summary
SiteEmbedReact component for seamless wallet connection.5.65.2to5.66.0.