@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 CHANGED
@@ -135,7 +135,7 @@ declare function useCanTrade(): boolean;
135
135
  /**
136
136
  * SDK Version - BUMP THIS WHEN RELEASING
137
137
  */
138
- declare const SDK_VERSION = "2.8.32";
138
+ declare const SDK_VERSION = "2.9.0";
139
139
  type ChangesetEntry = {
140
140
  date: string;
141
141
  title: string;
package/dist/index.d.ts CHANGED
@@ -135,7 +135,7 @@ declare function useCanTrade(): boolean;
135
135
  /**
136
136
  * SDK Version - BUMP THIS WHEN RELEASING
137
137
  */
138
- declare const SDK_VERSION = "2.8.32";
138
+ declare const SDK_VERSION = "2.9.0";
139
139
  type ChangesetEntry = {
140
140
  date: string;
141
141
  title: string;
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.8.32";
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",