2.1.6 (2022-06-13)
- loading state on error (561c31b)
2.1.5 (2022-06-13)
- provider libs in connector call (53313a2)
2.1.4 (2022-06-11)
- remove dist from git assets (5fb8bfc)
2.1.3 (2022-06-11)
- release dist (607f512)
2.1.2 (2022-06-11)
- peer dependencies import statement (c999e57)
2.1.1 (2022-06-11)
2.1.0 (2022-06-10)
- handle edge case when multiple injected providers are installed (fd0e5ba)
- rename coinbase wallet (95b5be9)
- use peer dependencies (ec15121)
2.0.0 (2022-06-09)
- error reporting on chain switch request (1a86c4a)
- merge branch 'main' into feature/multi_provider (6b070a9)
- move external class into wrapper and refactor exports (743c89c)
- path alias (96770b7)
- 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)
- missing provider for mobile wallets (77cf738)
1.0.5 (2022-06-02)
- wallet connection in metamask app (d57cba4)
1.0.4 (2022-05-30)
- conflicting metamask and coinbase wallet in browser (21df7d0)
1.0.3 (2022-05-29)
- mobile metamask open app (ef8ee52)
1.0.2 (2022-05-29)
- 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)
- injectedprovider.ts: use metamask provider from multiple providers on metamask wallet selection (39a4f7a)
- 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)