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

Version v10.17.0

This commit is contained in:
MetaMask Bot 2022-06-23 23:25:06 +00:00
parent fbbd212d3a
commit b96690a976
2 changed files with 60 additions and 2 deletions

View File

@ -6,6 +6,63 @@ 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
## [10.16.0]
### Added
- Add friendly error handling screen, when UI fails to connect to background ([#14461](https://github.com/MetaMask/metamask-extension/pull/14461))
@ -3031,7 +3088,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.16.0...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.17.0...HEAD
[10.17.0]: https://github.com/MetaMask/metamask-extension/compare/v10.16.0...v10.17.0
[10.16.0]: https://github.com/MetaMask/metamask-extension/compare/v10.15.1...v10.16.0
[10.15.1]: https://github.com/MetaMask/metamask-extension/compare/v10.15.0...v10.15.1
[10.15.0]: https://github.com/MetaMask/metamask-extension/compare/v10.14.7...v10.15.0

View File

@ -1,6 +1,6 @@
{
"name": "metamask-crx",
"version": "10.16.0",
"version": "10.17.0",
"private": true,
"repository": {
"type": "git",