Skip to content

Release v2.5.3

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 05:26
· 55 commits to develop since this release
a00e6d8

2.5.3 (2025-03-12)

Overview

Improvements

  • Update Bug Report URL
  • Update avatars URL
  • Optimize App SVGs
  • Remove rpc client on port disconnect
  • Remove added event listeners on unmount

Bug Fixes

  • Support transfer for custom aex9 tokens
  • Fix calculate max token amount correctly
  • Prevent Memory Leak Chrome Issue, disable page/modal transitions in Chrome based browsers

Bug Fixes

  • be able to send custom aex9 tokens (608256e)
  • calculate max token amount correctly (f0b5edf)

Performance

  • clear component link on component remove (4d9f2b4)
  • optimize all svgs (7d55ad8)
  • properly clear several intervals (788ce5b)
  • remove addded event listeners on unmount (f571e39)
  • remove rpc client on port disconnect (45e9ec2)

Maintenance

  • disable page/modal transitions in Chrome based browsers (2b7fe31)
  • disable transitions on chrome web and extension (b33d00b)
  • temporary remove all transition in chrome based browsers (fc957d1)
  • use new avatars url (f7e90cb)
  • use new bug report url (74738ec)