You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
### Changed
13
13
14
-
-**BREAKING**: `isConnected`that is now expected in the result of `metamask_getProviderState` and `metamask_chainChanged` events ([#404](https://github.com/MetaMask/providers/pull/404))
15
-
-**BREAKING**: Interprets the provider's `networkVersion` value of `loading` to be null and for the `networkChanged` event to emit a null value ([#404](https://github.com/MetaMask/providers/pull/404))
16
-
-**BREAKING**: Replaces the disconnect event/behavior when receiving the `loading` value for `networkVersion` with a check against `isConnected` instead ([#404](https://github.com/MetaMask/providers/pull/404))
14
+
-**BREAKING**: An `isConnected`boolean property is now expected in the result of `metamask_getProviderState` and `metamask_chainChanged` events ([#404](https://github.com/MetaMask/providers/pull/404))
15
+
-**BREAKING**: A `networkVersion` value of `loading`received by the `chainChanged` event handler is now interpreted to be null. In this case, the `networkChanged` event emits a null value as well. ([#404](https://github.com/MetaMask/providers/pull/404))
16
+
-**BREAKING**: The disconnect event is now tied to the new `isConnected` property instead of the `networkVersion` property. ([#404](https://github.com/MetaMask/providers/pull/404))
0 commit comments