Skip to content

Releases: input-output-hk/cardano-js-sdk

@cardano-sdk/dapp-connector@0.12.7

07 Feb 09:08
0ead9c0
Compare
Choose a tag to compare

0.12.7 (2024-02-07)

Note: Version bump only for package @cardano-sdk/dapp-connector

@cardano-sdk/core@0.28.0

07 Feb 09:08
0ead9c0
Compare
Choose a tag to compare

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

  • add and implement new stake pool sorting options (bcc5e80)
  • inputResolver resolveInput function now takes an additional parameter options (14c486d)

@cardano-sdk/cardano-services@0.26.0

07 Feb 09:08
0ead9c0
Compare
Choose a tag to compare

0.26.0 (2024-02-07)

⚠ BREAKING CHANGES

  • add and implement new stake pool sorting options

Features

  • add and implement new stake pool sorting options (bcc5e80)
  • cardano-services: resolve collateralReturn property (98291b5)

Bug Fixes

  • cardano-services: change log pattern match (d1286b7)

@cardano-sdk/cardano-services-client@0.17.4

07 Feb 09:08
0ead9c0
Compare
Choose a tag to compare

0.17.4 (2024-02-07)

Note: Version bump only for package @cardano-sdk/cardano-services-client

@cardano-sdk/web-extension@0.24.2

05 Feb 09:53
170253c
Compare
Choose a tag to compare

0.24.2 (2024-02-05)

Bug Fixes

  • web-extension: delete active wallet from storage and emit null on deactivate (64bf9c0)

@cardano-sdk/e2e@0.32.2

05 Feb 09:53
170253c
Compare
Choose a tag to compare

0.32.2 (2024-02-05)

Note: Version bump only for package @cardano-sdk/e2e

@cardano-sdk/web-extension@0.24.1

02 Feb 14:06
dff9dcf
Compare
Choose a tag to compare

0.24.1 (2024-02-02)

Note: Version bump only for package @cardano-sdk/web-extension

@cardano-sdk/web-extension@0.24.0

02 Feb 10:31
9bf88aa
Compare
Choose a tag to compare

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

  • emit null through remote api when no wallet is active (bd9b6cd)
  • web-extension: correct updateMetadata props type (521eee5)
  • web-extension: hoist extendedAccountPublicKey from Bip32Wallet into Bip32WalletAccount (2184be1)

@cardano-sdk/wallet@0.33.1

02 Feb 14:06
dff9dcf
Compare
Choose a tag to compare

0.33.1 (2024-02-02)

Note: Version bump only for package @cardano-sdk/wallet

@cardano-sdk/wallet@0.33.0

02 Feb 10:31
9bf88aa
Compare
Choose a tag to compare

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)