-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #863 from TokenScript/release/3.2.0
release prep changes
- Loading branch information
Showing
2 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,31 @@ | ||
> Description | ||
Minor release for off chain token attestations | ||
Feature release including multi-hook support and improved UX for off chain token holders. | ||
|
||
### Upgrade Steps | ||
|
||
- Update NPM package to version 3.1.1 | ||
- Update NPM package to version 3.2.0 | ||
|
||
### Breaking Changes | ||
|
||
[none] | ||
|
||
### New Features | ||
|
||
- Upgrade attestation lib to support validation of new EAS off-chain attestation version | ||
- Prevent delete of signedToken property on token object | ||
- Change single token auth to use tokenId instead of sending the entire token object in URL | ||
- Add labels to default ticket schema | ||
- Extended the configuration options for 'active' mode ui text | ||
- Off Chain Token Issuer UX improvements to notify the end user when the page will re-direct | ||
- Re-direct view state UX improvements for 'active' mode | ||
- Re-direct accept / deny options given to end user (to cancel the loading of tokens) | ||
- Multi-Hook support added | ||
|
||
### Bug Fixes | ||
|
||
[none] | ||
|
||
### Performance Improvements | ||
|
||
[none] | ||
- Reduced the duplication of variable definitions (moved to a common constants file). | ||
|
||
**Full Change log**: | ||
|
||
https://github.com/TokenScript/token-negotiator/compare/v3.1.0....v3.1.1 | ||
https://github.com/TokenScript/token-negotiator/compare/v3.1.1....v3.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters