Skip to content

Releases: wevm/wagmi

wagmi-private@0.1.2

10 Jan 02:50
5eee036
Compare
Choose a tag to compare

Patch Changes

wagmi@0.1.1

08 Jan 20:50
8afe90b
Compare
Choose a tag to compare

Patch Changes

  • #54 25acd3d Thanks @tmm! - Stale contract object when useContract hook arguments change @zakangelle

wagmi@0.1.0

08 Jan 20:11
583e25d
Compare
Choose a tag to compare

Minor Changes

  • #52 da7a3a6 Thanks @tmm! - Moves connectors to their own entrypoints to reduce bundle size.

    // old - WalletLinkConnector unused, but still in final bundle
    import { InjectedConnector, WalletConnectConnector } from 'wagmi'
    
    // new - WalletLinkConnector not in final bundle
    import { InjectedConnector } from 'wagmi/connectors/injected'
    import { WalletConnectConnector } from 'wagmi/connectors/walletConnect'

Patch Changes

  • Updated dependencies [da7a3a6]:
    • wagmi-private@0.1.0

wagmi-testing@0.1.0

08 Jan 20:11
583e25d
Compare
Choose a tag to compare

Minor Changes

  • #52 da7a3a6 Thanks @tmm! - Moves connectors to their own entrypoints to reduce bundle size.

    // old - WalletLinkConnector unused, but still in final bundle
    import { InjectedConnector, WalletConnectConnector } from 'wagmi'
    
    // new - WalletLinkConnector not in final bundle
    import { InjectedConnector } from 'wagmi/connectors/injected'
    import { WalletConnectConnector } from 'wagmi/connectors/walletConnect'

Patch Changes

  • Updated dependencies [da7a3a6]:
    • wagmi-private@0.1.0

wagmi-private@0.1.0

08 Jan 20:11
583e25d
Compare
Choose a tag to compare

Minor Changes

  • #52 da7a3a6 Thanks @tmm! - Moves connectors to their own entrypoints to reduce bundle size.

    // old - WalletLinkConnector unused, but still in final bundle
    import { InjectedConnector, WalletConnectConnector } from 'wagmi'
    
    // new - WalletLinkConnector not in final bundle
    import { InjectedConnector } from 'wagmi/connectors/injected'
    import { WalletConnectConnector } from 'wagmi/connectors/walletConnect'

wagmi@0.0.17

04 Jan 18:11
fdaf681
Compare
Choose a tag to compare

Patch Changes

wagmi@0.0.16

04 Jan 16:17
a2adaad
Compare
Choose a tag to compare

Patch Changes

  • d1574cf Thanks @tmm! - add better type information for contract results

  • Updated dependencies [d1574cf]:

    • wagmi-private@0.0.16

wagmi@0.0.15

04 Jan 16:10
60cc5ed
Compare
Choose a tag to compare

Patch Changes

  • 3909624 Thanks @tmm! - make contract read and write execute overrides param optional

  • Updated dependencies [3909624]:

    • wagmi-private@0.0.15

wagmi-testing@0.0.17

04 Jan 18:11
fdaf681
Compare
Choose a tag to compare

Patch Changes

wagmi-testing@0.0.16

04 Jan 16:17
a2adaad
Compare
Choose a tag to compare

Patch Changes

  • d1574cf Thanks @tmm! - add better type information for contract results

  • Updated dependencies [d1574cf]:

    • wagmi-private@0.0.16