Skip to content

Releases: LedgerHQ/ledger-live

@ledgerhq/live-desktop@2.45.0

28 Jul 08:19
Compare
Choose a tag to compare

2.45.0

Minor Changes

  • #659 eb83f93b1 Thanks @LFBarreto! - LLD - buy and sell - redirect entry points of exchange app towards the new incoming live app

Patch Changes

  • #734 61b61d9d1 Thanks @LFBarreto! - LLD - Buy Sell live app redirection should now use the correct account param identifier
  • #386 8917ca143 Thanks @gre! - Log experimental and feature flags in Sentry error reports.
  • #364 f538d2974 Thanks @elbywan! - #### Replace webpack with vite.js to speed up the ledger live desktop development process.

    To fully embrace the "bundleless" vite.js approach, it is necessary to transpile our packages contained in the monorepository to the ESM format, and subpath exports have been added to silently map to commonjs or esm depending on the need.

    🔥 BREAKING CHANGES for @ledgerhq/live-common, @ledgerhq/devices and @ledgerhq/hw-app-btc consumers.

    As highlighted here, it is not possible to target folders directly when using subpath exports.

    The workaround is to suffix the call with /index (or /).

    For instance…

    import * as currencies from "@ledgerhq/live-common/currencies";

    …must be rewritten to…

    import * as currencies from "@ledgerhq/live-common/currencies/index;";

    …or:

    import * as currencies from "@ledgerhq/live-common/currencies/;";
  • Updated dependencies [345706e24, 2de4b99c0, e0516e387, 816f2b7e9, 7c15869a7, e4b7dc326, 76b2825e8, 203b927b4, 947c33140, 03da88df2, 6adbe47e2, 3be077f54, f538d2974]:

    • @ledgerhq/live-common@25.0.0
    • @ledgerhq/react-ui@0.8.1
    • @ledgerhq/errors@6.10.1
    • @ledgerhq/devices@7.0.0
    • @ledgerhq/hw-transport@6.27.2
    • @ledgerhq/hw-transport-http@6.27.2
    • @ledgerhq/hw-transport-node-hid-singleton@6.27.3

@ledgerhq/live-mobile@3.4.1

13 Jul 16:07
Compare
Choose a tag to compare

3.4.1

Patch Changes

@ledgerhq/live-desktop@2.44.1

13 Jul 16:07
Compare
Choose a tag to compare