Skip to content

Commit a56212b

Browse files
Merge pull request #37195 from MetaMask/sync-v13.7.0-with-stable-0
release: Sync v13.7.0 with stable
2 parents 5b30b1f + 2cc6ce4 commit a56212b

File tree

2 files changed

+29802
-12986
lines changed

2 files changed

+29802
-12986
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [13.6.0]
11+
12+
### Added
13+
14+
- Integrated Backend WebSocket Service and Account Activity Service for real-time balance updates (feature-flagged) (#36819)
15+
- Added Bitcoin provider feature flag support for runtime control via addBitcoinAccount flag (#36676)
16+
- Adds network logo and native token logo for Plasma Mainnet network (#36456)
17+
- Show skeleton loader when loading status for Shield Coverage (#36888)
18+
- Added support for the Irish (Gaeilge) language (#36088)
19+
- Added user's eligibility check for shield subscription Added an option to submit user subscription event from (#36835)
20+
the shield entry modal
21+
- Added support for Hourly, Bi-Weekly (14 days), Monthly (30 days), and Yearly (365 days) duration periods. (#36706)
22+
- Added shield subscription error toasts (#36718)
23+
- Create add funds modal (#36592)
24+
- Added new toast component (#36408)
25+
- Add file upload component (#35779)
26+
- Auto turn on some settings when shield is active (#36343)
27+
- Bitcoin v1.3.0 release. (#36753)
28+
- Integrated Shield Entry Modal with SubscriptionController (#36588)
29+
Upgraded SubscriptionController to `v1.0.0`.
30+
Added `ShieldSubscriptionContext` to watch subscription
31+
status
32+
- Added snap accounts link and account watcher option to multichain account list (#36717)
33+
- Added new label to BTC assets in the Tokens tab (#36574)
34+
- Added Bitcoin network support for Bridge functionality (#35597)
35+
- Enable BIP44 Bitcoin accounts (#36510)
36+
- Make token detail chart % change when changing time frames and hovering (#36664)
37+
- Add claims submission form (#35790)
38+
- Show user account instead of payer address in transaction shield (#36610)
39+
fix translation date for crypto insufficient funding
40+
- Adds hide and pin options to account item menu (#37012)
41+
42+
### Fixed
43+
44+
- Fixed a bug that was causing the same token to be added twice from search (#36727)
45+
- Improve perceived performance after importing a new SRP (#36882)
46+
- Empty select rpc modal (#36876)
47+
- Replace eye icon with a hover interaction to hide balances (#36543)
48+
- Fixed a bug causing users to still see tokens with zero balance when the setting "hideTokensWithZeroBalance" is enabled. (#36821)
49+
- Add changes to enable Snap accounts link to stable (#36770)
50+
- Fixed a bug that caused ENS content hashes not to resolve properly (#36812)
51+
- Correct transaction shield coverage text style (#36810)
52+
- Fixed `ShieldController.init` in `SubscriptionController:stateChange` event listener (#36779)
53+
fixed `SubscriptionController` polling
54+
refactor `useUserSubscription` hook usage.
55+
- Use template for dollar amount on locale (#36741)
56+
- Update notifications enabled by default feature flag to control rollout (#36724)
57+
- Increase our security posture by locking down `cross_origin_opener_policy` to `same-origin-allow-popups` openers only. (#36500)
58+
- Show correct available token amount in shield subscription plan (#36494)
59+
- Design team’s review have been implemented (#36523)
60+
- Helps with ongoing performance regressions when using Solana (#36613)
61+
- Fixes a bug where first permitting accounts via the EVM provider would cause all requests to the Solana Wallet Standard provider (#36434)
62+
to fail with an `The requested account and/or method has not been
63+
authorized by the user.` error until the user fully revoked dapp
64+
permissions and then permitted accounts using the Solana Wallet Standard
65+
provider first.
66+
- Patched ShieldController to `v0.3.2`. (#36809)
67+
- Fixes positioning issues for dropdowns, tooltips, and popovers (#36967)
68+
- Fixes a bug where the wallet would not prompt the user (#36963)
69+
for unlock and would silently drop personal_sign requests when the
70+
wallet was locked and the user was opted into MetaMetrics
71+
- Renders missing network row in transaction confirmations (#37048)
72+
- Adds address pattern matching to accounts list search (#37005)
73+
- Migrates user's existing pinned and hidden state to multichain account designs (#37017)
74+
- Tweaks messaging for degraded and unavailable networks (#37082)
75+
- When adding a network the selectedNetworkClientId was not being updated and many of our components still depend on it (#37062)
76+
- Ensures same toast avatar icon is displayed for the same account when switching to a different account that isn't connected (#37124)
77+
1078
## [13.5.0]
1179

1280
### Added
@@ -67,7 +135,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
67135
### Changed
68136

69137
- Removed `secure-your-wallet` page and updated `backup-seed-phrase` pages (#36152)
70-
71138
- Remove blockie-identicon and the 'blo' dependency (#36429)
72139
- Remove extra add network modal (#36309)
73140
- Changed account selector copy to read x network address(es) (#36293)
@@ -890,7 +957,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
890957
- This changelog was split off with 12.22.0
891958
- All older changes can be found in [docs/CHANGELOG_older.md](https://github.com/MetaMask/metamask-extension/blob/main/docs/CHANGELOG_older.md)
892959

893-
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v13.5.0...HEAD
960+
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v13.6.0...HEAD
961+
[13.6.0]: https://github.com/MetaMask/metamask-extension/compare/v13.5.0...v13.6.0
894962
[13.5.0]: https://github.com/MetaMask/metamask-extension/compare/v13.4.3...v13.5.0
895963
[13.4.3]: https://github.com/MetaMask/metamask-extension/compare/v13.4.2...v13.4.3
896964
[13.4.2]: https://github.com/MetaMask/metamask-extension/compare/v13.4.1...v13.4.2

0 commit comments

Comments
 (0)