@metamask-previews/perps-controller 9.2.1-preview-924c21f38 → 9.3.0-preview-7144a6308
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 +4 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [9.3.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Add `proLayoutPreferences` state field (`orderBookExpanded`, `chartExpanded`, `orderBookPosition`, `orderFormPosition`) to `PerpsControllerState` for persisting Pro-mode layout across markets, along with the exported `ProLayoutPreferences` type and `DEFAULT_PRO_LAYOUT_PREFERENCES` constant, `getProLayoutPreferences()` / `setProLayoutPreferences(patch)` controller methods (exposed as messenger actions with exported `PerpsControllerGetProLayoutPreferencesAction` / `PerpsControllerSetProLayoutPreferencesAction` types), and a `selectProLayoutPreferences` selector; the getter and selector merge over defaults so callers always receive a fully-populated object ([#9550](https://github.com/MetaMask/core/pull/9550))
|
|
@@ -514,7 +516,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
514
516
|
|
|
515
517
|
- Bump `@metamask/controller-utils` from `^11.18.0` to `^11.19.0` ([#7995](https://github.com/MetaMask/core/pull/7995))
|
|
516
518
|
|
|
517
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/perps-controller@9.
|
|
519
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/perps-controller@9.3.0...HEAD
|
|
520
|
+
[9.3.0]: https://github.com/MetaMask/core/compare/@metamask/perps-controller@9.2.1...@metamask/perps-controller@9.3.0
|
|
518
521
|
[9.2.1]: https://github.com/MetaMask/core/compare/@metamask/perps-controller@9.2.0...@metamask/perps-controller@9.2.1
|
|
519
522
|
[9.2.0]: https://github.com/MetaMask/core/compare/@metamask/perps-controller@9.1.0...@metamask/perps-controller@9.2.0
|
|
520
523
|
[9.1.0]: https://github.com/MetaMask/core/compare/@metamask/perps-controller@9.0.0...@metamask/perps-controller@9.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/perps-controller",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.3.0-preview-7144a6308",
|
|
4
4
|
"description": "Controller for perpetual trading functionality in MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"@metamask/network-controller": "^34.0.0",
|
|
120
120
|
"@metamask/profile-sync-controller": "^28.3.0",
|
|
121
121
|
"@metamask/remote-feature-flag-controller": "^4.2.2",
|
|
122
|
-
"@metamask/transaction-controller": "^69.
|
|
122
|
+
"@metamask/transaction-controller": "^69.1.0",
|
|
123
123
|
"@ts-bridge/cli": "^0.6.4",
|
|
124
124
|
"@types/jest": "^29.5.14",
|
|
125
125
|
"@types/uuid": "^8.3.0",
|