1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00

Updating changelog for v10.17.0 (#15043)

* Updating changelog for v10.17.0

* Changelog re-worded and formatted

* Snaps PRs re-worded

Co-authored-by: seaona <mariona@gmx.es>
This commit is contained in:
ryanml 2022-06-29 21:01:18 -07:00 committed by GitHub
parent b96690a976
commit 286da4c661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,61 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [10.17.0]
### Uncategorized
- Sync `master` with `develop` ([#15040](https://github.com/MetaMask/metamask-extension/pull/15040))
- Merge remote-tracking branch 'origin/develop' into master-sync
- Sync `master` with `develop` ([#15013](https://github.com/MetaMask/metamask-extension/pull/15013))
- README.md: add PASSWORD .metamaskrc instruction ([#15004](https://github.com/MetaMask/metamask-extension/pull/15004))
- Merge remote-tracking branch 'origin/develop' into master-sync
- Show how much a cancellation of a smart transaction will cost ([#15011](https://github.com/MetaMask/metamask-extension/pull/15011))
- Add exclusion for GHSA-pfrx-2q88-qq97, which is in the 3box dependency tree but not our build ([#15005](https://github.com/MetaMask/metamask-extension/pull/15005))
- fix minor german translation issue. connected=verbunden ([#14997](https://github.com/MetaMask/metamask-extension/pull/14997))
- Fix 14802 - Prevent children error in page container ([#14809](https://github.com/MetaMask/metamask-extension/pull/14809))
- Migrate the build script to `yargs` ([#14836](https://github.com/MetaMask/metamask-extension/pull/14836))
- Fixing tooltip theming by enforcing default theme ([#14992](https://github.com/MetaMask/metamask-extension/pull/14992))
- Move search icon and add to storybook ([#14940](https://github.com/MetaMask/metamask-extension/pull/14940))
- Changed accounts fuzzy search threshhold to match all ([#14914](https://github.com/MetaMask/metamask-extension/pull/14914))
- [FLASK] Fix notifications icon color ([#14941](https://github.com/MetaMask/metamask-extension/pull/14941))
- [FLASK] snaps-skunkworks@0.16.0 ([#14952](https://github.com/MetaMask/metamask-extension/pull/14952))
- [FLASK] Rename `workerController` to `snapExecutionService` ([#14981](https://github.com/MetaMask/metamask-extension/pull/14981))
- MV3: fix injection of applyLavamoat variable in service worker ([#14920](https://github.com/MetaMask/metamask-extension/pull/14920))
- Add missing subtitles for secret recovery phrase ([#14943](https://github.com/MetaMask/metamask-extension/pull/14943))
- fix EditGasDisplay ([#13980](https://github.com/MetaMask/metamask-extension/pull/13980))
- Only have timeout for when payload is getState ([#14972](https://github.com/MetaMask/metamask-extension/pull/14972))
- Update smart-transactions-controller to v2.1.0 ([#14955](https://github.com/MetaMask/metamask-extension/pull/14955))
- Sentry documentation ([#14788](https://github.com/MetaMask/metamask-extension/pull/14788))
- Fix/14856 network settings page ([#14857](https://github.com/MetaMask/metamask-extension/pull/14857))
- SB:EditGasDisplay: fix error ([#14946](https://github.com/MetaMask/metamask-extension/pull/14946))
- Remove experimental gas editing for Swaps ([#14942](https://github.com/MetaMask/metamask-extension/pull/14942))
- ErrorMessage: add @deprecated ([#14945](https://github.com/MetaMask/metamask-extension/pull/14945))
- Make the accounts menu accessible ([#14936](https://github.com/MetaMask/metamask-extension/pull/14936))
- Convert knobs and actions to controls/args for MainQuoteSummary ([#14758](https://github.com/MetaMask/metamask-extension/pull/14758))
- MV3: Fix dynamic file list injection on service worker reload ([#14795](https://github.com/MetaMask/metamask-extension/pull/14795))
- Update E2E tests for new test-dapp version ([#14939](https://github.com/MetaMask/metamask-extension/pull/14939))
- MetaMetrics: fix onCancel trackEvent ([#14935](https://github.com/MetaMask/metamask-extension/pull/14935))
- New Crowdin translations by Github Action ([#14524](https://github.com/MetaMask/metamask-extension/pull/14524))
- fix animated qr in dark mode ([#14900](https://github.com/MetaMask/metamask-extension/pull/14900))
- Empty balance while switching network ([#14354](https://github.com/MetaMask/metamask-extension/pull/14354))
- Fix for: Invalid transaction envelope type: specified type "0x0" but including...requires type: "0x2" ([#14823](https://github.com/MetaMask/metamask-extension/pull/14823))
- Fix contact address pet name ([#14613](https://github.com/MetaMask/metamask-extension/pull/14613))
- Fix to infinite loading on approve screen ([#14756](https://github.com/MetaMask/metamask-extension/pull/14756))
- Fix Enhanced Gas Fee toggle setting metrics event ([#14874](https://github.com/MetaMask/metamask-extension/pull/14874))
- Prop type fixups ([#14837](https://github.com/MetaMask/metamask-extension/pull/14837))
- Allow locally hosted RPC and Block Explorer Urls with `wallet_addEthereumChain` ([#14272](https://github.com/MetaMask/metamask-extension/pull/14272))
- Changed README dev build step to include npm start ([#14808](https://github.com/MetaMask/metamask-extension/pull/14808))
- Added PR feedback changes
- Linting fixups
- Update pr based on review feedback
- Update ui/pages/settings/settings.component.js
- revert indenting change
- Remove junk from previous ticket
- Changed to address to optional for TransactionDecoding component
- Changed networks tab to explicitly pass in false and fix implicit type casting
- Changed custom nonce min to a number from a string
- Changed transaction decoding component to put keys on data items
- Changed update nickname popover to remove proptype errors
- Changed seedPhraseBackedUp to always a boolean
- Changed asset option prop type requirements
### Added
- Add cost estimation for canceling a Smart Transaction on Awaiting Swap page ([#15011](https://github.com/MetaMask/metamask-extension/pull/15011))
- Add missing subtitles for Secret Recovery Phrase video, including French, Greek, Turkish, Chinese
([#14943](https://github.com/MetaMask/metamask-extension/pull/14943))
### Changed
- Consolidate all Error Messages in one style component ([#14945](https://github.com/MetaMask/metamask-extension/pull/14945))
- Improve accessibility by allowing keyboard navigation on Accounts menu ([#14936](https://github.com/MetaMask/metamask-extension/pull/14936))
- Allow using locally hosted RPCs and Block Explorer Urls when adding an Ethereum Chain programmatically ([#14272](https://github.com/MetaMask/metamask-extension/pull/14272))
- **[FLASK] BREAKING:** Snaps [are now required](https://github.com/MetaMask/snaps-skunkworks/discussions/590) to export `onRpcRequest` to receive RPC requests ([#14952](https://github.com/MetaMask/metamask-extension/pull/14952))
- All existing snaps will have to be updated to conform to this new standard.
- **[FLASK] BREAKING:** Snap state [is now encrypted](https://github.com/MetaMask/snaps-skunkworks/discussions/590) by default ([#14952](https://github.com/MetaMask/metamask-extension/pull/14952))
- Breaks existing installed snaps that use `snap_manageState`. All such Snaps must be reinstalled.
### Fixed
- Fix German translation for `statusConnected` ([#14997](https://github.com/MetaMask/metamask-extension/pull/14997))
- Fix Account Search functionality returning inconsistent results ([#14914](https://github.com/MetaMask/metamask-extension/pull/14914))
- Fix Notifications icon color on the Account menu ([#14941](https://github.com/MetaMask/metamask-extension/pull/14941))
- Fix broken UI for Network Settings page on small browser sizes ([#14857](https://github.com/MetaMask/metamask-extension/pull/14857))
- Fix scanner for animated QR codes on dark mode, by removing bottom black line from the QR ([#14900](https://github.com/MetaMask/metamask-extension/pull/14900))
- Fix displaying wrong balance on the first seconds after switching network ([#14354](https://github.com/MetaMask/metamask-extension/pull/14354))
- Fix Contact name display on Edit tx page ([#14613](https://github.com/MetaMask/metamask-extension/pull/14613))
- Fix infinite loading when transferring non-standard ERC721 (without name and/or symbol) ([#14756](https://github.com/MetaMask/metamask-extension/pull/14756))
- **[FLASK]:** Fix multiple bugs related to snap installation ([#14952](https://github.com/MetaMask/metamask-extension/pull/14952))
## [10.16.0]
### Added