@kodiak-finance/orderly-react-app 2.9.0-rc.1 → 2.9.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 +24 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +24 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -7
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1235,8 +1235,31 @@ function useCanTrade() {
|
|
|
1235
1235
|
}
|
|
1236
1236
|
|
|
1237
1237
|
// src/constants/changesets.ts
|
|
1238
|
-
var SDK_VERSION = "2.
|
|
1238
|
+
var SDK_VERSION = "2.9.0";
|
|
1239
1239
|
var CHANGESETS = {
|
|
1240
|
+
"2.9.0": {
|
|
1241
|
+
date: "2026-04-1",
|
|
1242
|
+
title: "Isolated margin mode and Orderly SDK v2.10 sync",
|
|
1243
|
+
summary: "Synced with Orderly SDK v2.10, introducing isolated margin mode, margin adjustment, effective fee calculations with referral rebates, and trading points support.",
|
|
1244
|
+
highlights: [
|
|
1245
|
+
"Switch between Cross and Isolated margin modes per symbol",
|
|
1246
|
+
"Adjust margin on isolated positions with add/reduce controls",
|
|
1247
|
+
"Effective fee display with referral rebate discounts for regular and RWA markets"
|
|
1248
|
+
],
|
|
1249
|
+
packages: [
|
|
1250
|
+
"kodiak-orderly-hooks",
|
|
1251
|
+
"kodiak-orderly-ui-order-entry",
|
|
1252
|
+
"kodiak-orderly-ui-positions",
|
|
1253
|
+
"kodiak-orderly-ui-leverage",
|
|
1254
|
+
"kodiak-orderly-i18n",
|
|
1255
|
+
"kodiak-orderly-trading-points",
|
|
1256
|
+
"kodiak-orderly-types",
|
|
1257
|
+
"kodiak-orderly-trading",
|
|
1258
|
+
"kodiak-orderly-portfolio",
|
|
1259
|
+
"kodiak-orderly-app"
|
|
1260
|
+
],
|
|
1261
|
+
type: "feature"
|
|
1262
|
+
},
|
|
1240
1263
|
"2.8.32": {
|
|
1241
1264
|
date: "2026-03-04",
|
|
1242
1265
|
title: "Trading notification controls in Portfolio settings",
|