This repository was archived by the owner on Feb 3, 2023. It is now read-only.
Releases: tokenized/tokenized-sdk-example-react
Releases · tokenized/tokenized-sdk-example-react
SDK 0.6.1 — 2021-08-24
- Major update to the formatting of activity lists, making it easier to separate
events clearly into historical, actionable, and pending items, and sharing the
same implementation as the next update to the Tokenized desktop app. See the
updated example app activity page for more details of the improved query data. - Support for updating activity lists immediately in response to new activity
pushed by the server, without needing any additional code in your application. - Some improvements to the “Send assets” dialog in the example app.
SDK 0.5.5 — 2021-07-20
- The SDK now supports sending of assets
- When pairing devices it is no longer necessary to select the backend as this is encoded in the QR code
SDK 0.5.4 — 2021-07-06
- Adds the ability to configure the SDK (via property
onLogOut) with a
function that gets called on log out, so that sensitive state can be cleared.
SDK 0.5.3 — 2021-07-03
- Querying and formatting of the user's activity
0.5.2 — 2021-06-27
- Fix a bug preventing the “Display pairing code” button from working on the sign-in MFA prompt
0.5.1 — 2021-06-25
- New account creation, including debounced checking for available email addresses and handles, and passphrase strength analysis with feedback.
- Authenticator device pairing (OTP QR code generation)
- Recovery phrase backup which triggers on every sign in until it’s done (you can skip it)
- Automatic checking that the root key is valid on every sign in (goes to account recovery if invalid, can be skipped)
- Forgotten passphrase flow with email confirmation to reset passphrase
- Root key recovery from seed phrase, including auto-completion for seed word entry, and validity checking, so you can’t an incorrect phrase.
0.4.0 — 2021-05-31
- Full documentation of the public interfaces has been added throughout the SDK library code (in JSDoc format).
- Tooling is in place to compile all the documentation into Markdown format and insert it into the READMEs of the libraries, and also into the example app README.
- React Query is now powering all the model data querying, and Redux is only now used for internal SDK state.
- React Query and Redux devtools for the SDK state have been disabled by default, but can be enabled as desired using a LocalStorage key.
0.3.0 — 2021-05-24
- Fully-functional querying and formatting of treasury balance lists
- Initial support for listing contracts
- React Query for data fetching
- Internationalization support with React Intl (FormatJS)
0.2.0 — 2021-05-11
- Initial version of SDK published
- Functional log in process including MFA