Releases: MetaMask/core
Releases · MetaMask/core
315.0.0
@metamask/bridge-controller 2.0.0
Added
- Mobile feature flags (#5359)
Changed
- BREAKING: Change
BridgeController
state structure to have all fields at root of state (#5406) - BREAKING: Change
BridgeController
state defaults tonull
instead ofundefined
(#5406)
@metamask/bridge-status-controller 2.0.0
Changed
314.0.0
313.0.0
@metamask/phishing-controller 12.4.0
Added
- Add
scanURL
toPhishingController
(#5319) - Add
PhishingDetectionScanResult
(#5319) - Add
RecommendedAction
toPhishingDetectionScanResult
(#5319) - Add
getHostnameFromWebUrl
to only get hostnames on web URLs. (#5319)
Fixed
- Fixed
getHostnameFromUrl
to return null when the URL's hostname only contains '.' (#5319)
312.0.0
311.0.0
310.0.0
309.0.0
@metamask/multichain 2.2.0
Changed
- Bump @metamask/utils from ^11.1.0 to ^11.2.0 (#5301)
Fixed
- Fixes scope creation to not insert accounts into
wallet
scope (#5374) - Fixes invalid type import path in
@metamask/multichain
(#5313)
@metamask/notification-services-controller 1.0.0
Added
- added new public methods
enablePushNotifications
anddisablePushNotification
onNotificationServicesController
(#5120) - added
isPushEnabled
andisUpdatingFCMToken
toNotificationServicesPushController
state (#5120) - added
/push-services/web
subpath export to make it easier to import web helpers (#5120)
Changed
- BREAKING: updated
NotificationServicesPushController
constructor config to require a push interface (#5120) - Optimized API calls for creating push notification links (#5358)
- Bump
@metamask/utils
from^11.1.0
to^11.2.0
(#5301)
Fixed
- only allow hex addresses when creating notifications (#5343)
307.0.0
306.0.0
@metamask/accounts-controller 24.0.1
Changed
- Bump
@metamask/keyring-controller"
from^19.1.0
to^19.2.0
(#5357) - Bump
@metamask/keyring-api"
from^17.0.0
to^17.2.0
(#5366) - Bump
@metamask/keyring-internal-api
from^4.0.1
to^4.0.3
(#5356), (#5366) - Bump
@metamask/eth-snap-keyring
from^10.0.0
to^11.1.0
(#5366) - Bump
@metamask/utils
from^11.1.0
to^11.2.0
(#5301)
@metamask/assets-controllers 51.0.1
Changed
- Bump
@metamask/keyring-api"
from^17.0.0
to^17.2.0
(#5366)
@metamask/keyring-controller 19.2.1
Changed
- Bump
@metamask/keyring-api"
from^17.0.0
to^17.2.0
(#5366) - Bump
@metamask/keyring-internal-api
from^4.0.1
to^4.0.3
(#5356), (#5366)
Fixed
- Ensure authorization contract address is provided (#5353)
@metamask/multichain-network-controller 0.1.2
Changed
- Bump
@metamask/keyring-api"
from^17.0.0
to^17.2.0
(#5366) - Bump
@metamask/utils
from^11.1.0
to^11.2.0
(#5301)
@metamask/multichain-transactions-controller 0.5.0
Changed
- Sort transactions (newest first) (#5339)
- Bump
@metamask/keyring-controller"
from^19.1.0
to^19.2.0
(#5357) - Bump
@metamask/keyring-api"
from^17.0.0
to^17.2.0
(#5366) - Bump
@metamask/keyring-internal-api
from^4.0.1
to^4.0.3
(#5356), (#5366) - Bump
@metamask/keyring-snap-client
from^3.0.3
to^4.0.1
(#5356), (#5366) - Bump
@metamask/utils
from^11.1.0
to^11.2.0
(#5301)
Fixed
- De-duplicate transactions using their ID (#5339)