Commit 115187a
authored
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?
-->
[](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
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
81 | 91 | | |
82 | 92 | | |
83 | 93 | | |
| |||
0 commit comments