Releases: ckb-js/nexus
Releases Β· ckb-js/nexus
v0.0.19
π Enhancement
@nexus-wallet/ownership-providers
- feat(ownership-provider): support
payFee
andsignTransaction
insendTransaction
#272 (@IronLu233)
- feat(ownership-provider): support
π Internal
- chore: fix release error in pipeline #276 (@IronLu233)
π§ͺ 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
Authors: 2
- Iron Lu (@IronLu233)
- Yonghui Lin (@homura)
v0.0.18
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)
v0.0.16
π Enhancement
@nexus-wallet/protocol
- feat(extension-chrome): support send transaction #227 (@IronLu233)
π Bug Fix
π Documentation
π§ͺ Tests
π© Dependency Updates
- chore(deps): update dependency @auto-it/upload-assets to v10.45.0 #241 (@renovate[bot])
- fix(deps): update dependency zustand to v4.3.7 #230 (@renovate[bot])
Authors: 3
- @renovate[bot]
- Iron Lu (@IronLu233)
- Yonghui Lin (@homura)
v0.0.15
π Bug Fix
π© Dependency Updates
- chore(deps): update dependency rimraf to v4.4.1 #242 (@renovate[bot])
- chore(deps): update dependency @auto-it/npm to v10.44.0 #234 (@renovate[bot])
- chore(deps): update dependency @auto-it/released to v10.44.0 #236 (@renovate[bot])
- chore(deps): update dependency @auto-it/protected-branch to v10.44.0 #235 (@renovate[bot])
- chore(deps): update dependency style-loader to v3.3.2 #200 (@renovate[bot])
- fix(deps): update dependency immer to v9.0.21 #205 (@renovate[bot])
- chore(deps): update dependency html-webpack-plugin to v5.5.1 #228 (@renovate[bot])
- chore(deps): update dependency @types/chrome to v0.0.231 #62 (@renovate[bot])
- fix(deps): update dependency nanoid to v3.3.6 #206 (@renovate[bot])
- chore(deps): update dependency terser-webpack-plugin to v5.3.7 #201 (@renovate[bot])
- chore(deps): update dependency playwright to v1.32.3 #199 (@renovate[bot])
- chore(deps): update react monorepo #214 (@renovate[bot])
- chore(deps): update typescript-eslint monorepo to v5.58.0 #61 (@renovate[bot])
Authors: 2
- @renovate[bot]
- Yonghui Lin (@homura)
v0.0.14
π Enhancement
- feat: badge to show how many notif window is pending #216 (@zhangyouxin)
π Performance
- perf: support sign message in batch #225 (@zhangyouxin)
π Internal
- chore: update webext-bridge to v6 #209 (@zhangyouxin)
Authors: 1
- Shinya (@zhangyouxin)
v0.0.13
π Enhancement
@nexus-wallet/ownership-providers
- feat(ownership-providers): intro an accent color to inputs and buttons #186 (@IronLu233)
π© Dependency Updates
- fix(deps): update dependency awilix to v8.0.1 #203 (@renovate[bot])
Authors: 2
- @renovate[bot]
- Iron Lu (@IronLu233)
v0.0.12
π 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
- chore: add eslint import plugin #208 (@IronLu233)
Authors: 3
- Iron Lu (@IronLu233)
- Shinya (@zhangyouxin)
- Yonghui Lin (@homura)
v0.0.11
π Enhancement
@nexus-wallet/ownership-providers
,@nexus-wallet/protocol
,@nexus-wallet/utils
π Bug Fix
π Internal
π Documentation
- docs: run with the local devnet #145 (@zhangyouxin)
Authors: 2
- Shinya (@zhangyouxin)
- Yonghui Lin (@homura)
v0.0.10
π¨ Breaking Minor Change
- feat: ownership provider to work with Lumos #127 (@homura @IronLu233)
π Bug Fix
- fix: getLiveCells returns specified change type cells #183 (@zhangyouxin)
- feat(extension-chrome): optimize displaying amount of asset #187 (@IronLu233)
Authors: 3
- Iron Lu (@IronLu233)
- Shinya (@zhangyouxin)
- Yonghui Lin (@homura)