Skip to content

Commit 5b65fa2

Browse files
gauthierpetetinmetamaskbotrunway-github[bot]lwin-kyawmicaelae
authored
release: Master sync v13.2.0 into main (#35548)
<!-- Please submit this PR as a draft initially. Do not mark it as "Ready for review" until the template has been completely filled out, and PR status checks have passed at least once. --> ## **Description** <!-- Write a short description of the changes included in this pull request, also include relevant motivation and context. Have in mind the following questions: 1. What is the reason for the change? 2. What is the improvement/solution? --> [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/35548?quickstart=1) ## **Changelog** <!-- If this PR is not End-User-Facing and should not show up in the CHANGELOG, you can choose to either: 1. Write `CHANGELOG entry: null` 2. Label with `no-changelog` If this PR is End-User-Facing, please write a short User-Facing description in the past tense like: `CHANGELOG entry: Added a new tab for users to see their NFTs` `CHANGELOG entry: Fixed a bug that was causing some NFTs to flicker` (This helps the Release Engineer do their job more quickly and accurately) --> CHANGELOG entry: null ## **Related issues** Fixes: ## **Manual testing steps** 1. Go to this page... 2. 3. ## **Screenshots/Recordings** <!-- If applicable, add screenshots and/or recordings to visualize the before and after of your change. --> ### **Before** <!-- [screenshots/recordings] --> ### **After** <!-- [screenshots/recordings] --> ## **Pre-merge author checklist** - [ ] I've followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Extension Coding Standards](https://github.com/MetaMask/metamask-extension/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [ ] I've completed the PR template to the best of my ability - [ ] I’ve included tests if applicable - [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [ ] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-extension/blob/main/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots. --------- Co-authored-by: MetaMask Bot <metamaskbot@users.noreply.github.com> Co-authored-by: MetaMask Bot <37885440+metamaskbot@users.noreply.github.com> Co-authored-by: runway-github[bot] <73448015+runway-github[bot]@users.noreply.github.com> Co-authored-by: Lwin <147362763+lwin-kyaw@users.noreply.github.com> Co-authored-by: Micaela Estabillo <100321200+micaelae@users.noreply.github.com> Co-authored-by: António Regadas <apregadas@gmail.com> Co-authored-by: seaona <54408225+seaona@users.noreply.github.com> Co-authored-by: Mark Stacey <mark.stacey@consensys.net> Co-authored-by: Jorge Carrasco <jorge.carrasco@consensys.net> Co-authored-by: David Murdoch <187813+davidmurdoch@users.noreply.github.com> Co-authored-by: Prithpal Sooriya <prithpal.sooriya@gmail.com> Co-authored-by: Nidhi Kumari <nidhi.kumari@consensys.net> Co-authored-by: Marci McBride <mcbridemarci@users.noreply.github.com> Co-authored-by: Marci McBride <mcbridemarci@gmail.com> Co-authored-by: seaona <seaona@proton.me> Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com> Co-authored-by: Prithpal Sooriya <prithpal.sooriya@consensys.net>
2 parents 2167642 + e008c74 commit 5b65fa2

1 file changed

Lines changed: 46 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,50 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [13.2.0]
10+
### Added
11+
- feat: enable Linea for Smart Transactions (#35117)
12+
- feat: add discover button for Solana network in the network list (#34498)
13+
- feat: add account switching functionality for the multichain accounts (#34989)
14+
- feat: allow offline unlock for social login users (#34996)
15+
- feat: add price impact information and alert when above a certain threshold (#34951)
16+
- feat: add new page for displaying multichain accounts (#34836)
17+
- feat: add message to loading screen when loading is taking an abnormally long time (#34530)
18+
- feat: add 'Scan QR code and download the Mobile app' page on onboarding flow (#34825)
19+
- feat: hide 'Remove imported account' button for social login, as it's not yet supported (#34895)
20+
- feat: add Frax network and token logos (#34986)
21+
- feat: add support for non-evm deep links (#35228)
22+
- feat: automatically switch to the last used solana account when opening swap/buy deep link with SOL token set as query parameter (#35390)
23+
- feat: update network selector to manage selecting a single network or all popular networks (#35264)
24+
25+
### Changed
26+
- update: remove the Solana modal from the initial flow (#34988)
27+
- update: disable transaction resubmission (#35028)
28+
- update: update `SEI` network's name from `Sei Network` to `Sei Mainnet` (#34930)
29+
- update: reduce bundle size to improve performance (#34690)
30+
- update: removed the `socialLoginEmail` from the state-logs export (settings -> advanced -> download state-logs), instead of masking the value (#35170)
31+
32+
### Fixed
33+
- fix: ensure text doesn't go beyond component boundaries when user is prompted to add a network (#34824)
34+
- fix: skip metametrics screen if user already chose an option (#35036)
35+
- fix: disable the hover state when SnapUISelector is disabled (#34964)
36+
- fix: hide 'Estimated changes have changed' alert from wallet initiated transactions (#34782)
37+
- fix: remove console error displayed when wallet is locked before transaction is confirmed (#34406)
38+
- fix: remove misleading console warning (#34816)
39+
- fix: remove console error displayed when connecting wallet to a dapp (#34783)
40+
- fix: use a static list of words for blurred SRP to prevent any potential possibility of a 'blur reversal attack' (#34288)
41+
- fix: revert 'set default theme to dark' (#34274)
42+
- fix: fixes incorrect email value in onboarding and setting page UI (#35170)
43+
- fix: fixes incorrect balances displayed on swap page, due to race condition when balances are set before URL params are applied (#35008)
44+
- fix: fixes ui not loading in old browsers due to use `Promise.withResolvers` (#35175)
45+
- fix: ensure that changing the global network should doesn't affect the dapp connected active network (#35432)
46+
- fix: show error when background is unresponsive after update due to Chromium bug (#35332)
47+
- fix: remove automatic gas updates during swap and bridge transaction submission to preserve quoted gas parameters (#35455)
48+
- fix: add the ability to temporarily hide carrousel to ensure a smoother experience (#35447)
49+
- fix: fixes issue where the petnames system attempts to resolve EIP-155 names for Solana accounts (#35477)
50+
- 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)
51+
- fix: ensure the dapp-connected network remains unchanged when the global network RPC endpoint is switched (#35487)
52+
953
## [13.1.2]
1054
### Fixed
1155
- fix: fixes a performance issue by closing all Solana WebSocket connections whenever the client becomes inactive (#35359)
@@ -440,7 +484,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
440484
- This changelog was split off with 12.22.0
441485
- All older changes can be found in [docs/CHANGELOG_older.md](https://github.com/MetaMask/metamask-extension/blob/main/docs/CHANGELOG_older.md)
442486

443-
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v13.1.2...HEAD
487+
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v13.2.0...HEAD
488+
[13.2.0]: https://github.com/MetaMask/metamask-extension/compare/v13.1.2...v13.2.0
444489
[13.1.2]: https://github.com/MetaMask/metamask-extension/compare/v13.1.1...v13.1.2
445490
[13.1.1]: https://github.com/MetaMask/metamask-extension/compare/v13.1.0...v13.1.1
446491
[13.1.0]: https://github.com/MetaMask/metamask-extension/compare/v13.0.1...v13.1.0

0 commit comments

Comments
 (0)