Skip to content

Releases: safe-global/safe-wallet-web

v1.36.5

23 May 07:06
ef107fc
Compare
Choose a tag to compare

Features

  • feat: activate Safe Activity Points step (#3735)

v1.36.4

16 May 13:20
5dd3246
Compare
Choose a tag to compare

Bug fixes

  • fix: always fetch message info when signing (#3724)
  • Fix: make custom Safe Apps' id an int (#3722)

v1.36.3

14 May 08:14
38dbc5b
Compare
Choose a tag to compare

Swaps adjustments

  • feature: custom swap fee label (#3692)
  • fix: feeTooltip text was wrong (#3697)

Build fixes

  • Chore: fix checksum upload (#3699)
  • Chore: move checksum upload step (#3694)

v1.36.0

13 May 11:48
7b5ba97
Compare
Choose a tag to compare

Features

  • Feat: Native Swaps (#3231)
  • Feat: resolve Safe address ENS in sidebar (#3671)
  • feat: redesign approval editor (#3614)
  • Feat: show balances in the Safe List (#3546)

Bug fixes

  • fix: [Counterfactual] Call onSubmit handler when submitting a transaction (#3555)
  • fix: Set default owner on safe creation when entering step (#3590)
  • fix: Disable execute button for pending transactions (#3645)
  • fix: limit batch rpc max count (#3630)

Chores & tests

  • Refactor: walletconnect card on dashboard (#3616)
  • Tests: add tests for messages (#3677)
  • Chore: update protocol-kit and safe-deployments (#3632)
  • Chore: update AWS action (#3658)
  • Tests: Cypress tests refactoring (#3657)
  • Tests: organise test safes (#3641)

v1.35.0

06 May 07:52
32a44fe
Compare
Choose a tag to compare

Features

  • feat: disable blind signing by default (#3605)
  • feat: [Counterfactual] Show pending status on dashboard (#3495)

Bug fixes

  • fix: show input error if chosen nonce is not an integer (#3609)
  • Fix: governance -> community (#3602)
  • Fix: link to the accounts page from the logo (#3577)
  • fix: open info page in new tab (#3582)
  • Fix: update the Safe Apps SDK link (#3537)
  • Fix: use wallet_addEthereumChain if cannot switch chain (#3563)
  • fix: Dashboard widget color in dark mode (#3565)
  • Fix: allow deleting only last tx and duplicates (#3554)
  • fix: Hide "add to address book" when address already in the address book (#3558)
  • Fix: make Connect wallet primary CTA on the Accounts page (#3538)
  • Fix: Change disabled tx button tooltip text (#3500)
  • fix: Show Safe activation status in safe list (#3493)

Chores & tests

  • Refactor: migrate the relay API (#3514)
  • tests: adjust env variables in tests (#3542)
  • Tests: add protocol kit integration in cypress project (#3540)
  • tests: handle deletion of multiple recoverers (#3545)
  • Chore: update the PR review domain (#3620)
  • Tests: add wait time (#3580)
  • Tests: update send funds tests (#3578)
  • Tests: update workflow to add wallet credentials (#3575)
  • tests: add core sdk integration to cypress tests (#3566)
  • chore: add a build of storybook to PRs (#3556)
  • chore: remove unused safe-core-sdk dependencies (#3547)

v1.34.1

23 Apr 11:41
eeb1e9b
Compare
Choose a tag to compare
  • Update the URL of the Governance Safe App link in the header

v1.34.0

22 Apr 08:00
9903344
Compare
Choose a tag to compare

Features

  • Feat: update voting power calculation to include locking contract tokens (#3543)
  • Feat: Add activity app banner on dashboard (#3480)
  • Feat: add a warning about Google login (#3564)

v1.33.0

09 Apr 14:18
8475b42
Compare
Choose a tag to compare

Features

  • feat: speedup pending transactions (#3425)

Analytics

  • Analytics: reject tx events (#3516)

Improvements and bug fixes

  • fix: web3-onboard support for EIP6963 (#3518)
  • Fix: [Tx Deletion] signTypedData fallback for Ledger (#3512)
  • Fix: don't show onboard popup on reconnect for MetaMask, Rabby and Zerion (#3510)
  • Fix: close Notifications popup after navigation (#3504)
  • Fix: adjust bridge warning wording (#3506)
  • Fix: extend bridge warnings list (#3505)
  • Update eslint rules (#3475)
  • Chore: adjust timezone in tests (#3507)

v1.32.1

27 Mar 15:01
9d28f70
Compare
Choose a tag to compare
  • Revert "fix: cannot connect with WC to Opensea (#3437)

v1.32.0

27 Mar 12:57
d03567f
Compare
Choose a tag to compare

WalletConnect imrprovements

  • feat: Auto approve verified WC sessions (#3455)
  • fix: cannot connect with WC to Opensea (#3437)
  • fix: Add loading states to WC (#3441)

Features

  • feat: make gas estimation error more prominent (#3404)
  • Feat: delete transactions (#3336) – disabled for now
  • Feat: show Social Login deprecation banner on all pages (#3474)

Bug fixes

  • fix: Overlapping buttons when signing a transaction (#3471) by @Eshwarj
  • fix: block new social login creations (#3426)
  • fix: Revert warning.background color in dark mode (#3468)
  • fix: allow subscribing to owned but not added safes (#3429)
  • fix: Redirect user to accounts page on social login (#3460)
  • fix: Propose relay transactions without a signature (#3457)
  • Fix: always switch wallet chain before signing/executing (#3440)
  • fix: Hamburger icon on mobile (#3453) by @puneetbagewadi
  • Fix: color styles updates (#3410)
  • fix: hydration error on dashboard (#3444)
  • fix: Remove display version on unsupported contract (#3454) by @daniel0ar
  • fix: Redirect to home if safe address is in url path (#3447)
  • fix: Remove counterfactual backup option (#3446)
  • fix: move scroll.io from blocked bridges to the warned bridges (#3445) by @ElvisKrop
  • fix: Don't allow duplicate signers in safe creation (#3427)
  • fix: max button not applying correct value (#3408)
  • fix: Use chain logos from config service (#3409)
  • fix: Address overflow in read-only inputs (#3423)
  • fix: Recovery not visible on settings page (#3414)

Other improvements

  • chore: update ethers to v6.11.1 (#3458)
  • Chore: update web3-onboard packages (#3473)
  • chore: <p> cannot appear as a descendant of <p> (#3417)
  • tests: add send funds happy pathwith connected wallet (#3466)
  • Test: add tx signing for NFTs (#3430)
  • Test: detect duplicated signer in safe creation (#3439)
  • Test: Add "sign action" to the replace signer e2e test (#3419)
  • Tests: fix recover test (#3421)