Releases: LedgerHQ/ledger-live
Releases · LedgerHQ/ledger-live
@ledgerhq/live-desktop@2.45.0
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
- #462
816f2b7e9
Thanks @haammar-ledger! - Add support of Cardano tokens in LLD
- #602
7c15869a7
Thanks @sprohaszka-ledger! - Accept new message.sign call from the live-app-sdk
- #81
76b2825e8
Thanks @JunichiSugiura! - feat: add ERC20 token support to the Platform API
- #624
947c33140
Thanks @henrily-ledger! - Add Searching bar for validators list of ATOM and SOL
- #471
03da88df2
Thanks @haammar-ledger! - Add support of Stellar assets (tokens)
- #104
6adbe47e2
Thanks @haammar-ledger! - Add memo capability to hedera coin family.
Patch Changes
- #734
61b61d9d1
Thanks @LFBarreto! - LLD - Buy Sell live app redirection should now use the correct account param identifier
- #415
6ef54d871
Thanks @laure-lebon! - Ellipsis added to memo for Cosmos
-
#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