docs: update documentation for AppKit 1.8.19 changes#756
docs: update documentation for AppKit 1.8.19 changes#756devin-ai-integration[bot] wants to merge 2 commits intomainfrom
Conversation
Co-Authored-By: unknown <>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
Claude finished @devin-ai-integration[bot]'s task in 2m 14s —— View job 🤖 PR Review
No breaking changes detected. All documented API changes are additive (new optional parameters/fields, deprecation with backward compat). Found 2 issue(s)Issue 1:
|
Co-Authored-By: unknown <>
Description
Updates documentation to reflect changes introduced in AppKit 1.8.19. The release included three changes:
fetchWalletsexpanded options (#5526): TheuseAppKitWalletshook'sfetchWalletsmethod now accepts additional options (search,entries,badge,include,exclude). Thequeryparameter is deprecated in favor ofsearch.wcErrorexposed onuseAppKitWallets(#5548): A newwcErrorboolean return value indicates WalletConnect URI fetch failures.caipAddressandchainIdonallAccounts(#5535): Each account inallAccountsnow includescaipAddress(CAIP-10 format) andchainId. TheConnection.accountstype also gainscaipAddress.Files changed
appkit/react/early-access/headless.mdx— AddedwcErrorreturn field, updatedfetchWalletstype signature with fullFetchWalletsOptionsinterface, updated code examples fromquery→searchappkit/react/core/hooks.mdx— UpdatedallAccountsdescription, added explicitAccounttype definition, addedcaipAddresstoConnection.accountsappkit/next/core/hooks.mdx— SameallAccountsandAccounttype updates as Reactappkit/vue/core/composables.mdx— Added previously-missingallAccountsto returns list with updated descriptionappkit/react-native/core/hooks.mdx— UpdatedallAccountsdescriptionUpdates since last revision
BadgeTypeto'none' | 'certified'in theFetchWalletsOptionsinterface so the type is self-contained in the docswcErrorResponseField to appear immediately afterwcUri, matching the destructuring example orderHuman review checklist
Accounttype definition matches source atpackages/controllers/src/utils/TypeUtil.ts(thepathfield for Bitcoin was intentionally omitted as internal)allAccountsto Vue composables returns list is appropriate (it was previously undocumented)FetchWalletsOptionsfield types/descriptions match source atpackages/controllers/exports/react.ts'none' | 'certified'accurately represents theBadgeTypeunionRequested by: unknown ()
Link to Devin Session
Tests
Direct link to the deployed preview files