@metamask-previews/composable-controller 11.1.0-preview-ab0ad568 → 11.1.1-preview-0458fe94
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -11,11 +11,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
11
11
|
|
|
12
12
|
- **BREAKING:** Migrate `ComposableController` to new `Messenger` from `@metamask/messenger` ([#6710](https://github.com/MetaMask/core/pull/6710))
|
|
13
13
|
- Previously, the controller accepted a `RestrictedMessenger` instance from `@metamask/base-controller`.
|
|
14
|
+
- **BREAKING:** Metadata property `anonymous` renamed to `includeInDebugSnapshot` ([#6710](https://github.com/MetaMask/core/pull/6710))
|
|
14
15
|
|
|
15
16
|
### Fixed
|
|
16
17
|
|
|
17
18
|
- Resolve incompatibility of `ChildControllerStateChangeEvents` type with `BaseController` (when used in the `Events` type argument of `ComposableControllerMessenger`) by removing unnecessary nested logic from definition ([#6904](https://github.com/MetaMask/core/pull/6904))
|
|
18
19
|
- Also update generic parameter names `ControllerName` and `ControllerState` to `ChildControllerName`, `ChildControllerState` for reduced ambiguity.
|
|
20
|
+
|
|
21
|
+
## [11.1.1]
|
|
22
|
+
|
|
23
|
+
### Changed
|
|
24
|
+
|
|
19
25
|
- Bump `@metamask/base-controller` from `^8.4.1` to `^8.4.2` ([#6917](https://github.com/MetaMask/core/pull/6917))
|
|
20
26
|
|
|
21
27
|
## [11.1.0]
|
|
@@ -242,7 +248,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
242
248
|
|
|
243
249
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
244
250
|
|
|
245
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/composable-controller@11.1.
|
|
251
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/composable-controller@11.1.1...HEAD
|
|
252
|
+
[11.1.1]: https://github.com/MetaMask/core/compare/@metamask/composable-controller@11.1.0...@metamask/composable-controller@11.1.1
|
|
246
253
|
[11.1.0]: https://github.com/MetaMask/core/compare/@metamask/composable-controller@11.0.0...@metamask/composable-controller@11.1.0
|
|
247
254
|
[11.0.0]: https://github.com/MetaMask/core/compare/@metamask/composable-controller@10.0.0...@metamask/composable-controller@11.0.0
|
|
248
255
|
[10.0.0]: https://github.com/MetaMask/core/compare/@metamask/composable-controller@9.0.1...@metamask/composable-controller@10.0.0
|
package/package.json
CHANGED