Skip to content

Releases: safe-global/safe-wallet-monorepo

v1.6.3

07 Mar 09:15
6659e63
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.2...v1.6.3

v1.6.2

06 Mar 14:43
c4cca1d
Compare
Choose a tag to compare

What's Changed

v1.6.1

28 Feb 11:30
f41bb55
Compare
Choose a tag to compare

A couple small visual tweaks for the token list filter.

v1.6.0

28 Feb 07:56
020d497
Compare
Choose a tag to compare

Features

  • feat: default token list toggle (filter out spam tokens) (#1549)
  • Feat: NFT preview (#1668)

Refactoring

  • Refactor: move safe address from path to query (#1622)

Bug fixes & improvements

  • Fix: lazy load app icon iframes (#1690)
  • feat: add tracking to default token list menu (#1678)
  • chore: update vulnerable dependency (#1684)
  • Add Arbitrum Nova and Arbitrum Goerli (#1682)
  • Fix: sort apps alphabetically (#1672)
  • Fix: remove claiming app from dashboard (#1680)
  • fix: spending limit validation (#1681)
  • Fix: Safe Apps loading state (#1674)
  • fix blur nft links (#1675)
  • Optimize nfts skeletons
  • fix: change Safe Apps text (#1673)
  • Fix: skeleton loaders
  • fix: Sticky z-index in assets and NFTs (#1670)
  • Docs: add a comment on wallet events (#1686)
  • fix: mock fetch implementation (#1685)
  • Fix: avoid multiple pending txs with the same nonce (#1696)

v1.5.3

24 Feb 09:03
de52845
Compare
Choose a tag to compare

Add Base Goerli network support.

  • Update safe-deployments
  • Update safe-core-sdk
  • Add a "New" label for newly added networks

v1.5.2

23 Feb 08:07
fde2da3
Compare
Choose a tag to compare

Hotfix: add base-gor

v1.5.1

20 Feb 08:31
edfa0fd
Compare
Choose a tag to compare

A hotfix for send amount validation (#1681)

v1.5.0

13 Feb 11:01
30cbd9b
Compare
Choose a tag to compare

Features

  • feat: Safe Apps List Section new designs (#1537)
  • feat: Added safes pending actions (#1556)
  • feat: Add a settings page to change env vars in runtime (#1527)
  • fix: allow non-owner spending limit benficiaries to transact (#1572)

Bug fixes & improvements

  • fix: feature check for 1.0.0 Safes (#1595)
  • Chore: remove PsaBanner (#1645)
  • refactor: prefix/chain id getters from one another (#1619)
  • fix: clarify SDK initialisation error notifications (#1637)
  • feat: Integrate safe react components (#1602)
  • Fix: avoid flashing the sidebar on mobile and desktop (#1629)
  • fix: Safe version/upgrade button improvements (#1627)
  • chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (#1641)
  • chore: Checksum releases (#1566)

v1.4.5

01 Feb 13:21
eb09108
Compare
Choose a tag to compare

Features

  • NFT page redesign

Bug fixes

  • fix: balances loading flag
  • fix: Only use multisend call if its more than 1 transaction (#1615)
  • fix: old app export link (#1625)

v1.4.0

31 Jan 08:07
bb6fa15
Compare
Choose a tag to compare

Features

  • Feat: support 1.0.0 Safes (#1588)

Improvements

  • Switch app network to wallet network on /welcome (#1587)
  • Recipient -> Recipient address or ENS (#1570)
  • Explorer link in multisend/spending limit tx notifications (#1542)
  • feat(safe-apps): Use SignMessageLib from safe-core-sdk (#1419)

Major fixes

  • Fix: propose immediately executed txs (#1569)
  • fix: iterate signing method on error (#1589)
  • Add increment for failing estimations in Gnosis Chain (#1559)
  • fix: GA tracking wrong eventLabels, missing event type, overtracking wallet connect event (#1547)
  • fix: migrate/sanitise legacy owner format (#1604)

Minor fixes

  • fix: asset selection validation (#1583)
  • fix: Handle safe creation errors (#1591)
  • fix: reset error boundary after navigation (#1586)
  • fix: nesting (#1590)
  • fix: hydration of persisted state (#1552)
  • fix: transaction info styling (#1576)
  • fix: DOM nesting error (#1585)
  • fix: Reduce cummulative layout shift (CLS) (#1577)
  • fix: ref forwarding (#1578)
  • fix: align the ...-menu with EthHashInfo
  • fix: position executor in transaction stepper (#1574)
  • fix: prevent scrollbars on Safe App icons (#1565)
  • fix: Remove last used wallet when disconnecting (#1571)
  • refactor: replace Stepper for MUI's List (#1467)
  • style: mobile Address Book layout (#1503)
  • fix: wait until successful SDK call to set pending state (#1529)
  • fix: show input loading state when Add Safe from the sidebar (#1528)
  • render an img tag in SafeAppIcon iframe (#1516)
  • fix: unread badge colour in dark mode (#1599)

Tests

  • Extend create safe e2e test (#1543)
  • add smoke test for spending limit modal (#1581)