Skip to content

Commit 1842525

Browse files
Merge pull request #43764 from MetaMask/stable-main-13.36.0
release: sync stable to main for version 13.36.0
2 parents b7b3d59 + a9b0742 commit 1842525

1 file changed

Lines changed: 56 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 56 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,46 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [13.36.0]
11+
12+
### Added
13+
14+
- Added Blockaid spender scanning for legacy ERC-20 `increaseApproval` transactions (e.g. LINK, stLINK, BAT). (#43141)
15+
- Perps market search now matches full market names — e.g. searching "bitcoin" finds BTC (and BCH), "tesla" finds TSLA, "spacex" finds SPCX. (#43456)
16+
- Added design changes for swaps filter. (#43453)
17+
- UI update for network filter. (#43310)
18+
- Updated MM Pay token picker to use inline row layout with error messages shown above the payment details. (#43313)
19+
- Added compliance blocking for restricted wallets using Perps. (#42519)
20+
- Extends dapp scanning capability to include path-based domains. (#42311)
21+
- Added a Batch Sell entry point in the wallet overview action area, allowing users to select and sell multiple tokens across supported networks in one flow. (#42408)
22+
- Container-based responsive text. (#43184)
23+
- Activity list redesign. (#42837)
24+
25+
### Changed
26+
27+
- Updated the Sei native token icon to Sei's maroon token mark. (#43173)
28+
- Bump `@metamask/assets-controllers` from 108.5.0 to 109.0.0 (#43422)
29+
30+
### Fixed
31+
32+
- Fixed a false "Insufficient funds" error on perps when the size slider is set to 100%. (#43383)
33+
- Asset picker network. (#43465)
34+
- Updated gas token picker design to remove background pill and show a right-facing arrow. (#43165)
35+
- Routed the default zkSync Era RPC through Infura for improved performance and reliability. (#43407)
36+
- Fixed a bug where Firefox clipped the top of the search field focus outline in Send and Receive. (#43120)
37+
- Fix trezor connection for Firefox browser. (#43179)
38+
- Exclude Ondo assets from batch sell select screen. (#43327)
39+
- Fixed a bug where switching the extension between side panel and popup view and back could reopen MetaMask in the popup,
40+
sometimes leaving both the side panel and popup open at the same time. (#43221)
41+
- Delete token list. (#43108)
42+
- Fixed the Perps withdraw button doing nothing when a non-EVM network (Solana, Bitcoin, Tron) was selected. (#43212)
43+
1044
## [13.35.1]
1145

1246
### Added
1347

1448
- Added Arc network integration (#43509)
49+
- Added swap bridge for Arc mainnet (#43485)
1550

1651
### Changed
1752

@@ -27,14 +62,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2762

2863
### Added
2964

30-
- Reduced false-positive RPC connection banners — single-provider outages no longer pop the banner, even when many popular (#43073)
31-
networks fail at once.
65+
- Reduced false-positive RPC connection banners — single-provider outages no longer pop the banner, even when many popular networks fail at once. (#43073)
3266
- Added "Paid by MetaMask" label on the mUSD conversion confirmation screen when all transaction fees are sponsored (#43168)
3367
- Add Arc as Default Network (network/native logo + native price + multicall) (#43114)
3468
- Added a confirmation modal when closing all perpetual positions (#42613)
35-
- Reduced false-positive RPC connection banners — single-provider outages no longer pop the banner, even when many popular
36-
networks fail at once. (#43073)
3769
- Add Telegram provider to Social Login options (#43125)
70+
- Add new hardware wallet reconnection page. (#42680)
3871

3972
### Changed
4073

@@ -44,18 +77,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4477
- chore(6921): upgrade React type definitions to v18 and codemod explicit children typing (#42616)
4578
- Updated the Sei network and token logo to Sei's new brand mark. (#43117)
4679
- chore: migrate `checkIsSeedlessPasswordOutdated` to `LegacyBackgroundApiService` (#43131)
80+
- Removes `toggleNetworkMenuAfterSubmit ?` pre-condition for replacement RPC networks-form. (#42980)
81+
- Update legacy settings routes to new correct ones. (#43111)
82+
- Updated API for token management list. (#43401)
83+
- Updated assets-controller patch to add reconciliation/self-healing metadata. (#43500)
4784

4885
### Fixed
4986

5087
- Fixed missing token icons (e.g. mUSD) in transaction confirmation rows and estimated changes. (#43133)
51-
- Removes `toggleNetworkMenuAfterSubmit ?` pre-condition for replacement RPC networks-form (#42980)
52-
- Update legacy settings routes to new correct ones (#43111)
53-
- Fixed navigation issue where tapping "Add Funds" in the perps order screen caused the back button to require two taps (#43002)
54-
- Add new hardware wallet reconnection page. (#42680)
55-
- Fix aggregated balance (#43061)
88+
- Fixed navigation issue where tapping "Add Funds" in the perps order screen caused the back button to require two taps. (#43002)
89+
- Fix aggregated balance. (#43061)
5690
- Disabled passkey unlock and setup on mobile browsers where the experience is unreliable. (#43009)
57-
- Fix routing after hardware wallet onboarding (#42952)
58-
- Updated onboarding metrics for Telegram Login. fixed onboarding unlock metrics. (#43052)
91+
- Fix routing after hardware wallet onboarding. (#42952)
92+
- Updated onboarding metrics for Telegram Login, fixed onboarding unlock metrics. (#43052)
93+
- Fixed tokens without symbol breaking the app. (#43514)
94+
- Fixed native tokens disappearing and gas issues. (#43448)
95+
- Fixed NFT buy activity type. (#43289)
96+
- Fixed stringified numeric values to be numeric in token details page. (#43420)
97+
- Fixed token list font size. (#43326)
98+
- Fixed PNL display to limit to 2 decimal places in close all positions modal. (#43400)
99+
- Fixed Telegram logo in onboarding. (#43368)
100+
- Fixed stale swap status. (#43300)
101+
- Fixed OAuth client IDs configuration. (#43283)
59102

60103
## [13.34.1]
61104

@@ -2512,7 +2555,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25122555
- This changelog was split off with 12.22.0
25132556
- All older changes can be found in [docs/CHANGELOG_older.md](https://github.com/MetaMask/metamask-extension/blob/main/docs/CHANGELOG_older.md)
25142557

2515-
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v13.35.1...HEAD
2558+
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v13.36.0...HEAD
2559+
[13.36.0]: https://github.com/MetaMask/metamask-extension/compare/v13.35.1...v13.36.0
25162560
[13.35.1]: https://github.com/MetaMask/metamask-extension/compare/v13.35.0...v13.35.1
25172561
[13.35.0]: https://github.com/MetaMask/metamask-extension/compare/v13.34.1...v13.35.0
25182562
[13.34.1]: https://github.com/MetaMask/metamask-extension/compare/v13.34.0...v13.34.1

0 commit comments

Comments
 (0)