Releases: radixdlt/radix-dapp-toolkit
Releases · radixdlt/radix-dapp-toolkit
v2.0.0-v2.43
2.0.0-v2.43 (2024-07-02)
🐛 Fixes
v2.0.0-dev.3
v2.0.0-dev.2
v2.0.0-dev.1
2.0.0-dev.1 (2024-07-02)
⚠ BREAKING CHANGES
- This contains breaking changes
✨ Features
- add "send tx" button (fcc6a5b)
- add alternate init dapp-definition field name (300f18b)
- add connect-button entry point (6a1d2f4)
- add create signature method in identity (bcda653)
- add derive shared secret with hkdf (15b8145)
- add gateway api client config (bf8f1b5)
- add get wallet link in unconnected state (0fb2c4a)
- add parse signed challenge util (c00d51a)
- add rcfm components (1e0b5db)
- add ROLA utils (2b069d1)
- add sessionId to CE transport (4419424)
- add TX ignore (9b34b0b)
- dApp verified modal (f75f8a9)
- empty connect button module for non-browser env (7a1adea)
- expose dataRequestStateModule in
WalletRequestModule
(f05a511) - extend rdt api & add
radix-connect-common
(#182) (15929c0) - log error when sending request (62bc8b6)
- replace randomUUID with nanoId (3877400)
- update deps / CB UI (#183) (5efbeb3)
- use rcfm page (939246c)
- v2 init (827db57)
🐛 Fixes
onShowPopover
attr changed callback (ebb9f67)- add brave detection support (8aee26a)
- add css variables (8792714)
- add missing permissions on workflow (20ae632)
- allow late render for connect button (2a910be)
- button status when user rejected tx [RC-171] (7b13286)
- change interaction id to utf8 encoding (78e7db1)
- change schemas (0f82bf0)
- change sem ver for
tslog
(63d11b9) - conditionally update account sharing (1760b96)
- do not store interaction content (c727b19)
- extend deep link logs (1d2c382)
- Fix phylum analysis on PR (211c678)
- freeze valibot version (9c39b42)
- hide popover after login (f68b3a8)
- ignore transaction even without request control (3028d13)
- improve connect button stream (5fdeec7)
- invalid import path (c5e9cba)
- lock tslog version (db1569c)
- manual emit wallet data (ad93a15)
- mobile display (23b3fef)
- overflow when closing popup (3b663b3)
- prevent error when personaData has empty arrays (1f3f661)
- prevent popover hiding on desktop (fe59821)
- reduce loglevel for rcr polling results (d3562b2)
- remove
radix-connect-common
from dependencies (e652504) - remove enable mobile flag (6483be3)
- rename
cancelWalletInteraction
(4471a81) - signature input order (d4699a8)
- stop failing transactions for a brief moment [RC-168] (c2899a2)
- stop polling if interactionId is not in pending state (5edb872)
- trigger release (d0fbeff)
- update deep link url (4948d0c)
- update flow (534530f)
- update rcr url (05344d8)
- use deep link schema (09a2dc4)
- use one session object (ce4773b)
📝 Documentation
💈 Code-style
⚡ Refactor
- encode wallet interaction in deep link url (0e29693)
- expose methods instead of interacting with store internals (3e1822e)
- move session change outside of cb wiring (1468afe)
- pending requests should filter by status (4a362c6)
- remove direct access to internal module store (42387f7)
- rename clients to modul...