Skip to content

Commit ad9aa0f

Browse files
release: release-changelog/7.71.0 (#27710)
This PR updates the change log for 7.71.0. (Hotfix - no test plan generated.) --------- Co-authored-by: metamaskbot <metamaskbot@users.noreply.github.com> Co-authored-by: chloeYue <chloe.gao@consensys.net>
1 parent 42968c3 commit ad9aa0f

1 file changed

Lines changed: 59 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [7.71.0]
11+
12+
### Added
13+
14+
- Added backend-provided intent typedData for signing intent swap txs (#25913)
15+
- Added Security & Trust section to Token Details page showing risk level, contract security features, buy/sell tax, token distribution, and official links powered by Blockaid (#27073)
16+
- Added a "Withdraw" button to the unstaked TRX banner so users can claim TRX that has completed the lock period (#27076)
17+
- Added handling for aggregated balance on the new home page (#27172)
18+
- Added LD flags to consume price impact threshold (#27196)
19+
- Added Segment event tracking for mUSD Quick Convert flow and enriched generic Transaction\* events for mUSD conversion transactions (#27305)
20+
- Improved bridge/swap quote expiry experience; expired quotes now remain visible inline with a prompt to refresh, replacing a separate modal flow (#27340)
21+
- Added support for ramps providers such as PayPal, Robinhood & Coinbase that use a different checkout browser (#27364)
22+
- Added authentication for transaction submission to sentinel and transaction API (#27410)
23+
- Added skeleton loading indicator to NFT grid items while images are loading (#27413)
24+
- Embedded the metal card checkout flow into the Card onboarding/sign-up flow (#27420)
25+
- Added attention badge on Card button (#27425)
26+
- Added a new tab for users to see their NFTs and fixed NFT flicker on that view (#27437)
27+
- Added press opacity feedback to NFT grid items (#27488)
28+
- Applied a minimum $0.01 threshold for showing the "Claim bonus" CTA for Merkl rewards so that amounts below the threshold show the 3% bonus label instead (#27522)
29+
- Updated Predict withdraw to default to the user’s last used destination token before falling back to the remote preferred token (#27532)
30+
- Enabled campaigns view under feature flag (#27556)
31+
- Redirected buy deeplinks to the new Ramps Buy flow when Ramps Unified V2 is enabled; deprecated cash deposit deeplinks (#27557)
32+
- Restored mUSD claimable bonus claim section on asset overview screen (#27567)
33+
- Added campaign opt-in flow with details and mechanics screens in the Rewards section (#27619)
34+
- Updated Ramp buy flow modal headers and typography to use shared compact header and design system components (#27627)
35+
- Migrated Card authentication to CardController with new `useCardAuth` hook for controller-based auth flow (#27656)
36+
- Extracted Card supported-country check into `selectIsUserInSupportedCardCountry` selector (#27695)
37+
- Updated mUSD aggregated balance row to redirect to the Cash tokens list when the user holds mUSD on any network (#27703)
38+
39+
### Changed
40+
41+
- Removed deprecated payment request (#27519)
42+
- Updated earn balance row layout (logo size, badge size, balance/percentage placement) and added privacy mode support for StakingBalance and EarnLendingBalance (#27457)
43+
- Refactored Card onboarding to use the `useRegions` hook instead of Redux `selectedCountry` for region/country data (#27539)
44+
- Adjusted spacing in homepage (#27637)
45+
46+
### Fixed
47+
48+
- Fixed a bug where closing the "Token not available" modal left the user in a stuck state instead of navigating back to the token selection screen (#27277)
49+
- Fixed false "Token Not Available" errors during Buy flow when payment methods are still loading after provider change; fixed missing "Token Not Available" modal in home buy flow; fixed crash when navigating back from "Token Not Available" modal in token info buy flow (#27448)
50+
- Fixed token row display on homepage to show price and variation separated by a dot for consistency with token list items (#27449)
51+
- Fixed stop loss banner rendering issue (#27458)
52+
- Fixed Order Details screen displaying excessive decimal places for crypto amounts after ramp purchases (#27469)
53+
- Fixed remove network confirmation header casing to sentence case (#27480)
54+
- Fixed the custom network header trash icon color to match other trash icons in the app (#27481)
55+
- Fixed a bug where the RPC URL field in network details could appear focused after blur and had inconsistent typography between states (#27482)
56+
- Fixed RAMP_INTERNAL_BUILD default for OTA push (#27507)
57+
- Fixed a bug where Perps activity could appear blank after reopening the Activity screen from Perps home (#27509)
58+
- Fixed universal link handling for redirect-oauth (#27511)
59+
- Fixed Network Details so network name is required and no longer labeled optional (#27541)
60+
- Fixed onboarding import button text being invisible in dark mode; ensured both CTAs have proper contrast in dark mode (#27550)
61+
- Removed a stale feature-flag gate so the Networks menu item is always available (#27591)
62+
- Fixed MegaETH explorer button to display "View on Megaeth Explorer" instead of "View on Megaeth" (#27592)
63+
- Fixed padding in security screen header (#27621)
64+
- Fixed TokenList crash when switching networks (#27655)
65+
- Fixed miscategorization of BRENTOIL and other non-crypto instruments appearing in the "Explore Crypto" section on Perps Home (#27699)
66+
1067
## [7.70.1]
1168

1269
### Fixed
@@ -11015,7 +11072,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1101511072
- [#957](https://github.com/MetaMask/metamask-mobile/pull/957): fix timeouts (#957)
1101611073
- [#954](https://github.com/MetaMask/metamask-mobile/pull/954): Bugfix: onboarding navigation (#954)
1101711074

11018-
[Unreleased]: https://github.com/MetaMask/metamask-mobile/compare/v7.70.1...HEAD
11075+
[Unreleased]: https://github.com/MetaMask/metamask-mobile/compare/v7.71.0...HEAD
11076+
[7.71.0]: https://github.com/MetaMask/metamask-mobile/compare/v7.70.1...v7.71.0
1101911077
[7.70.1]: https://github.com/MetaMask/metamask-mobile/compare/v7.70.0...v7.70.1
1102011078
[7.70.0]: https://github.com/MetaMask/metamask-mobile/compare/v7.69.1...v7.70.0
1102111079
[7.69.1]: https://github.com/MetaMask/metamask-mobile/compare/v7.69.0...v7.69.1

0 commit comments

Comments
 (0)