Skip to content

Commit 115187a

Browse files
Release/13.10.0 changelog (#38050)
<!-- 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** Update 13.10.0 changelog based on new cherry-picks <!-- 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/38050?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. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Adds Shield eligibility and error-state metrics with UI/flow updates, refines multichain address UX and deep-linking, and bumps key dependencies with build/config tweaks. > > - **Shield (metrics + UX)**: > - Metrics: add `ShieldPrioritySupportClicked`, `ShieldEligibilityCohort{Assigned,Timeout}`, common tracking props (`getShieldCommonTrackingProps`), error-state clicked events; refactor existing events to use common props. > - Eligibility: cohort assignment/timeout tracking in `ui/contexts/shield`; e2e mocks include eligibility payload. > - UI: paused toast now contextual (card/crypto) with tracking; entry modal uses static image, responsive styles; settings banner/error actions improved; support link action includes user IDs; CTA text reflects trial status. > - Deep link: `/shield` accepts `showShieldEntryModal=true` to open settings and modal. > - **Deep Links**: > - Redirect `/predict` → `/prediction-markets`; export `SETTINGS_ROUTE`. > - **Multichain accounts (UI/behavior)**: > - Network group avatars size/limit and alignment tweaks; hovered list row renamed/styled; clicking row copies address (tests updated); header uses `--header-height` CSS var. > - **Confirmations/Navigation**: > - Make cancel/submit flows async-safe, navigate appropriately (incl. addEthereumChain → default route); gasless check null-safe; sidepanel/popup open-in-browser handling; global menu adds popup/sidepanel toggle and priority support tracking. > - **Settings/Unlock UX**: > - Mobile settings layout scroll fixes; unlock page spacing and persistent “Need help?” support link; shield plan and claim form spacing/responsiveness. > - **Icons/Constants**: > - Add `Popup`, `Sidepanel` icons; new Shield enums and constants. > - **Tests/Mocks**: > - Update deep-link expectations, Shield entry modal/hovered list/confirm footer tests; add subscription eligibility mock. > - **Build/Config**: > - Enable `METAMASK_SHIELD_ENABLED` by default; adjust build features (remove `tron` from `main`); sidepanel env var cleanup. > - **Dependencies**: > - Bump `@metamask/bitcoin-wallet-snap` to `^1.6.0`, `@metamask/core-backend` to `^4.1.0`; add `addons-linter/glob@^10.5.0`; lockfile updates. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit fdcbb3b. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 10ba674 commit 115187a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- Add generic Platform Notification support (#37709)
1919
- Introduced sidepanel (#37304)
2020
- Adds shield membership event metrics (#37767)
21+
- Adds new events for shield eligibility and priority support (#37822)
2122
- Updated text on Claims Form top details (#37770)
2223
- Added metrics tracking for the new Subscriptions (#37735)
2324
- Updated error codes for shield rule engine (#37748)
@@ -78,6 +79,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7879
- Use preferred avatar in site tooltip (#37634)
7980
- Filter Tron Energy/Bandwidth assets on token list (#37699)
8081
- Updates Shield Terms of Use URL (#37769)
82+
- Updates Shield confirmation messages (#37829)
83+
- Adds `from` and `to` fields to the send confirmation view (#37906)
84+
- Fixes menu height overflow (#37915)
85+
- Fixes crash when clicking away from swap flow (#37922)
86+
- Fixes styling in `MultichainHoveredAddressRowsList` and `MultichainAggregatedAddressListRow` components (#37792)
87+
- Fixes a bug that was not copying the checksummed address (#37939)
88+
- Updates Predict deeplink handler (#37907)
89+
- Fixes `Open full screen` text (#37916)
90+
- Adds the support link back in unlock page (#37967)
8191

8292
## [13.9.0]
8393

0 commit comments

Comments
 (0)