Releases: FuelLabs/fuels-wallet
v0.19.0
[email protected]
Minor Changes
- #1310
00df2708
Thanks @LuizAsFight! - Auto-update network to testnet (Ignition)
Patch Changes
- Updated dependencies []:
- @fuel-wallet/[email protected]
@fuel-wallet/[email protected]
@fuel-wallet/[email protected]
v0.18.1
[email protected]
Patch Changes
-
#1286
a6e3d75a
Thanks @LuizAsFight! - chore: Auto-upgrade to devnet network -
Updated dependencies []:
- @fuel-wallet/[email protected]
@fuel-wallet/[email protected]
@fuel-wallet/[email protected]
v0.18.0
[email protected]
Minor Changes
-
#1240
b4f52e09
Thanks @LuizAsFight! - feat: update wallet to the latest fuel core (0.26.0) -
#1240
b4f52e09
Thanks @LuizAsFight! - feat: add custom network fees, offering options like regular, fast and custom tip.
Patch Changes
- Updated dependencies [
b4f52e09
]:- @fuel-wallet/[email protected]
@fuel-wallet/[email protected]
Minor Changes
- #1240
b4f52e09
Thanks @LuizAsFight! - feat: update wallet to the latest fuel core (0.26.0)
@fuel-wallet/[email protected]
Minor Changes
- #1240
b4f52e09
Thanks @LuizAsFight! - feat: update wallet to the latest fuel core (0.26.0)
v0.17.0
[email protected]
Minor Changes
- #1273
706aeb34
Thanks @helciofranco! - feat: remove reCAPTCHA dependencies
Patch Changes
-
#1276
a796df4f
Thanks @arthurgeron! - restore DB connection on close, removed interval -
Updated dependencies []:
- @fuel-wallet/[email protected]
@fuel-wallet/[email protected]
@fuel-wallet/[email protected]
v0.16.6
[email protected]
Patch Changes
-
#1270
27520126
Thanks @arthurgeron! - fix: database not recovering from error/closed state -
Updated dependencies []:
- @fuel-wallet/[email protected]
@fuel-wallet/[email protected]
@fuel-wallet/[email protected]
v0.16.5
[email protected]
Patch Changes
-
#1255
4b7d4bd3
Thanks @luizstacio! - fix: auto-update in background to wait for update to be downloaded -
Updated dependencies []:
- @fuel-wallet/[email protected]
@fuel-wallet/[email protected]
@fuel-wallet/[email protected]
v0.16.4
[email protected]
Patch Changes
- Updated dependencies [
32ee2272
]:- @fuel-wallet/[email protected]
@fuel-wallet/[email protected]
Patch Changes
- #1251
32ee2272
Thanks @helciofranco! - fix: remove unused peer dependency
@fuel-wallet/[email protected]
v0.16.3
Releases
[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). -
#1231
0ff8cff1
Thanks @arthurgeron! - Fixed flaky playwright e2e tests -
#1223
5c0cdbf0
Thanks @arthurgeron! - fix: names labels not center justified -
#1243
06e2bf1a
Thanks @luizstacio! - feat: add auto-update wallet in the background -
Updated dependencies [
4fbc8e78
]:- @fuel-wallet/[email protected]
@fuel-wallet/[email protected]
Patch Changes
-
#1195
4fbc8e78
Thanks @helciofranco! - fix: disables auto-complete for more input fields (sending transactions, adding asset and changing password). -
Updated dependencies [
21a7d80f
,4fbc8e78
]:- @fuel-wallet/[email protected]
@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).
v0.16.2
[email protected]
Patch Changes
-
#1113
3c5d91d
Thanks @helciofranco! - chore: update ts-sdk and fuel-ui packages -
#1198
7fac95e
Thanks @fuel-service-user! - ci: update to tag latest -
#1218
616f091
Thanks @arthurgeron! - Fixes Approve Transaction screen staying in a partially loading state after approving a transaction -
#1196
1427f2b
Thanks @helciofranco! - fix: transaction id available on transaction approved page, it was taking the user to a broken page (undefined id). -
#1170
aa684b3
Thanks @fuel-service-user! - ci: update to tag latest -
#1217
8f94aee
Thanks @arthurgeron! - Prevent the Change Password dialog from allowing the new password to be the same as the current password #1203 -
#1137
a0e5cbf
Thanks @helciofranco! - ci: replace prettier and eslint with biomejs (dev) -
#1197
97a8a3c
Thanks @helciofranco! - - Display the full app URL when it's big (instead of truncating it).- Sync the information displayed in the connected app
list
andedit
screens. - Improve how the URL are displayed, focusing on the
hostname
mostly. - Display only the first two initials on the Avatar when the page has a long title (2+ words).
- Sync the information displayed in the connected app
-
#1186
45f6571
Thanks @helciofranco! - chore: replaces a warning icon (orange) with a info icon (gray) from the connection list screen. -
#1210
0fa1abc
Thanks @fuel-service-user! - ci: update to tag latest -
#1141
96faa7f
Thanks @helciofranco! - feat: bump SDK to latest version -
#1188
d51591e
Thanks @helciofranco! - Previously,Wallet Manager
was failing to clear properly whendb.clear();
is called.This led to wrong account addresses generation, as updates to the
IndexedDB
didn't reflect in the Wallet Manager's internal state, particularly the#vaults
property.To resolve this issue, I implemented a manual call to
removeVault
during logout.This ensures that each new wallet generated starts from scratch, free from interference by any previous mnemonic vault.
-
#1150
c0d8def
Thanks @helciofranco! - ci: enable biomejs rules (as it was with eslint and prettier) -
#1182
ddb2440
Thanks @helciofranco! - fix: disable autocomplete from the private key input. -
Updated dependencies [
3c5d91d
,aa684b3
,a0e5cbf
,ec58815
,0fa1abc
,96faa7f
,c0d8def
]:- @fuel-wallet/[email protected]
@fuel-wallet/[email protected]
Patch Changes
-
#1113
3c5d91d
Thanks @helciofranco! - chore: update ts-sdk and fuel-ui packages -
#1170
aa684b3
Thanks @fuel-service-user! - ci: update to tag latest -
#1137
a0e5cbf
Thanks @helciofranco! - ci: replace prettier and eslint with biomejs (dev) -
#1165
ec58815
Thanks @helciofranco! - ci: make connections and types packages private
we don't need to use publish them anymore because it's going to be used only by the CRX -
#1210
0fa1abc
Thanks @fuel-service-user! - ci: update to tag latest -
#1141
96faa7f
Thanks @helciofranco! - feat: bump SDK to latest version -
#1150
c0d8def
Thanks @helciofranco! - ci: enable biomejs rules (as it was with eslint and prettier) -
Updated dependencies [
3c5d91d
,aa684b3
,a0e5cbf
,ec58815
,0fa1abc
,96faa7f
,c0d8def
]:- @fuel-wallet/[email protected]
@fuel-wallet/[email protected]
Patch Changes
-
#1113
3c5d91d
Thanks @helciofranco! - chore: update ts-sdk and fuel-ui packages -
#1170
aa684b3
Thanks @fuel-service-user! - ci: update to tag latest -
#1137
a0e5cbf
Thanks @helciofranco! - ci: replace prettier and eslint with biomejs (dev) -
#1165
ec58815
Thanks @helciofranco! - ci: make connections and types packages private
we don't need to use publish them anymore because it's going to be used only by the CRX -
#1210
0fa1abc
Thanks @fuel-service-user! - ci: update to tag latest
v0.16.1
@fuel-wallet/[email protected]
Patch Changes
- Updated dependencies []:
- @fuel-wallet/[email protected]
- @fuel-wallet/[email protected]
@fuel-wallet/[email protected]
@fuel-wallet/[email protected]
Patch Changes
- Updated dependencies []:
- @fuel-wallet/[email protected]