Releases: radixdlt/radix-dapp-toolkit
Releases · radixdlt/radix-dapp-toolkit
v2.2.0-dev.1
2.2.0-dev.1 (2024-09-24)
✨ Features
- bump valibot version (6d3ef6c)
🐛 Fixes
- improve error type returned from
validateWalletResponse
(ad29c8f)
v2.1.1
2.1.1 (2024-09-24)
🐛 Fixes
- Do not check relay responses on desktop (b01706b).
Bug introduced by this commit. We should call Relay Server only when looking for responses in RCfM flow. It should not happen on desktop
v2.1.0
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
- 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)