v0.25.0
Minor Changes
-
77531f4: - feat:
Swap
ERC-20 Approval Flow. This is a breaking change that removes theonSubmit
functionality from theSwapButton
component and adds an approval flow for swapping from ERC-20 tokens. By @0xAlec #761.- feat: Added
chain
option to<IdentityProvider>
for L2 chain name resolution support. By @kirkas #781 - feat: Added
chain
option to<Identity>
component for L2 chain name resolution support. By @kirkas #781 - fix: Modify
<Name>
to prioritize its own address/chain props over the provider's. By @kirkas #781 - fix: Modify
<Address>
,<Avatar>
,<EthBalance>
&<DisplayBadge>
to prioritize its own address prop over the provider's. By @kirkas #781
Breaking Changes
Removed the
onSubmit
functionality from theSwapButton
component and adds an approval flow for swapping from ERC-20 tokens. - feat: Added