Skip to content

Latest commit

 

History

History
228 lines (137 loc) · 9.35 KB

CHANGELOG.md

File metadata and controls

228 lines (137 loc) · 9.35 KB

@ledgerhq/hw-app-eth

6.29.7

Patch Changes

6.29.7-next.0

Patch Changes

6.29.6

Patch Changes

6.29.6-next.1

Patch Changes

6.29.6-next.0

Patch Changes

||||||| merged common ancestors

6.29.4

Patch Changes

6.29.5

Patch Changes

6.29.5-next.1

Patch Changes

6.29.5-next.0

Patch Changes

6.29.4

Patch Changes

6.29.4-next.1

Patch Changes

6.29.4-next.0

Patch Changes

6.29.3

Patch Changes

6.29.3-next.0

Patch Changes

6.29.2

Patch Changes

  • #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 [e142b9484, 816f2b7e9, 203b927b4, 03da88df2]:

6.29.2-next.2

Patch Changes

6.29.2-next.1

Patch Changes

6.29.2-next.0

Patch Changes

  • #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 [e142b9484, 203b927b4]:

6.29.1

Patch Changes

6.29.1-next.0

Patch Changes

6.29.0

Minor Changes

  • c4be045f9: Add support for EIP712

6.29.0-next.0

Minor Changes

  • c4be045f9: Add support for EIP712