Skip to content

Releases: notifi-network/notifi-sdk-ts

v0.91.3

12 Jun 01:38
Compare
Choose a tag to compare
  • notifi-dapp-example & notifi-wallet-provider : Optimization and major refactor
  • notifi-dataplane: Add back idempotency key as optional to fusion message
  • notifi-react: Optimization (handling error when inputing incorrect inputs format)

v0.91.2

30 May 01:01
Compare
Choose a tag to compare
  • Support new blockchain: THE_ROOT_NETWORK
  • Optimization: notifi-react Context

v0.91.1

20 May 23:32
Compare
Choose a tag to compare
  • Update supported chains
  • Optimization

v0.91.0

14 May 07:08
Compare
Choose a tag to compare
  • Add more supported EVM blockchains : `'BLAST' | 'CELO' | 'MANTLE' | 'LINEA' | 'SCROLL' | 'MANTA' | 'MONAD'
  • Add new packages: @notifi-network/notifi-dapp-example | @notifi-network/notifi-wallet-provider | @notifi-network/notifi-react
  • Other optimization & bug fix

v0.90.2

25 Jan 02:25
Compare
Choose a tag to compare

Release notes

  1. Add Fusion direct direct push example (notifi-node-sample): a89ae
  2. Allow Card to render fusion message html template (notifi-react-card): a89ae
  3. Fix Card never reach ExpiredView when token expired. (notifi-react-card): 81696

v0.90.1

23 Jan 01:01
Compare
Choose a tag to compare

Bug fixes

  • Fix disappearing Notifications on scroll
  • Fix potential error of Unexpected end of JSON input

v0.90.0

22 Jan 03:44
Compare
Choose a tag to compare

Release notes

  • Add new dataplane package to support publishFusionMessage (notifi-frontend-client & notifi-node)
  • Fix the issue of using common jwt while switching between blockchains by adding blockchain flag in JWT key (See note below).
  • Optimization and minor bug fixes

NOTE

If the existing notifi-frontend-client based DAPPs upgrade to new version, existing signed-up users will need to re-singup again to refresh the JWT key info.

v0.89.0

10 Jan 03:50
Compare
Choose a tag to compare
  • notifi-react-example: Support EVM multi-chain switch/ utilize .env instead of hardcoding credential
  • notifi-node-sample: update directPush endpoint / update README.md for more clear instruction
  • other optimization and bug fixes

v0.87.0

31 Oct 01:46
Compare
Choose a tag to compare

Release notes:

  1. Support new user signup flow. Now the new users (first signup users) will be prompted to config modals by which they will be able to complete their Notifi settings. (#400 #406 #409) See the demo video below:
new-ftu-flow-demo.mp4
  1. Support hyperlink in History detail view. Checkout the detail here

  2. Other minor optimizations

NOTE:

If you want to modify the style of the new FTU (First Time User) config modal introduced by No.1 above. It can be done by overriding the following two categories of css class:

  • .configAlertModal__<sub-component> --> detail here
  • .configDestinationModal__<sub-component> --> detail here

v0.85.0

28 Sep 05:07
Compare
Choose a tag to compare

Release notes:

Support implementing unread count number

Screenshot 2023-09-28 at 14 01 02

NOTE:

  • Learn how to implement unread count badge feature by checkout notifi-react-example package.