Added
- feat: enable Linea for Smart Transactions (#35117)
- feat: add discover button for Solana network in the network list (#34498)
- feat: add account switching functionality for the multichain accounts (#34989)
- feat: allow offline unlock for social login users (#34996)
- feat: add price impact information and alert when above a certain threshold (#34951)
- feat: add new page for displaying multichain accounts (#34836)
- feat: add message to loading screen when loading is taking an abnormally long time (#34530)
- feat: add 'Scan QR code and download the Mobile app' page on onboarding flow (#34825)
- feat: hide 'Remove imported account' button for social login, as it's not yet supported (#34895)
- feat: add Frax network and token logos (#34986)
- feat: add support for non-evm deep links (#35228)
- feat: automatically switch to the last used solana account when opening swap/buy deep link with SOL token set as query parameter (#35390)
- feat: update network selector to manage selecting a single network or all popular networks (#35264)
Changed
- update: remove the Solana modal from the initial flow (#34988)
- update: disable transaction resubmission (#35028)
- update: update
SEI
network's name fromSei Network
toSei Mainnet
(#34930) - update: reduce bundle size to improve performance (#34690)
- update: removed the
socialLoginEmail
from the state-logs export (settings -> advanced -> download state-logs), instead of masking the value (#35170)
Fixed
- fix: ensure text doesn't go beyond component boundaries when user is prompted to add a network (#34824)
- fix: skip metametrics screen if user already chose an option (#35036)
- fix: disable the hover state when SnapUISelector is disabled (#34964)
- fix: hide 'Estimated changes have changed' alert from wallet initiated transactions (#34782)
- fix: remove console error displayed when wallet is locked before transaction is confirmed (#34406)
- fix: remove misleading console warning (#34816)
- fix: remove console error displayed when connecting wallet to a dapp (#34783)
- fix: use a static list of words for blurred SRP to prevent any potential possibility of a 'blur reversal attack' (#34288)
- fix: revert 'set default theme to dark' (#34274)
- fix: fixes incorrect email value in onboarding and setting page UI (#35170)
- fix: fixes incorrect balances displayed on swap page, due to race condition when balances are set before URL params are applied (#35008)
- fix: fixes ui not loading in old browsers due to use
Promise.withResolvers
(#35175) - fix: ensure that changing the global network should doesn't affect the dapp connected active network (#35432)
- fix: show error when background is unresponsive after update due to Chromium bug (#35332)
- fix: remove automatic gas updates during swap and bridge transaction submission to preserve quoted gas parameters (#35455)
- fix: add the ability to temporarily hide carrousel to ensure a smoother experience (#35447)
- fix: fixes issue where the petnames system attempts to resolve EIP-155 names for Solana accounts (#35477)
- fix: ensure the dapp-connected network switches to a permitted network when the current dapp-connected network permission is revoked via the dapp popover modal (#35487)
- fix: ensure the dapp-connected network remains unchanged when the global network RPC endpoint is switched (#35487)