Skip to content

Releases: perawallet/connect

0.2.0

18 Jul 12:35
Compare
Choose a tag to compare

react@18 support is here!

You'll be able to integrate Pera Connect with your React 18 applications. This is a breaking change for react@17 users

Before starting the migration, please read this section. webpack@5, react-scripts has stopped polyfilling some of the Node packages, so you have to polyfill those on your side as described in the "Using with React 18" section.

0.1.6

13 Jul 14:53
Compare
Choose a tag to compare

Better Server Side Rendering support is here!

From now on you don't need to use dynamic imports to get work @perawallet/connect on your SSR applications. Importing it directly will work without any issues.

import {PeraWalletConnect} from "@perawallet/connect";

Sign guidance on desktop

Desktop users will be guided to their mobile devices when they try to sign a transaction with a simple & animated toast message. It can be disabled completely or can be closed conditionally, see the example below.

import {PeraWalletConnect, closePeraWalletSignTxnToast} from "@perawallet/connect";

// This will disable the sign guidance toast completely.
new PeraWalletConnect({shouldShowSignTxnToast: false});

// This will close the toast immediately
closePeraWalletSignTxnToast();

image

0.1.5

07 Jul 14:20
4e57fb6
Compare
Choose a tag to compare
Merge pull request #23 from perawallet/next-release

perawallet/connect@0.1.5

0.1.4

04 Jul 11:29
5edce11
Compare
Choose a tag to compare
Merge pull request #19 from perawallet/next-release

perawallet/connect@0.1.4

0.1.3

01 Jul 14:23
251f8c3
Compare
Choose a tag to compare
Merge pull request #16 from perawallet/next-release

perawallet/connect@0.1.3

0.1.2

01 Jul 13:54
5385355
Compare
Choose a tag to compare
Merge pull request #14 from perawallet/next-release

perawallet/connect@0.1.2

0.1.1

30 Jun 11:20
5a0f44e
Compare
Choose a tag to compare
Merge pull request #11 from perawallet/next-release

perawallet/connect@0.1.0

0.1.0

15 Jun 11:47
e5afd14
Compare
Choose a tag to compare
Merge pull request #8 from perawallet/next-release

perawallet/connect@0.1.0

0.0.12

24 May 12:20
Compare
Choose a tag to compare
Add LICENSE

0.0.11

23 May 13:29
Compare
Choose a tag to compare
fix: Update package-lock.json