Skip to content

Releases: ckb-js/nexus

v0.0.19

04 May 04:43
Compare
Choose a tag to compare

πŸš€ Enhancement

  • @nexus-wallet/ownership-providers
    • feat(ownership-provider): support payFee and signTransaction in sendTransaction #272 (@IronLu233)

🏠 Internal

πŸ§ͺ Tests

  • feat: a ckb node wrapper in js #239 (@IronLu233 @homura)
  • refactor(e2e): make the config more clear #273 (@homura)
  • @nexus-wallet/detect-ckb, @nexus-wallet/ownership-providers
    • chore: fix incorrect coverage in code cov #269 (@homura)

Authors: 2

v0.0.18

28 Apr 10:41
Compare
Choose a tag to compare

πŸ› Bug Fix

  • feat: find out ownedLocks when signTransaction #270 (@pygman)

🏠 Internal

  • chore: move testkit to devDependencies #274 (@pygman)

Authors: 1

v0.0.17

27 Apr 05:55
Compare
Choose a tag to compare

Release Notes

feat(detect-ckb): a module for detecting injected ckb (#249)

Added a module for detecting ckb object in window

import { detectCkb } from '@nexus-wallet/detect-ckb'

// will detect if the `ckb` object is injected to window
// an error will be thrown after more than 3s of detection
const ckb = await detectCkb({ timeout: 3000 });

πŸ”¨ Breaking Minor Change

  • @nexus-wallet/detect-ckb
    • feat(detect-ckb): detecting injected ckb test cases #250 (@pygman)

πŸš€ Enhancement

  • @nexus-wallet/ownership-providers
    • feat(ownership-provider): supported send transaction #255 (@IronLu233)
  • @nexus-wallet/detect-ckb

πŸ› Bug Fix

  • @nexus-wallet/ownership-providers

🏠 Internal

  • @nexus-wallet/detect-ckb
    • chore: example for using ownership provider in a dapp #252 (@homura)

πŸ“ Documentation

πŸ”© Dependency Updates

Authors: 5

v0.0.16

25 Apr 03:30
Compare
Choose a tag to compare

πŸš€ Enhancement

  • @nexus-wallet/protocol

πŸ› Bug Fix

  • fix(extension-chrome): receiving end does not exist #253 (@homura)

πŸ“ Documentation

  • docs: nexus works with custody unlocking #152 (@homura)

πŸ§ͺ Tests

  • feat(testkit): a testkit pkg for unit test #161 (@homura)

πŸ”© Dependency Updates

Authors: 3

v0.0.15

20 Apr 02:03
Compare
Choose a tag to compare

πŸ› Bug Fix

  • fix: network changed event does'n trigger #244 (@homura)

πŸ”© Dependency Updates

Authors: 2

v0.0.14

17 Apr 12:26
Compare
Choose a tag to compare

πŸš€ Enhancement

🏎 Performance

🏠 Internal

Authors: 1

v0.0.13

14 Apr 04:40
Compare
Choose a tag to compare

πŸš€ Enhancement

  • @nexus-wallet/ownership-providers
    • feat(ownership-providers): intro an accent color to inputs and buttons #186 (@IronLu233)

πŸ”© Dependency Updates

Authors: 2

v0.0.12

14 Apr 02:45
Compare
Choose a tag to compare

πŸš€ Enhancement

  • feat: serial notif windows to avoid confusion from multiple notif #189 (@zhangyouxin)

🏠 Internal

  • chore: avoid canary for renovate pr #212 (@homura)
  • @nexus-wallet/ownership-providers

Authors: 3

v0.0.11

13 Apr 10:57
Compare
Choose a tag to compare

πŸš€ Enhancement

  • @nexus-wallet/ownership-providers, @nexus-wallet/protocol, @nexus-wallet/utils

πŸ› Bug Fix

  • @nexus-wallet/utils

🏠 Internal

πŸ“ Documentation

Authors: 2

v0.0.10

10 Apr 02:36
Compare
Choose a tag to compare

πŸ”¨ Breaking Minor Change

πŸ› Bug Fix

  • fix: getLiveCells returns specified change type cells #183 (@zhangyouxin)
  • feat(extension-chrome): optimize displaying amount of asset #187 (@IronLu233)

Authors: 3