This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
Releases: 5afe/safe-react
Releases · 5afe/safe-react
Safe For Teams - Early Access v1.4.0
- Refactor the interface for the new version of transaction history service (#243)
- Fix copy to clipboard buttons for safari (#234)
- Fix bug when addresses without 0x were considered valid and interface crashed (#214)
- Fix bug when wrong notification was shown for confirmation tx
- Fix search not working in the sidebar
- Fix activate custom token for all safes (#212)
Safe For Teams - Early Access v1.3.0
- Fix bug when owner names didn't match owners addresses after creating a safe (#240)
- Allow editing owner names in read-only mode (#260)
- Use web3connect for provider integreation (#124)
- Notifications improvements (#158)
- Don't allow interacting with the app when user is connected to wrong network (#202)
- Small bugfixes here and there
Safe For Teams - Early Access v1.1.0
- Fixes for DAI token
- Fixes for tokens with decimals other than 18
- Improvements for send funds flow
- Some non-noticeable fixes
Safe For Teams - Early Access v1.0.2
- Fix sending tokens with decimals other than 18
Safe for Teams v1.0.1 (Early Access)
This release includes:
- #198 Update mainnet tx-service endpoints
Safe for Teams v1.0.0 (Early Access)
Load Safe feature
This release includes:
- #75 Load Safe feature
- Bug fixes
Safe Overview's Balance & Manage Tokens
Design Open Safe route - Update safe-contracts & transaction-history-service
Description
- Integration of safe-contracts 0.0.2 version
- Integration of latest version of transaction-history-service
- Implementation of Open Safe view process
- Fixed bunch bugs (included broken tests related to open safe process)
- Removed references to daily limit in code.
Feature: Design Welcome route including Header's Provider
Description
This PR generates the App's layout of the "welcome" route, included Header, Footer and Header's Provider components.