@kodiak-finance/orderly-react-app 2.9.2-alpha.1 → 2.10.0-alpha.0
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +28 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -7
package/dist/index.mjs
CHANGED
|
@@ -1262,21 +1262,46 @@ function useCanTrade() {
|
|
|
1262
1262
|
}
|
|
1263
1263
|
|
|
1264
1264
|
// src/constants/changesets.ts
|
|
1265
|
-
var SDK_VERSION = "2.
|
|
1265
|
+
var SDK_VERSION = "2.10.0";
|
|
1266
1266
|
var CHANGESETS = {
|
|
1267
|
+
"2.10.0": {
|
|
1268
|
+
date: "2026-05-12",
|
|
1269
|
+
title: "Grid bot trading",
|
|
1270
|
+
summary: "New grid bot package for running automated grid strategies on perpetual markets, with a deploy form, bot list, per-bot detail view, and lifecycle controls.",
|
|
1271
|
+
highlights: [
|
|
1272
|
+
"Deploy a grid bot on any perp market with arithmetic or geometric spacing",
|
|
1273
|
+
"Auto-fill \xB15% range from mark price, validate levels and per-level notional, preview buys vs sells before deploying",
|
|
1274
|
+
"My Bots list with per-bot PnL, volume, fills, range, and status",
|
|
1275
|
+
"Bot detail view with Overview, Config, and Fills tabs",
|
|
1276
|
+
"Pause, resume, stop (with optional keep-position), and remove individual bots",
|
|
1277
|
+
"Portfolio summary card showing total PnL, running bot count, and total volume across bots",
|
|
1278
|
+
"Tradingview onWidgetReady callback for drawing grid lines, fill markers, and position overlays once the chart is ready",
|
|
1279
|
+
"Translations for all new grid bot strings across 19 locales"
|
|
1280
|
+
],
|
|
1281
|
+
packages: [
|
|
1282
|
+
"kodiak-orderly-grid-bot",
|
|
1283
|
+
"kodiak-orderly-ui-tradingview",
|
|
1284
|
+
"kodiak-orderly-i18n"
|
|
1285
|
+
],
|
|
1286
|
+
type: "feature"
|
|
1287
|
+
},
|
|
1267
1288
|
"2.9.2": {
|
|
1268
1289
|
date: "2026-05-06",
|
|
1269
1290
|
title: "Orderly SDK 3.0.2 sync",
|
|
1270
1291
|
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
1292
|
highlights: [
|
|
1272
|
-
"Synced internal integrations and app surfaces to the new Orderly SDK 3.0.2 behavior"
|
|
1293
|
+
"Synced internal integrations and app surfaces to the new Orderly SDK 3.0.2 behavior",
|
|
1294
|
+
"Fixed leverage not updating after switching to isolated margin mode",
|
|
1295
|
+
"Fixed stale order-entry state causing incorrect symbol/margin-mode behavior when switching between cross and isolated margin",
|
|
1296
|
+
"Added support for deposits from exchanges / other wallets via an exclusive deposit flow"
|
|
1273
1297
|
],
|
|
1274
1298
|
packages: [
|
|
1275
1299
|
"kodiak-orderly-app",
|
|
1276
1300
|
"kodiak-orderly-core",
|
|
1277
1301
|
"kodiak-orderly-hooks",
|
|
1278
1302
|
"kodiak-orderly-types",
|
|
1279
|
-
"kodiak-orderly-ui"
|
|
1303
|
+
"kodiak-orderly-ui",
|
|
1304
|
+
"kodiak-orderly-trading"
|
|
1280
1305
|
],
|
|
1281
1306
|
type: "improvement"
|
|
1282
1307
|
},
|