Releases: input-output-hk/cardano-js-sdk
Releases · input-output-hk/cardano-js-sdk
@cardano-sdk/dapp-connector@0.12.7
0.12.7 (2024-02-07)
Note: Version bump only for package @cardano-sdk/dapp-connector
@cardano-sdk/core@0.28.0
0.28.0 (2024-02-07)
⚠ BREAKING CHANGES
- add and implement new stake pool sorting options
- inputResolver resolveInput function now takes an additional parameter options
Features
@cardano-sdk/cardano-services@0.26.0
@cardano-sdk/cardano-services-client@0.17.4
0.17.4 (2024-02-07)
Note: Version bump only for package @cardano-sdk/cardano-services-client
@cardano-sdk/web-extension@0.24.2
@cardano-sdk/e2e@0.32.2
0.32.2 (2024-02-05)
Note: Version bump only for package @cardano-sdk/e2e
@cardano-sdk/web-extension@0.24.1
0.24.1 (2024-02-02)
Note: Version bump only for package @cardano-sdk/web-extension
@cardano-sdk/web-extension@0.24.0
0.24.0 (2024-02-02)
⚠ BREAKING CHANGES
- TrackerSubject.value$ type changed to T | typeof TrackerSubject.NO_VALUE
- web-extension: WalletRepository.addWallet now requires at least 1 account for bip32 wallets
Bug Fixes
@cardano-sdk/wallet@0.33.1
0.33.1 (2024-02-02)
Note: Version bump only for package @cardano-sdk/wallet
@cardano-sdk/wallet@0.33.0
0.33.0 (2024-02-02)
⚠ BREAKING CHANGES
- TrackerSubject.value$ type changed to T | typeof TrackerSubject.NO_VALUE
isLastStakeKeyCertOfType
was renamed to
lastStakeKeyCertOfType
and returns the certificate or undefined.
Features
- store stake reg deposit in reward acct info (d48e349)
- wallet: add a new util createWalletAssetProvider that creates a new assetProvider that uses local cache (44db6b5)
Bug Fixes
- emit null through remote api when no wallet is active (bd9b6cd)