Skip to content

Latest commit

 

History

History
156 lines (79 loc) · 8.02 KB

CHANGELOG.md

File metadata and controls

156 lines (79 loc) · 8.02 KB

2.1.6 (2022-06-13)

Bug Fixes

2.1.5 (2022-06-13)

Bug Fixes

  • provider libs in connector call (53313a2)

2.1.4 (2022-06-11)

Bug Fixes

  • remove dist from git assets (5fb8bfc)

2.1.3 (2022-06-11)

Bug Fixes

2.1.2 (2022-06-11)

Bug Fixes

  • peer dependencies import statement (c999e57)

2.1.1 (2022-06-11)

Bug Fixes

  • dependencies version (0663a6a)
  • walletconnect import as promise (028de1c)

2.1.0 (2022-06-10)

Bug Fixes

  • handle edge case when multiple injected providers are installed (fd0e5ba)
  • rename coinbase wallet (95b5be9)

Features

2.0.0 (2022-06-09)

Bug Fixes

  • error reporting on chain switch request (1a86c4a)

chore

  • merge branch 'main' into feature/multi_provider (6b070a9)

Code Refactoring

  • move external class into wrapper and refactor exports (743c89c)

Features

  • introduce provider details in base (ad771c5)
  • switch or add chain if wrong network (eecf439)

Reverts

BREAKING CHANGES

  • instantiate by passing the specific options to the connector
  • connection is initialized by calling initConnection and connectors can be accessed at top level

1.0.6 (2022-06-02)

Bug Fixes

  • missing provider for mobile wallets (77cf738)

1.0.5 (2022-06-02)

Bug Fixes

  • wallet connection in metamask app (d57cba4)

1.0.4 (2022-05-30)

Bug Fixes

  • conflicting metamask and coinbase wallet in browser (21df7d0)

1.0.3 (2022-05-29)

Bug Fixes

  • mobile metamask open app (ef8ee52)

1.0.2 (2022-05-29)

Bug Fixes

  • authereum and fortmatic option types (656f820)
  • connector.ts: duplicated wrong type imports (b6ce8be)
  • parse and validate chainid if not available (24c0efa)
  • switch coinbase sdk to module import (532a914)
  • walletconnect provide rpc options. Metamask open link if not exists (4bfad83)

1.0.1 (2022-05-12)

Bug Fixes

  • injectedprovider.ts: use metamask provider from multiple providers on metamask wallet selection (39a4f7a)

1.0.0 (2022-05-12)

Bug Fixes

  • add --ignore-engines to avoid failing installs during ci (1e19cdc)
  • add --ignore-engines to avoid failing installs during ci (8cec2d4)
  • fix eslint (b84dd28)
  • fix lint and tests (97f4525)
  • replace pnpm commands with yarn (5dc3ff9)
  • rewrite connector import to lowercase (9989f9c)
  • try adding extensions to node-resolve to fix tests on ubuntu (de29ac1)
  • try adding node-resolve rollup plugin to fix tests on ubuntu (e781ab8)
  • try changing import to fix tests on ubuntu (fdee4cf)
  • try different rollup config (4c84137)
  • try different tsconfig to fix tests on ubuntu (7d61cb5)
  • try named export (76178e6)
  • try npm run instead of yarn (0a06a4d)
  • try removing index again from imports (51318ea)