@kodiak-finance/orderly-react-app 2.9.2 → 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 +22 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +22 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -7
package/dist/index.mjs
CHANGED
|
@@ -1262,8 +1262,29 @@ 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",
|