Skip to content

Latest commit

 

History

History
296 lines (138 loc) · 13.9 KB

CHANGELOG.md

File metadata and controls

296 lines (138 loc) · 13.9 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.6 (2023-01-07)

Features

  • add cfx_personalSign: add cfx_personalSign (f2e9bdf)
  • add global: add personal sign (f18d393)

Bug Fixes

  • Fix bug: fix personal_sign demo (21e950a)

1.3.5 (2022-12-27)

1.3.4 (2022-10-26)

Features

Bug Fixes

  • Fix bug: fix bug that iframe cannot be closed (adbd9c1)
  • logger: support set logger to null (9458f2c)

1.3.3 (2022-09-12)

Bug Fixes

  • Fix bug: fix bug that iframe cannot be closed (adbd9c1)

1.3.2 (2022-08-08)

1.3.1 (2022-08-02)

Bug Fixes

  • close button error: fix the error of close button (e5a6484)

1.3.0 (2022-07-24)

Bug Fixes

  • iframe size: fix iframe size error (eb8f418)

1.2.4 (2022-07-24)

Features

  • add sign function: add sign function (f11f05d)
  • add some feat: improve SDK (41f2fd5)
  • app url: support set app url (74a42b8)

Bug Fixes

  • fix iframe size: fix iframe size (47c76a5)
  • hide scrollbar: hide scrollbar in Safari (17f0b98)

1.2.3 (2022-06-13)

1.2.2 (2022-06-03)

Features

  • support error message and data: support get error message and data from the SDK (5974d18)

Bug Fixes

  • conflux sdk: download the conflux js sdk to local (976758a)

1.2.1 (2022-05-25)

Features

  • support error from app: support throw the error message form the app (78be87d)

Bug Fixes

  • error standard: throw error standard (11760fb)

1.2.0 (2022-05-18)

Features

  • single mode and support ready event: single mode and support ready event (44f5636)

Bug Fixes

  • support uniapp: fix provider with uniapp (420d8d9)

1.1.11 (2022-05-16)

Features

  • support check login state: support check login state and add silent mode of identify (a391500)

1.1.10 (2022-05-09)

Features

  • silent auth: support auth account with silent mode (43352e3)

Bug Fixes

  • example DApp: fix the problem of example DApp (4f9d3c3)

1.1.9 (2022-05-09)

Features

  • silent mode: support silent mode (9eebebf)

1.1.7 (2022-05-06)

Features

  • add identify function: add the function of jumping to verify the identity page (c601365)
  • insensitive loading iframe: now we can load the iframe without waiting (cd6b363)
  • support logout: support logout (ce8fa87)

Bug Fixes

  • eslint: fix the eslint problem (cb3b994)
  • params as any: params as any (8d1886c)

1.1.6 (2022-04-26)

1.1.4 (2022-04-25)

Features

  • add identify function: add the function of jumping to verify the identity page (c601365)

1.1.3 (2022-04-19)

Bug Fixes

  • eslint: fix the eslint problem (cb3b994)

1.1.2 (2022-04-19)

Bug Fixes

  • Usage Modification: modification of usage (ae9a1f8)

1.1.1 (2022-04-18)

Bug Fixes

  • Usage Modification: modification of usage (ae9a1f8)

1.1.0 (2022-04-18)

1.0.13 (2022-04-02)

Bug Fixes

  • chrome window problem: fix the chrome window problem (67d82f6)

1.0.12 (2022-04-02)

Bug Fixes

  • logout problem: fix the logout fail problem and remove the cache of SDK (a662f07)
  • scope name: fix the error scope name (633f860)

1.0.11 (2022-03-22)

Features

  • support logout and change OAuth API: add logout API and change the way of getting OAuth Code (38831b4)
  • support more scopes: support more scopes (6a020f3)

1.0.10 (2022-03-22)

Bug Fixes

  • package src file path: fix the error of the path (7f0c0d5)

1.0.9 (2022-03-19)

Features

  • example support OAuth: example add method about OAuth (6c1ba0f)
  • support network change: support network change in SDK (3fbe249)
  • support OAuth: add new API for OAuth (bcdd0a9)
  • support set available network list: support set available network list to limit network (6e2ea6e)

1.0.8 (2022-03-14)

1.0.7 (2022-03-07)

Features

  • support import privateKey: support import account from DApp by SDK with privateKey (6f85079)

Bug Fixes

  • height overrun: fixed height overrun and error import problems (4aacc8e)

1.0.6 (2022-03-02)

Features

  • support import read-only account: support import account from DApp by SDK without key (7562c1f)

Bug Fixes

  • rolling penetration: fixed rolling penetration when open the iframe second time (2f91490)

1.0.5 (2022-02-23)

Bug Fixes

  • iOS scroll penetration: fix the iOS scroll penetration and remove the release.yml (eb4d4ce)
  • safari page auto reload: fixed Safari auto refresh and other issues (b83ca43)
  • user cancel error: fix the error of cancel auth, and optimize DApp interactive experience (fafbd47)

1.0.4 (2022-02-22)

Bug Fixes

  • optimize iframe and example DApp: optimize the iframe experience and fix some bug in example (d83bccc)

1.0.3 (2022-02-21)

Features

  • call contract example: add new example of CFX Faucet (1975b26)
  • closable iframe: iframe closeable (28c0a66)

Bug Fixes

  • iframe: fix the iframe too height (5b88f26)

1.0.1 (2022-02-18)

Bug Fixes

  • Fix test error: fix the test error and fix some problem of document (b4ef24d)

1.0.0 (2022-02-18)

Features

  • add on event: add on event (48787a9)
  • Available Cache: add New Cache and NetworkId / ChainId (608b5de)
  • support iframe: Now support H5 to call the iframe, auto set the window.conflux, and some new function (c2eea34)
  • support more api and demo page: add AnyWeb some API,dapp demo page and new Document. (f4eb613)

Bug Fixes