Releases: coinbase/onchainkit
Releases · coinbase/onchainkit
v0.16.0
Minor Changes
- 9f93913: - feat: init
ConnectAccount
component, which will make even easier to use Smart Wallet. By @Zizzamia #342
v0.15.0
Minor Changes
-
7935116: - feat: renamed anything that says EASAttestation
to just Attestation
. This should help better popularize the concept of attestation. By @Zizzamia #332
Breaking Changes
The getEASAttestations
now is getAttestations
.
v0.14.1
Patch Changes
- a83f9f0: - chore: deprecated root level imports for
getFrameMetadata
, FrameMetadata
, Avatar
, Name
, useAvatar
, useName
utilities and components.
v0.14.0
Minor Changes
-
249e1ac: - feat: added showAddress
as an option to the Name
component. By @Zizzamia #322
Breaking Changes
The Name
component will use showAddress
to override the default ENS behavior, and getName
. It will have multiple options as input, which means to pass the address you have to do getName({ address })
instead of getName(address)
.