@kodiak-finance/orderly-react-app 2.9.2-alpha.1 → 2.9.2
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/dist/index.js +6 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -7
package/dist/index.mjs
CHANGED
|
@@ -1269,14 +1269,18 @@ var CHANGESETS = {
|
|
|
1269
1269
|
title: "Orderly SDK 3.0.2 sync",
|
|
1270
1270
|
summary: "Aligned the SDK with the latest Orderly SDK 3.0.2 update and staged the release as the first alpha prerelease for the next patch version.",
|
|
1271
1271
|
highlights: [
|
|
1272
|
-
"Synced internal integrations and app surfaces to the new Orderly SDK 3.0.2 behavior"
|
|
1272
|
+
"Synced internal integrations and app surfaces to the new Orderly SDK 3.0.2 behavior",
|
|
1273
|
+
"Fixed leverage not updating after switching to isolated margin mode",
|
|
1274
|
+
"Fixed stale order-entry state causing incorrect symbol/margin-mode behavior when switching between cross and isolated margin",
|
|
1275
|
+
"Added support for deposits from exchanges / other wallets via an exclusive deposit flow"
|
|
1273
1276
|
],
|
|
1274
1277
|
packages: [
|
|
1275
1278
|
"kodiak-orderly-app",
|
|
1276
1279
|
"kodiak-orderly-core",
|
|
1277
1280
|
"kodiak-orderly-hooks",
|
|
1278
1281
|
"kodiak-orderly-types",
|
|
1279
|
-
"kodiak-orderly-ui"
|
|
1282
|
+
"kodiak-orderly-ui",
|
|
1283
|
+
"kodiak-orderly-trading"
|
|
1280
1284
|
],
|
|
1281
1285
|
type: "improvement"
|
|
1282
1286
|
},
|