Skip to content

Commit

Permalink
Added session ID in the handshake payload to allow multiple DApp conn…
Browse files Browse the repository at this point in the history
…ections in parallel tabs (#1346)

* yarn.lock

* Fixed cancel action in cross window

* Fixed cancel action in cross window does not close child window

* Added session ID in the handshake payload to allow multiple DApp connections in parallel tabs
  • Loading branch information
razvantomegea authored Dec 13, 2024
1 parent fa7f275 commit 8225976
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 118 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- [Added session ID in the handshake payload to allow multiple DApp connections in parallel tabs](https://github.com/multiversx/mx-sdk-dapp/pull/1346)
- [Fixed cancel action in cross window does not close child window](https://github.com/multiversx/mx-sdk-dapp/pull/1345)

## [[v3.1.2](https://github.com/multiversx/mx-sdk-dapp/pull/1344)] - 2024-12-09
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"@multiversx/sdk-opera-provider": "1.0.0-alpha.1",
"@multiversx/sdk-passkey-provider": "2.0.0",
"@multiversx/sdk-wallet-connect-provider": "5.0.0",
"@multiversx/sdk-web-wallet-cross-window-provider": "2.0.2",
"@multiversx/sdk-web-wallet-cross-window-provider": "2.0.3",
"@multiversx/sdk-web-wallet-iframe-provider": "2.0.1",
"@multiversx/sdk-web-wallet-provider": "4.0.0",
"@multiversx/sdk-webview-provider": "2.0.3",
Expand Down
Loading

0 comments on commit 8225976

Please sign in to comment.