v0.0.17
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
π Enhancement
@nexus-wallet/ownership-providers- feat(ownership-provider): supported send transaction #255 (@IronLu233)
@nexus-wallet/detect-ckb
π Bug Fix
@nexus-wallet/ownership-providers- fix(ownership-providers): inject witness and cellDeps auto #251 (@homura @zhangyouxin)
π Internal
π Documentation
π© Dependency Updates
- chore(deps): update dependency @types/chrome to v0.0.233 #245 (@renovate[bot])
- chore(deps): update dependency prettier to v2.8.8 #257 (@renovate[bot])
- chore(deps): update jest monorepo #71 (@renovate[bot])
Authors: 5
- @renovate[bot]
- Iron Lu (@IronLu233)
- pygman (@pygman)
- Shinya (@zhangyouxin)
- Yonghui Lin (@homura)