From cb5aaf8e16e1581b64ad496d2b42612082e997f5 Mon Sep 17 00:00:00 2001 From: MetaMask Bot Date: Wed, 17 Nov 2021 18:17:25 +0000 Subject: [PATCH] Version v10.7.0 --- CHANGELOG.md | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++- package.json | 4 ++-- 2 files changed, 56 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 288626467..4b2b883e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,58 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [10.7.0] +### Uncategorized +- Use v2 API for fiat onboarding URL creation, fix wrapping / unwrapping ([#12729](https://github.com/MetaMask/metamask-extension/pull/12729)) +- Make ToggleButton keyboard accessible ([#12727](https://github.com/MetaMask/metamask-extension/pull/12727)) +- Sync `master` with `develop` ([#12724](https://github.com/MetaMask/metamask-extension/pull/12724)) +- Fix yarn.lock +- Merge remote-tracking branch 'origin/develop' into master-sync +- Ensure the test network dismissal message in the network dropdown is permanently dismissed ([#12723](https://github.com/MetaMask/metamask-extension/pull/12723)) +- Updates to network dropdown test network messaging ([#12722](https://github.com/MetaMask/metamask-extension/pull/12722)) +- Fix manifest i18n substitutions for Beta and Flask ([#12717](https://github.com/MetaMask/metamask-extension/pull/12717)) +- Fix typo in network.js ([#12636](https://github.com/MetaMask/metamask-extension/pull/12636)) +- Scroll to "show test networks" setting from network dropdown link ([#12711](https://github.com/MetaMask/metamask-extension/pull/12711)) +- Add RPC method handler hook selection ([#12664](https://github.com/MetaMask/metamask-extension/pull/12664)) +- Add per-build type LavaMoat policies ([#12702](https://github.com/MetaMask/metamask-extension/pull/12702)) +- addresses an issue found in 10.6.0 QA ([#12710](https://github.com/MetaMask/metamask-extension/pull/12710)) +- Adding scroll bar to handle overflow of long network lists ([#12706](https://github.com/MetaMask/metamask-extension/pull/12706)) +- Add migration to set showTestNetworks to true if there is evidence of testnet use ([#12675](https://github.com/MetaMask/metamask-extension/pull/12675)) +- Replace history during onboarding ([#12693](https://github.com/MetaMask/metamask-extension/pull/12693)) +- GridPlus: Updates `eth-lattice-keyring` to v0.4.0 for UX improvements ([#12649](https://github.com/MetaMask/metamask-extension/pull/12649)) +- Updating Card ui component and adding story ([#12666](https://github.com/MetaMask/metamask-extension/pull/12666)) +- Updating Chip component ([#12671](https://github.com/MetaMask/metamask-extension/pull/12671)) +- Implement 'Add NFT' screen ([#12544](https://github.com/MetaMask/metamask-extension/pull/12544)) +- Show correct base asset in Signature Request view ([#12696](https://github.com/MetaMask/metamask-extension/pull/12696)) +- Reject popup confirmations on close ([#12643](https://github.com/MetaMask/metamask-extension/pull/12643)) +- Sync `master` with `develop` ([#12692](https://github.com/MetaMask/metamask-extension/pull/12692)) +- Merge remote-tracking branch 'origin/develop' into master-sync +- Changes in edit link on confirm transaction page ([#12567](https://github.com/MetaMask/metamask-extension/pull/12567)) +- Sync `master` with `develop` ([#12678](https://github.com/MetaMask/metamask-extension/pull/12678)) +- Merge remote-tracking branch 'origin/develop' into master-sync +- fix typo ([#12672](https://github.com/MetaMask/metamask-extension/pull/12672)) +- Show warning in confirm transaction screen for low/high gas values. ([#12545](https://github.com/MetaMask/metamask-extension/pull/12545)) +- Fix copy issues related to layer 2 fee changes ([#12667](https://github.com/MetaMask/metamask-extension/pull/12667)) +- Update LavaMoat policy ([#12665](https://github.com/MetaMask/metamask-extension/pull/12665)) +- eth-json-rpc-middleware@8.0.0 ([#10738](https://github.com/MetaMask/metamask-extension/pull/10738)) +- EIP-1559 V2 : Adding advancedGasFee property to Preference Controller ([#12577](https://github.com/MetaMask/metamask-extension/pull/12577)) +- We shouldn't be changing decimal places as user type, we should do that on blur. ([#12631](https://github.com/MetaMask/metamask-extension/pull/12631)) +- Fixing MetaFox logo display on Approval Screen in full width ([#12656](https://github.com/MetaMask/metamask-extension/pull/12656)) +- Create codeql-analysis.yml ([#12652](https://github.com/MetaMask/metamask-extension/pull/12652)) +- metametrics - ensure segment submission failures do not bubble up ([#12573](https://github.com/MetaMask/metamask-extension/pull/12573)) +- Add platform-specific build type manifest modifications ([#12638](https://github.com/MetaMask/metamask-extension/pull/12638)) +- Use gas estimate type constants ([#12460](https://github.com/MetaMask/metamask-extension/pull/12460)) +- Lavamoat - enable lavamoat for the webapp background ([#12566](https://github.com/MetaMask/metamask-extension/pull/12566)) +- Refactor tests for AdvancedGasInputs ([#12445](https://github.com/MetaMask/metamask-extension/pull/12445)) +- Approval screen: Center justify address display content ([#12639](https://github.com/MetaMask/metamask-extension/pull/12639)) +- Update Chinese translations: correct typos. ([#12586](https://github.com/MetaMask/metamask-extension/pull/12586)) +- Fix untranslated header text in AccountImportSubview ([#12640](https://github.com/MetaMask/metamask-extension/pull/12640)) +- Onboarding v2 e2e test ([#12628](https://github.com/MetaMask/metamask-extension/pull/12628)) +- Fix lint errors ([#12645](https://github.com/MetaMask/metamask-extension/pull/12645)) +- Fix flaky account removal e2e test ([#12607](https://github.com/MetaMask/metamask-extension/pull/12607)) +- Adding GasFee context ([#12530](https://github.com/MetaMask/metamask-extension/pull/12530)) +- Fix/ux papercuts account details issue #12292 ([#12399](https://github.com/MetaMask/metamask-extension/pull/12399)) + ## [10.6.0] ### Added - [#12053](https://github.com/MetaMask/metamask-extension/pull/12053): Add support for GridPlus Lattice1 hardware wallet @@ -2594,7 +2646,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Uncategorized - Added the ability to restore accounts from seed words. -[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.6.0...HEAD +[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.7.0...HEAD +[10.7.0]: https://github.com/MetaMask/metamask-extension/compare/v10.6.0...v10.7.0 [10.6.0]: https://github.com/MetaMask/metamask-extension/compare/v10.5.2...v10.6.0 [10.5.2]: https://github.com/MetaMask/metamask-extension/compare/v10.5.1...v10.5.2 [10.5.1]: https://github.com/MetaMask/metamask-extension/compare/v10.5.0...v10.5.1 diff --git a/package.json b/package.json index 843a3f645..35246ce48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metamask-crx", - "version": "10.6.0", + "version": "10.7.0", "private": true, "repository": { "type": "git", @@ -139,8 +139,8 @@ "eth-json-rpc-infura": "^5.1.0", "eth-json-rpc-middleware": "^8.0.0", "eth-keyring-controller": "^6.2.0", - "eth-method-registry": "^2.0.0", "eth-lattice-keyring": "^0.4.0", + "eth-method-registry": "^2.0.0", "eth-query": "^2.1.2", "eth-rpc-errors": "^4.0.2", "eth-sig-util": "^3.0.0",