Releases: filecoin-project/filsnap
Releases · filecoin-project/filsnap
filsnap: v1.2.0
1.2.0 (2024-10-29)
Features
- add filsnap.dev and glif.io to initialConnections (53fb49a)
Bug Fixes
- fix account safe return (b6c4f6a)
- fix chain names to avoid metamask warnings (814317f)
- setup internal config on update and default to mainnet (fd4d8ca)
- update dialogs to JSX and some minor improvements to the UI (18dd299)
- update jsx components and mm-snap cli (ff39df1)
filsnap-adapter: v2.0.2
2.0.2 (2024-10-29)
Bug Fixes
- support undefined network when not filecoin chain (d1ed11d)
filsnap-adapter-react: v2.0.1
2.0.1 (2024-10-29)
Bug Fixes
- disconnect when changing to a non filecoin chain (81faada)
filsnap-adapter: v2.0.1
2.0.1 (2024-10-02)
Bug Fixes
- fix chain names to avoid metamask warnings (814317f)
filsnap: v1.1.0
1.1.0 (2024-09-03)
Features
- snap: add basic onHomePage and onInstall handlers (ad5f28c)
Bug Fixes
- moved provider type to adapter, updated to mm v12 (56da6b5)
filsnap-adapter: v2.0.0
2.0.0 (2024-09-03)
⚠ BREAKING CHANGES
- add reconnect, disconnect and changeChain, add better getProvider and new connector to manage provider
Features
- add reconnect, disconnect and changeChain, add better getProvider and new connector to manage provider (94f8792)
- snap: add basic onHomePage and onInstall handlers (ad5f28c)
Bug Fixes
- keep trying to find mm provider (6f0096f)
filsnap-adapter-react: v2.0.0
2.0.0 (2024-09-03)
⚠ BREAKING CHANGES
- add configure and disconnect methods, support reconnect on mount and sync with provider
Features
- add configure and disconnect methods, support reconnect on mount and sync with provider (443465b)
filsnap: v1.0.3
1.0.3 (2024-07-03)
Bug Fixes
- add proper types to the provider (429bbcf)
- cache config and use row() in UI (25de01f), closes #173
- disable transation insights for now (f0c1da8)
- snaps, iso-filecoin and other dep updates (158696f)
filsnap-adapter: v1.0.2
1.0.2 (2024-07-03)
Bug Fixes
- add proper types to the provider (429bbcf)
- improve connection logic to not force install (6cc4f1f)
- snaps, iso-filecoin and other dep updates (158696f)
filsnap-adapter-react: v1.0.1
1.0.1 (2024-07-03)
Bug Fixes