Skip to content

Commit 930d3aa

Browse files
committed
docs(changelog): fix 7.71.0 line breaks; keep PR refs at sentence end (#27710)
Made-with: Cursor
1 parent 9051f1a commit 930d3aa

1 file changed

Lines changed: 29 additions & 41 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -11,70 +11,58 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Added
1313

14-
- Use 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 (#27073)
16-
distribution, and official links powered by Blockaid.
17-
- Added a "Withdraw" button to the unstaked TRX banner so users can claim TRX that has completed the lock period. (#27076)
18-
- Handle aggregated balance new home page (#27172)
19-
- Use LD flags to consume price impact threshold (#27196)
20-
- Added Segment event tracking for mUSD Quick Convert flow and enrich generic Transaction\* events for mUSD conversion (#27305)
21-
transactions
22-
- Improved bridge/swap quote expiry experience; expired quotes now remain visible inline with a prompt to refresh, replacing a (#27340)
23-
separate modal flow.
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)
2421
- Added support for ramps providers such as PayPal, Robinhood & Coinbase that use a different checkout browser (#27364)
25-
- Authenticate transaction submission to sentinel and transaction API (#27410)
22+
- Added authentication for transaction submission to sentinel and transaction API (#27410)
2623
- Added skeleton loading indicator to NFT grid items while images are loading (#27413)
27-
- Embed the metal card checkout flow into the Card onboarding/sign-up flow. (#27420)
28-
- Add attention badge on Card button (#27425)
24+
- Embedded the metal card checkout flow into the Card onboarding/sign-up flow (#27420)
25+
- Added attention badge on Card button (#27425)
2926
- Added a new tab for users to see their NFTs and fixed NFT flicker on that view (#27437)
3027
- Added press opacity feedback to NFT grid items (#27488)
31-
- Applied a minimum $0.01 threshold for showing the "Claim bonus" CTA for Merkl rewards so that amounts below the threshold (#27522)
32-
show the 3% bonus label instead.
33-
- Updated Predict withdraw to default to the user’s last used destination token before falling back to the remote preferred (#27532)
34-
token.
35-
- Enable campaigns view under feature flag (#27556)
36-
- Redirect buy deeplinks to the new Ramps Buy flow when Ramps Unified V2 is enabled. Deprecated cash deposit deeplinks. (#27557)
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)
3732
- Restored mUSD claimable bonus claim section on asset overview screen (#27567)
3833
- Added campaign opt-in flow with details and mechanics screens in the Rewards section (#27619)
3934
- Updated Ramp buy flow modal headers and typography to use shared compact header and design system components (#27627)
40-
- Migrated Card authentication to CardController with new `useCardAuth` hook for controller-based auth flow. (#27656)
41-
- Extracted Card supported-country check into `selectIsUserInSupportedCardCountry` selector. (#27695)
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)
4237
- Updated mUSD aggregated balance row to redirect to the Cash tokens list when the user holds mUSD on any network (#27703)
4338

4439
### Changed
4540

4641
- Removed deprecated payment request (#27519)
47-
- Updated earn balance row layout (logo size, badge size, balance/percentage placement) and added privacy mode support for (#27457)
48-
StakingBalance and EarnLendingBalance
49-
- Refactored Card onboarding to use the `useRegions` hook instead of Redux `selectedCountry` for region/country data. (#27539)
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)
5044
- Adjusted spacing in homepage (#27637)
5145

5246
### Fixed
5347

54-
- Fixed a bug where closing the "Token not available" modal left the user in a stuck state instead of navigating back to the (#27277)
55-
token selection screen.
56-
- Fixed false "Token Not Available" errors during Buy flow when payment methods are still loading after provider change; fixed (#27448)
57-
missing "Token Not Available" modal in home buy flow; fixed crash when
58-
navigating back from "Token Not Available" modal in token info buy flow
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)
5950
- Fixed token row display on homepage to show price and variation separated by a dot for consistency with token list items (#27449)
6051
- Fixed stop loss banner rendering issue (#27458)
61-
- Fixed Order Details screen displaying excessive decimal places for crypto amounts after ramp purchases. (#27469)
62-
- Fixed remove network confirmation header casing to sentence case. (#27480)
63-
- Fixed the custom network header trash icon color to match other trash icons in the app. (#27481)
64-
- Fixed a bug where the RPC URL field in network details could appear focused after blur and had inconsistent typography between (#27482)
65-
states.
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)
6656
- Fixed RAMP_INTERNAL_BUILD default for OTA push (#27507)
67-
- Fixed a bug where Perps activity could appear blank after reopening the Activity screen from Perps home. (#27509)
57+
- Fixed a bug where Perps activity could appear blank after reopening the Activity screen from Perps home (#27509)
6858
- Fixed universal link handling for redirect-oauth (#27511)
69-
- Fixed Network Details so network name is required and no longer labeled optional. (#27541)
59+
- Fixed Network Details so network name is required and no longer labeled optional (#27541)
7060
- Fixed onboarding import button text being invisible in dark mode; ensured both CTAs have proper contrast in dark mode (#27550)
71-
- Removed a stale feature-flag gate so the Networks menu item is always available. (#27591)
72-
- Fixed MegaETH explorer button to display "View on Megaeth Explorer" instead of "View on (#27592)
73-
Megaeth"
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)
7463
- Fixed padding in security screen header (#27621)
7564
- Fixed TokenList crash when switching networks (#27655)
76-
- Fixed miscategorization of BRENTOIL and other non-crypto instruments appearing in the "Explore Crypto" section on (#27699)
77-
Perps Home
65+
- Fixed miscategorization of BRENTOIL and other non-crypto instruments appearing in the "Explore Crypto" section on Perps Home (#27699)
7866

7967
## [7.70.1]
8068

0 commit comments

Comments
 (0)