Skip to content

Commit eb3d209

Browse files
committed
Merge branch 'stable' into release/7.67.1
2 parents 8155e01 + dceca8a commit eb3d209

1 file changed

Lines changed: 141 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [7.67.0]
11+
12+
### Uncategorized
13+
14+
- chore: merge stable into release 7.67.0 branch (#26496)
15+
- chore: make OTA Version Display more robust (#26295)
16+
- Bump new assets controller to v2.0.0 (#26166)
17+
- Updated assets controllers to 99.4.0 (#26261)
18+
- Added code fencing for gh actions defined at builds.yml (#26159)
19+
- Fixed OTA version display (#26204)
20+
- Remove npx in favor of yarn in sync script (#26233)
21+
- Remove opt out button from Rewards settings (#26189)
22+
- Removed notifications for all swap/bridge txs (#25919)
23+
- Use chain-agnostic gas fee estimates source for bridging (#26047)
24+
- Stop using portfolio API to fetch contentful sites (#26003)
25+
- chore(release): sync stable to main for version 7.66.0 (#25916)
26+
- Updated OTA modal user interface (#25867)
27+
- Adds FAST_NETWORKS filter for gas-speed component and returns " < 1 Sec" when speed is < 1000ms (#25825)
28+
Modifies toHumanEstimatedTimeRange in utils/time.ts to
29+
handle "fast network" filter and " < 1 Sec" display
30+
- Use `StorageService` in Snap Controller (#25672)
31+
- Fixed the limit price row in Perps order form so it no longer shows rounded bottom borders when the Pay with row is visible (#25834)
32+
below it.
33+
- Replace modal with bottom sheet on 'Account added' click (#25770)
34+
- chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#25696)
35+
- chore(release): sync stable to main for version 7.66.0 (#25802)
36+
37+
### Added
38+
39+
- Gas sponsorship UI (#26252)
40+
- Replaced webview-based Veriff KYC flow with native Veriff SDK integration, featuring MetaMask-branded UI with dynamic (#26138)
41+
light/dark theme support, custom fonts, and fox logo
42+
- Add market close bottom sheet to stop user perform trade. (#25157)
43+
- Added trust signal icons to address displays in confirmations, showing verified, warning, or malicious indicators based (#25154)
44+
on address scan results.
45+
- Moved notifications and QR scanner from home screen header to Account Menu and added Deposit quick action (#26100)
46+
- Added card freeze/unfreeze toggle to the Card Home screen, allowing users to temporarily disable and re-enable their card. (#26246)
47+
- `[ADDED]` Native Transak v2 purchase flow with in-app email/OTP authentication, KYC handling, order creation, and payment (#26033)
48+
processing.
49+
- Force enable explore feature (#26128)
50+
- Add support for wallet connect verify api (#26070)
51+
- Increased the browser tab limit from 5 to 20 and improved tab switching performance by keeping only the 5 most recently (#26143)
52+
used tabs live in memory
53+
- Prefill country of residence from geolocation on Card onboarding SignUp and extract reusable SelectField component across (#26136)
54+
onboarding screens
55+
- Predict withdrawal to any token (happy path) (#25441)
56+
- Display amount row when simulation fails (#25716)
57+
- Improved claim bonus responsiveness by caching Merkl API responses and fixed claim bonus button in token list V2 layout (#26016)
58+
- Preloaded Perps market and user data at startup for instant rendering (#26061)
59+
- Added network pill overflow with "+X more" button that opens a full network list in the bridge token selector (#25893)
60+
- Revamp swaps keypad (#25845)
61+
- Init the new assets controller under a feature flag (#25957)
62+
- Adds a page for changing preferred ramp provider (#25860)
63+
- Add asset overview deeplinks (#25447)
64+
- Restored the previously selected "Pay with" token when returning to the Perps order view within 5 minutes. (#25938)
65+
- Fixed predict transaction toast notifications not appearing when navigating away from the Predict tab (#25863)
66+
- Added new Accounts Menu screen to organize settings navigation with Settings, Manage, and Resources sections (#25611)
67+
- Adds Bridge and Swap feature to `MegaETH` (#25906)
68+
- Adds chiliz.png as network logo and enables it in metamask mobile (#25437)
69+
- Always display learn more about perps link (#25958)
70+
- Created new token list item v2 (#25824)
71+
- Added custom claim transaction request screen for mUSD bonus claims with improved UX flow (#25837)
72+
- Added an "Ending soon" tab to prediction markets feed showing markets sorted by end date (#25868)
73+
- Removed legacy homepage script injection and related RPC methods (#25620)
74+
- Add google/web search inside browser search bar (#25897)
75+
- Homogenize spacing on Explore page for perps items (#25894)
76+
- Added 1st interaction alert to warn users when interacting with an address for the first time. (#25575)
77+
- Added icons to the bridge token selector network pills (#25851)
78+
- Create feature flag for the new unified assets state (#25891)
79+
- Adds Bridge and Swap feature to HyperEVM (#25769)
80+
- Added lightweight position display and one-click Long/Short trading on token details page for perps-enabled assets (#25685)
81+
- Improved browser tab switching performance by keeping tabs mounted (#25702)
82+
- Validation errors from non-EVM transaction snaps will now be displayed to users during send flow. (#25648)
83+
- Added detailed transaction display for mUSD reward claims showing claimed amount, network fee, and received total (#25452)
84+
- Adds functionality for selecting a payment method (#25681)
85+
- Base setup for in-app provisioning (#25669)
86+
87+
### Fixed
88+
89+
- Adds analytics instrumentation for Token Details V2 layout A/B test (#25844)
90+
- Fix issues with balance rounding, localization formatting and decimal representation on source swap asset balance. (#26267)
91+
- Keypad bottom border is visible occasionally on Android (#26229)
92+
- Adds location property to swap events. (#26067)
93+
- Fixed a bug where add/remove network confirmation toasts appeared during Bridge flows. (#26239)
94+
- Fixed an iOS bug where scanning a MetaMask universal link QR code opened Safari and redirected to the App Store instead of (#25739)
95+
handling the link in-app.
96+
- Fixed DeFi tab not appearing when switching from non-EVM networks to "All Popular Networks" (#26193)
97+
- Set height of quick pick buttons the same as confirm cta (#26170)
98+
- Fixed Bridge token selectors to show all supported networks, persist selected network pills, and auto-add missing networks (#26174)
99+
on token selection.
100+
- Fixed token prices not displaying for non-EVM tokens in the V2 token list layout. (#26132)
101+
- Prevent full app reload when editing Trending files (#26135)
102+
- Fixed excessive ENS API calls when opening the bridge/swaps flow that scaled with the number of accounts (#26126)
103+
- Fixed a bug where tapping a token’s info icon in Swaps could open the wrong asset details page. (#26123)
104+
- Fixed perpetual trading margin display showing $0 when placing orders from the Token Details page (#26105)
105+
- Start rendering confirm button loading state on input change (#26107)
106+
- Fixed issue that triggered account creation during onboarding using pre BIP-44 flow when switching networks (#26088)
107+
- Fixed a UI issue where buttons in the signature message details view were overlapping. (#26040)
108+
- Keep keypad state on flip and close it when dest token input is pressed (#26068)
109+
- Updated mUSD claim bonus subtitle copy (#26019)
110+
- Fixed intermittent placeholder text alignment and clipping in text inputs on iOS. (#26049)
111+
- Fall back to priceImpact or destTokenAmount for swap quote sorting (#25928)
112+
- Remove deeplink interstitial on dApp deeplinks (#25963)
113+
- Multiple fixes on import token flow (#25962)
114+
- Fixed decimal precision calculation for Tron's staked balance (#25430)
115+
- Fixed intermittent "Failed to fetch market data" errors on Perps by switching market data fetches from WebSocket to HTTP (#26014)
116+
transport
117+
- Fixed `x-us-env` header being incorrectly set to `false` for US Card users when geolocation requests fail (#25971)
118+
- Fix #24546 with human readable message (#25555)
119+
- Removed "Add funds to start trading perps" banner from Perps market details and allow opening trades (Long/Short) when perps (#25960)
120+
balance is zero.
121+
- Fixed long token names pushing balance off screen in Send flow and MM Pay token picker (#25338)
122+
- Fix #25693 styling issue in for ledger devices (#25758)
123+
- Fixed navigation error and token buyability checks when purchasing crypto with cash using unified buy V2 (#25617)
124+
- Fixed Predictions tab not hiding monetary values when privacy mode is enabled (#25887)
125+
- Fixed Perps deposit+order flow so the pending deposit toast auto-dismisses after a few seconds and the "deposit taking longer" (#25939)
126+
message appears after 30 seconds.
127+
- Fixed header height to scale properly with larger accessibility font sizes (#25855)
128+
- Activity header symbol fallback (#25821)
129+
- Fixed the Perps order pay row not appearing until margin was loaded. (#25836)
130+
- When passoword oudated, it navigate to oauthRehydrate screen when reopen app (#25687)
131+
- Fixed notification and transaction display for EIP-7702 transactions without nonces (#25646)
132+
- Adds event for when token details page is opened. (#25780)
133+
- Added error screens when wallet creation fails, allowing users to retry or contact support instead of being redirected (#25564)
134+
to login.
135+
- Remove toggle switch from login screen (#25424)
136+
- Fixed minor button layout issues (#25771)
137+
- Fixed long account names overflowing in the Deposit Buy screen by enabling proper text truncation (#25715)
138+
- Remove subtitle in token details (#25726)
139+
- Fixed flow for "Cash buy X" button on the new token details layout (#25719)
140+
- Pass assetID to the on ramp buy screen. (#25709)
141+
142+
## [7.66.1]
143+
144+
### Fixed
145+
146+
- remove process.env spread (#26528)
147+
10148
## [7.66.0]
11149

12150
### Added
@@ -10615,7 +10753,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1061510753
- [#957](https://github.com/MetaMask/metamask-mobile/pull/957): fix timeouts (#957)
1061610754
- [#954](https://github.com/MetaMask/metamask-mobile/pull/954): Bugfix: onboarding navigation (#954)
1061710755

10618-
[Unreleased]: https://github.com/MetaMask/metamask-mobile/compare/v7.66.0...HEAD
10756+
[Unreleased]: https://github.com/MetaMask/metamask-mobile/compare/v7.67.0...HEAD
10757+
[7.67.0]: https://github.com/MetaMask/metamask-mobile/compare/v7.66.1...v7.67.0
10758+
[7.66.1]: https://github.com/MetaMask/metamask-mobile/compare/v7.66.0...v7.66.1
1061910759
[7.66.0]: https://github.com/MetaMask/metamask-mobile/compare/v7.65.0...v7.66.0
1062010760
[7.65.0]: https://github.com/MetaMask/metamask-mobile/compare/v7.64.1...v7.65.0
1062110761
[7.64.1]: https://github.com/MetaMask/metamask-mobile/compare/v7.64.0...v7.64.1

0 commit comments

Comments
 (0)