-
Notifications
You must be signed in to change notification settings - Fork 476
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 #5650
Version Packages #5650
Conversation
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. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5650 +/- ##
==========================================
- Coverage 51.22% 51.21% -0.01%
==========================================
Files 1092 1092
Lines 57336 57336
Branches 4676 4674 -2
==========================================
- Hits 29368 29364 -4
- Misses 27252 27256 +4
Partials 716 716
*This pull request uses carry forward flags. Click here to find out more. |
4d42eb8
to
d61d64c
Compare
d61d64c
to
b30aecd
Compare
b30aecd
to
5c1c77c
Compare
5c1c77c
to
fd94e47
Compare
3bbdf3c
to
826ad2c
Compare
826ad2c
to
2de0617
Compare
2de0617
to
ca68596
Compare
ca68596
to
2063842
Compare
2063842
to
7cb0141
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
#5533
43fbcac
Thanks @kien-ngo! - The Connected-details button now shows USD value next to the token balance.Breaking change to the AccountBalance
The formatFn props now takes in an object of type
AccountBalanceInfo
. The oldformatFn
was inflexible because it only allowed you to format the balance value.With this new version, you have access to both the balance and symbol.
AccountBalance now supports showing the token balance in fiat value (only USD supported at the moment)
The
formatFn
prop now takes in an object of typeAccountBalanceInfo
and outputs a stringConnectButton also supports displaying balance in fiat since it uses AccountBalance internally
Export utils functions:
formatNumber: Round up a number to a certain decimal place
shortenLargeNumber: Shorten the string for large value. Mainly used for the AccountBalance's
formatFn
Fix to ConnectButton
The social image of the Details button now display correctly for non-square image.
Massive test coverage improvement for the Connected-button components
#5655
f69d1aa
Thanks @kien-ngo! - Improve NFT ComponentsPatch Changes
#5660
d5a68c8
Thanks @gregfromstl! - Fix: Correctly cleans the "Custom Auth" profile type label#5672
3b53732
Thanks @gregfromstl! - Fix ox hardset version#5653
df734ba
Thanks @joaquim-verges! - More helpful error messages for enclave and userop errors#5656
f680496
Thanks @joaquim-verges! - Fix connecting to cb wallet browser extension when already on the same chain#5671
dcd5822
Thanks @joaquim-verges! - Allow signature minting for LoyaltyCard contracts by passing the contractType#5673
c55f02f
Thanks @ElasticBottle! - always include gas price information even if it's 0 for enclave wallets#5617
c48e0c9
Thanks @gregfromstl! - Fix: Disconnect smart account when account signer is disconnected#5668
485dcc6
Thanks @joaquim-verges! - Fix add chain not triggering for certain wallets@thirdweb-dev/[email protected]
Patch Changes
e702490
Thanks @arcoraven! - Add modelName, sessionId, requestId to usagePR-Codex overview
This PR focuses on updating the version of
thirdweb
and@thirdweb-dev/service-utils
, along with significant changes in their changelogs. It introduces new features, improvements, and fixes, particularly for theAccountBalance
andConnectButton
components.Detailed summary
thirdweb
version from5.75.0
to5.76.0
.@thirdweb-dev/service-utils
version from0.4.51
to0.4.52
.modelName
,sessionId
,requestId
to usage in@thirdweb-dev/service-utils
.AccountBalance
component with newformatFn
prop.AccountBalance
andConnectButton
.formatNumber
andshortenLargeNumber
.ConnectButton
.Connected-button
components.