Skip to content

Commit

Permalink
release prep changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Taras authored and Nick Taras committed Oct 9, 2023
1 parent 63d382c commit 68d3918
Show file tree
Hide file tree
Showing 2 changed files with 12 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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@

# `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.
The token gateway for any web application.

Token Negotiator enables you build web experiences for users around the tokens they hold.

## Usage

Expand Down

0 comments on commit 68d3918

Please sign in to comment.