Skip to content

v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Sep 14:16
· 65 commits to main since this release
ab6e22a

2.1.0 (2024-09-20)

✨ Features

  • ROLA challenge validation. RDT will reject wallet interaction if ROLA challenge has incorrect format (#251) (5eab5c7)
  • New JS artifact with all RDT's dependencies bundled. This allows people to use RDT directly through <script> tag and CDN (without package manager) (d568d14)

🐛 Fixes

  • Fix Connect Button mobile popover display when Connect Button is placed inside container with backdrop-filter (#257) (aa56ef6), closes #249
  • Allow RDT to trigger wallet interactions right after instantiation
    • make sure state is always initialized (7f098e5)
    • wait for extension status before sending interaction (6b731e8)
  • Fix frozen spinner inside Connect Button's requests tab in iOS Safari (8777a9e)
  • Prevent styles leaking to Connect Button causing incorrect scrollbar/fonts display (f8e5fbc)
  • Fix RCfM issue where RDT was sometimes not able to resolve multiple wallet responses if they were queued (#253) (b0afda3)
  • Improve Connect Button popover display for really small mobile viewports (77f1e87)

🔁 CI

  • don't fail pipeline on snyk code test findings (#248) (bfa5dd2)