@@ -7,6 +7,57 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 13.12.0]
11+
12+ ### Added
13+
14+ - Add subscription retry button to notify server check when user balance is sufficient (#36847 )
15+ - Align shield illustration to bottom in popup mode (#38340 )
16+ - Default to BIP-44 UI for account & wallet details (#37984 )
17+ - Shield plan save last payment detail everytime user select token (#38314 )
18+ - Truncated site name (#38033 )
19+ - Updated text and alignment on shield coverage alert modal (#38286 )
20+ - Adds UI for handling for api errors on shield plan page (#38090 )
21+ - Removed legacy funding card components in preparation for improved empty state experience (#37290 )
22+ - Enforces dark mode on the active membership banner (#38204 )
23+ - Adds theme-based toggling of the Rive shield icon’s Dark state to switch colors for light/dark modes (#38223 )
24+ - Integrated balance empty state for zero-balance accounts on mainnet networks (#37196 )
25+ - Shows a site if it has no connection but has permissions granted to it (#36811 )
26+ - Confirmations for sidepanel (#38375 )
27+ - Show minimum token amount required on payment methods (#38290 )
28+ - Adds MegaETH Mainnet to FEATURED_RPCS (#38369 )
29+ - Remove sidepanel feature (#38532 )
30+
31+ ### Fixed
32+
33+ - Optimizes subscription polling (#38378 )
34+ - Don't show shield coverage if basic functionality is off (#38351 )
35+ - Fix forgot password when basic functionality is turned off (#38344 )
36+ - Fix api error show in shield subscription start with card checkout tab close manually (#38308 )
37+ - Fixed a bug where swapping from the Mon token page suggested ETH instead of MON when all Popular Networks were enabled (#38349 )
38+ Added missing MONAD (143) and SEI (1329) chain IDs to the
39+ bridge-controller to ensure correct chain resolution
40+ - Fixed a bug where the tron icon was not showing in the activity list details modal (#38264 )
41+ - Fixed balance empty state incorrectly showing when price conversion data is unavailable but tokens are present (#38284 )
42+ - Add ` signRewardsMessage ` method ([ #566 ] ( https://github.com/MetaMask/snap-bitcoin-wallet/pull/566 ) ) (#38315 )
43+ - Show correct balance values in fiat for gas tokens (#38249 )
44+ - Added ability to view Gator permissions filtered by specific site origin (#37736 )
45+ - Fixed the Lattice hardware wallet flow to reuse cached credentials instead of asking users to reconnect every time (#37781 )
46+ - Reverts "refactor: extract confirmation handler" (#38189 )
47+ - Custom swap slippage validation allows invalid inputs (#38066 )
48+ - Changed minimum received amount to be the token amount (#38150 )
49+ - Removed the ` isTestEnvironment ` checks from all Rive animation–related files (#38110 )
50+ - Updated useTheme hook and logo for unlock page (#38002 )
51+ - Increase background connection unresponsive timeout (#38322 )
52+ - Fix fullscreen swap confirmation (#38446 )
53+ - Fix layout inconsistencies (#38416 )
54+ - Fix confirmation layout in sidepanel (#38410 )
55+ - Fix ` manage permission ` route (#38485 )
56+ - Fixes layout inconsistencies while in fullscreen mode (#38483 )
57+ - Fix shield confirmation transaction back handle in popup mode (#38502 )
58+ - Fix asset page layout (#38537 )
59+ - Fix navigation for the backup srp settings (#38544 )
60+
1061## [ 13.11.2]
1162
1263### Fixed
@@ -1340,7 +1391,8 @@ authorized by the user.` error until the user fully revoked dapp
13401391- This changelog was split off with 12.22.0
13411392- All older changes can be found in [ docs/CHANGELOG_older.md] ( https://github.com/MetaMask/metamask-extension/blob/main/docs/CHANGELOG_older.md )
13421393
1343- [ Unreleased ] : https://github.com/MetaMask/metamask-extension/compare/v13.11.2...HEAD
1394+ [ Unreleased ] : https://github.com/MetaMask/metamask-extension/compare/v13.12.0...HEAD
1395+ [ 13.12.0 ] : https://github.com/MetaMask/metamask-extension/compare/v13.11.2...v13.12.0
13441396[ 13.11.2 ] : https://github.com/MetaMask/metamask-extension/compare/v13.11.1...v13.11.2
13451397[ 13.11.1 ] : https://github.com/MetaMask/metamask-extension/compare/v13.11.0...v13.11.1
13461398[ 13.11.0 ] : https://github.com/MetaMask/metamask-extension/compare/v13.10.4...v13.11.0
0 commit comments