Skip to content

v0.0.17

Choose a tag to compare

@github-actions github-actions released this 27 Apr 05:55

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