Skip to content

Commit

Permalink
Merge pull request #863 from TokenScript/release/3.2.0
Browse files Browse the repository at this point in the history
release prep changes
  • Loading branch information
nicktaras authored Oct 9, 2023
2 parents 63d382c + f89be97 commit 1618820
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# `token-negotiator`

The Token Negotiator provides the client gateway to connect user digital tokens from on or off chain sources, enabling developers to create bespoke tokenised web experiences.
Token Negotiator enables you build web experiences for users around the tokens they hold.

## Usage

Expand Down

0 comments on commit 1618820

Please sign in to comment.