You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release focussed on bug fixes to Wallet Connections, enhancing error handling and bringing minor general improvements to the product.
3
+
This feature release adds support for Ethereum Attestation Service (EAS) off chain attestations.
4
4
5
5
### Upgrade Steps
6
6
7
-
* Update NPM package to version 2.6.0
7
+
* Update NPM package to version 2.7.0
8
8
9
9
### Breaking Changes
10
10
11
11
[none]
12
12
13
13
### New Features
14
14
15
-
[none]
15
+
* EAS off chain attestation support
16
+
* Opening Start Screen default copy change
17
+
* User controlled off chain signed token support / enhanced user control of token
16
18
17
19
### Bug Fixes
18
20
19
-
* Wallet Connect V1 UX improvements
20
-
* Enable disconnection of Phantom Wallet (through new API capabilities)
21
-
* Off Chain Token error handling enhancements
22
-
* General CSS updates (best practices and aesthetic improvements)
23
-
* All Sonar Cloud vulnerabilities addressed
24
-
* Fix to re-enable the change of accounts hook for EVM wallets (re-aligned to third party libraries)
25
-
* Removed from Readme our support for Cronos testnet and Avalanche testnet
26
-
* Removal of deprecated comments and code from source
27
-
* Enable IM Token with off chain flow
28
-
* Solana Token Discovery faced some issues through this release cycle, now fixed
29
-
* Addition of Icon Graphic for IM Token
30
-
* Solana event hooks were not working expectedly, now fixed.
21
+
* Added attestation backwards compatability
22
+
* CSS alignment correction for Wallect Connect Version 2 icon
31
23
32
24
### Performance Improvements
33
25
34
26
[none]
35
27
36
28
### Other Changes
37
29
38
-
* Support for Cronos testnet and Avalanche testnet is no longer available. If using these networks, please consider using another EVM test net or migrating to a mainnet.
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -222,7 +222,7 @@ const negotiator = new Client({
222
222
},
223
223
],
224
224
uiOptions: {
225
-
openingHeading:"Open a new world of discounts available with your tokens.",
225
+
openingHeading:"Open a new world of perks, benefits and opportunities with your attestation, collectible or token.",
226
226
issuerHeading:"Get discount with Ticket",
227
227
repeatAction:"try again",
228
228
theme:"light",
@@ -548,7 +548,7 @@ Configure the library using the following example.
548
548
],
549
549
uiOptions: {
550
550
openingHeading:
551
-
"Open a new world of discounts available with your tokens.",
551
+
"Open a new world of perks, benefits and opportunities with your attestation, collectible or token.",
552
552
issuerHeading:"Get discount with Ticket",
553
553
repeatAction:"try again",
554
554
theme:"light",
@@ -605,7 +605,7 @@ This table lists all possible configuration options for Token Negotiator client.
605
605
|**uiOptions**| An object defining UI specific options | N | UIOptionsInterface ||
606
606
| uiOptions.uiType | The type of UI that should be used for active negotiation type. | N | "popup" or "inline" | popup |
607
607
| uiOptions.containerElement | The query selector of the element that should contain the negotiator UI | N | string | .overlay-tn |
608
-
| uiOptions.openingHeading | Custom text to display on the start page | N | string |Validate your token ownership for access|
608
+
| uiOptions.openingHeading | Custom text to display on the start page | N | string |Open a new world of perks, benefits and opportunities with your attestation, collectible or token.|
609
609
| uiOptions.issuerHeading | Custom heading to display on the issuer list | N | string | Detected tokens |
610
610
| uiOptions.repeatAction | (Deprecated) Text for retry actions | N | string ||
611
611
| uiOptions.theme | The theme to use for the UI | N | "light" or "dark" | light |
0 commit comments