Skip to content

Releases: FuelLabs/fuels-wallet

v0.21.0

01 Jun 21:36
ad4ff0e
Compare
Choose a tag to compare

[email protected]

Minor Changes

Patch Changes

  • #1332 39cf9dfe Thanks @arthurgeron! - - If a connection can't be made to IndexedDB (usually when "Application Data" gets cleared), instead of resetting the extension it'll attempt a reload for good measure
    • IndexedDB + extension Reset only triggers if: An IndexedDB restart event is triggered, the DB can be accessed, and has no vaults or accounts data (corrupted or cleared)
    • The flag used to show the Welcome Screen after a reset no longer depends on React's Scope to be set
  • Updated dependencies [6e5330e2]:

@fuel-wallet/[email protected]

Minor Changes

@fuel-wallet/[email protected]

Minor Changes

v0.20.0

28 May 22:18
0e74f29
Compare
Choose a tag to compare

[email protected]

Minor Changes

  • #1317 f1dab207 Thanks @arthurgeron! - Fixes bug where wrong Asset Id is shown for other tokens (e.g. ETH)
    Updated Fuels package to tag pr-2395
    Updated NPM Packs dependencies packages (e.g. @fuels/react, @fuels/ts-config) to new minor 0.20.0

Patch Changes

  • #1313 b5766321 Thanks @LuizAsFight! - Fix error not showing on Dapp Approve transaction

  • #1313 b5766321 Thanks @LuizAsFight! - Re-add block explorer link to transaction header

  • #1279 9ffddf70 Thanks @arthurgeron! - vault crash on export seed auth fail

  • #1280 6e94172c Thanks @arthurgeron! - vault client not propagating lock unlock events from server

  • #1290 57f87f84 Thanks @arthurgeron! - - Re-enabled E2E contract tests

    • Fixed biome trying to validate files generated by playwright test runs
    • Fixed Playwright tests starting up before CRX files are available, now runs build beforehand.
    • Fixed CRX dev server reloading during playwright tests, causing instabilities
    • Fixed NODE_ENV being set to default (production) on local E2E tests, leading to the wrong version (i.e. production) being installed
    • Fixed bug where only the first test file in a suite run would use the local CRX build, it'd then download and use a production build of the Wallet for the rest
  • Updated dependencies [f1dab207]:

@fuel-wallet/[email protected]

Minor Changes

  • #1317 f1dab207 Thanks @arthurgeron! - Fixes bug where wrong Asset Id is shown for other tokens (e.g. ETH)
    Updated Fuels package to tag pr-2395
    Updated NPM Packs dependencies packages (e.g. @fuels/react, @fuels/ts-config) to new minor 0.20.0

@fuel-wallet/[email protected]

Minor Changes

  • #1317 f1dab207 Thanks @arthurgeron! - Fixes bug where wrong Asset Id is shown for other tokens (e.g. ETH)
    Updated Fuels package to tag pr-2395
    Updated NPM Packs dependencies packages (e.g. @fuels/react, @fuels/ts-config) to new minor 0.20.0

v0.19.0

20 May 23:27
ca83b8c
Compare
Choose a tag to compare

[email protected]

Minor Changes

Patch Changes

@fuel-wallet/[email protected]

@fuel-wallet/[email protected]

v0.18.1

10 May 20:39
dfd945c
Compare
Choose a tag to compare

[email protected]

Patch Changes

@fuel-wallet/[email protected]

@fuel-wallet/[email protected]

v0.18.0

10 May 20:07
a694520
Compare
Choose a tag to compare

[email protected]

Minor Changes

Patch Changes

@fuel-wallet/[email protected]

Minor Changes

@fuel-wallet/[email protected]

Minor Changes

v0.17.0

07 May 02:12
7ac8f7c
Compare
Choose a tag to compare

[email protected]

Minor Changes

Patch Changes

@fuel-wallet/[email protected]

@fuel-wallet/[email protected]

v0.16.6

05 May 19:05
51ab1d6
Compare
Choose a tag to compare

[email protected]

Patch Changes

@fuel-wallet/[email protected]

@fuel-wallet/[email protected]

v0.16.5

26 Apr 20:34
a0dcea2
Compare
Choose a tag to compare

[email protected]

Patch Changes

@fuel-wallet/[email protected]

@fuel-wallet/[email protected]

v0.16.4

26 Apr 00:14
0f7f2c8
Compare
Choose a tag to compare

[email protected]

Patch Changes

@fuel-wallet/[email protected]

Patch Changes

@fuel-wallet/[email protected]

v0.16.3

25 Apr 22:28
cfa9a17
Compare
Choose a tag to compare

Releases

[email protected]

Patch Changes

@fuel-wallet/[email protected]

Patch Changes

@fuel-wallet/[email protected]

Patch Changes

  • #1230 21a7d80f Thanks @arthurgeron! - fixes service worker services not restarting communication protocol when DB closes or blocks

  • #1195 4fbc8e78 Thanks @helciofranco! - fix: disables auto-complete for more input fields (sending transactions, adding asset and changing password).