Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Releases: 5afe/safe-react

Safe For Teams - Early Access v1.4.0

19 Nov 14:33
7d887d1
Compare
Choose a tag to compare
  • 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

14 Nov 14:29
fd661c5
Compare
Choose a tag to compare
  • 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

24 Oct 09:30
625e414
Compare
Choose a tag to compare
  • 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

14 Oct 15:17
c3f4732
Compare
Choose a tag to compare
  • Fix sending tokens with decimals other than 18

Safe for Teams v1.0.1 (Early Access)

30 Sep 16:04
1338422
Compare
Choose a tag to compare

This release includes:

  • #198 Update mainnet tx-service endpoints

Safe for Teams v1.0.0 (Early Access)

30 Sep 14:09
Compare
Choose a tag to compare

This release includes:

  • #140 Rebranding
  • #123 Send custom transactions
  • #74 Safe List Sidebar
  • #135 Notifications
  • #141 Mainnet Compatibility
  • General improvements and fixes

Load Safe feature

14 Nov 16:39
5360e75
Compare
Choose a tag to compare

This release includes:

  • #75 Load Safe feature
  • Bug fixes

Safe Overview's Balance & Manage Tokens

09 Nov 09:09
aa219be
Compare
Choose a tag to compare

This release includes:

  • #73 Safe Overview's Balance feature
  • #72 Manage Tokens feature
  • Bunch of UI & CSS bugfixes
  • Implementation Sorting capabilities on Table's component and Modal component (using Portals)

Design Open Safe route - Update safe-contracts & transaction-history-service

17 Oct 08:14
f6f37dd
Compare
Choose a tag to compare

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

06 Sep 15:18
d314df9
Compare
Choose a tag to compare

Description
This PR generates the App's layout of the "welcome" route, included Header, Footer and Header's Provider components.