Skip to content

Releases: coinbase/onchainkit

v0.29.2

19 Aug 19:46
4b7bf3f
Compare
Choose a tag to compare

Patch Changes

  • fix: better defined pressable classes were accessing the hover state variable. Update the TransactionButton and WalletDropdown to use our pre-existing pressable classes. By @cpcramer #1092 704e160
  • feat: added transactionIdle and transactionPending to lifeCycleStatus in the Transaction experience. By @Zizzamia #1088

v0.29.1

15 Aug 23:23
5e59e19
Compare
Choose a tag to compare

Patch Changes

v0.29.0

15 Aug 19:02
cd511b6
Compare
Choose a tag to compare

Minor Changes

  • feat: updated view transaction link experience. By @abcrane123 #1016 ccfc47f
  • fix: modified Avatar component to handle images with varying height/width ratio. By @kirkas #1058
  • chore: removed console.log statement in useWriteContracts. By @abcrane123 #1048
  • feat: added mobile drawer for Wallet experinece, and useBreakpoints hook. By @abcrane123 #1045
  • feat: introduced onStatus listener, to help expose the internal Transaction's component lifecycle. By @Zizzamia #1034 #1047 #1055
  • feat: added WalletDropdownFundLink component as dropdown link for the keys.coinbase.com funding flow. By @0xAlec #1021
  • chore: increased Wallet dropdown png size to 18x18. By @cpcramer #1041 #1064
  • chore: Transaction components cleanup. By @Zizzamia #1028 #1029 #1052
  • fix: adjusted dark mode within TransactionToast. By @abcrane123 #1020

v0.28.7

08 Aug 20:44
d6dc7bb
Compare
Choose a tag to compare

Patch Changes

v0.28.6

08 Aug 18:14
30fe3ae
Compare
Choose a tag to compare

Patch Changes

v0.28.5

07 Aug 23:41
91a92a6
Compare
Choose a tag to compare

Patch Changes

  • 9fbb7ec: - feat: added isBasename and getBaseDefaultProfilePicture function to resolve to default avatars. By @kirkas #1002
    • feat: modified getAvatar to resolve default avatars, only for basenames. By @kirkas #1002

v0.28.4

07 Aug 18:47
d155adc
Compare
Choose a tag to compare

Patch Changes

  • 0351295: - chore: updated all Wallet dropdown SVGs to render 16x16. Update text to Claim Basename (if no Basename), otherwise "Profile". By @cpcramer #990
    • feat: added chain props to useAvatar and getAvatar to resolve Base avatar. By @kirkas #986
    • feat: modified getAvatar to resolve Base avatar, and fallback to mainnet if none is found. By @kirkas #986

v0.28.3

07 Aug 00:18
7aca88f
Compare
Choose a tag to compare

Patch Changes

v0.28.2

06 Aug 23:46
cd9d109
Compare
Choose a tag to compare

Patch Changes

v0.28.1

06 Aug 22:38
84cfdd2
Compare
Choose a tag to compare

Patch Changes

  • 16c004b: - feat: added Permit2 approval process for UniversalRouter in the Swap experiece. By @0xAlec #980