Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

Releases: tokenized/tokenized-sdk-example-react

SDK 0.6.1 — 2021-08-24

24 Aug 20:07

Choose a tag to compare

  • 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

20 Jul 10:34

Choose a tag to compare

  • 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

06 Jul 09:47

Choose a tag to compare

  • 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

03 Jul 21:57

Choose a tag to compare

  • Querying and formatting of the user's activity

0.5.2 — 2021-06-27

27 Jun 21:10
5da28d2

Choose a tag to compare

  • Fix a bug preventing the “Display pairing code” button from working on the sign-in MFA prompt

0.5.1 — 2021-06-25

25 Jun 21:38
35e6298

Choose a tag to compare

  • 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

31 May 19:29
fbe1554

Choose a tag to compare

  • 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

31 May 14:41
8bafe62

Choose a tag to compare

0.3.0 — 2021-05-24 Pre-release
Pre-release
  • 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

31 May 14:38
d6d0351

Choose a tag to compare

0.2.0 — 2021-05-11 Pre-release
Pre-release
  • Initial version of SDK published
  • Functional log in process including MFA