@kodiak-finance/orderly-react-app 2.9.4 → 2.9.5

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
@@ -142,7 +142,7 @@ declare function useCanTrade(): boolean;
142
142
  /**
143
143
  * SDK Version - BUMP THIS WHEN RELEASING
144
144
  */
145
- declare const SDK_VERSION = "2.9.4";
145
+ declare const SDK_VERSION = "2.9.5";
146
146
  type ChangesetEntry = {
147
147
  date: string;
148
148
  title: string;
package/dist/index.d.ts CHANGED
@@ -142,7 +142,7 @@ declare function useCanTrade(): boolean;
142
142
  /**
143
143
  * SDK Version - BUMP THIS WHEN RELEASING
144
144
  */
145
- declare const SDK_VERSION = "2.9.4";
145
+ declare const SDK_VERSION = "2.9.5";
146
146
  type ChangesetEntry = {
147
147
  date: string;
148
148
  title: string;
package/dist/index.js CHANGED
@@ -1267,8 +1267,32 @@ function useCanTrade() {
1267
1267
  }
1268
1268
 
1269
1269
  // src/constants/changesets.ts
1270
- var SDK_VERSION = "2.9.4";
1270
+ var SDK_VERSION = "2.9.5";
1271
1271
  var CHANGESETS = {
1272
+ "2.9.5": {
1273
+ date: "2026-07-20",
1274
+ title: "Orderly SDK 3.1.6 sync and mobile leaderboard date filter fix",
1275
+ summary: "Aligned the SDK with the Orderly SDK 3.1.6 update, bringing Pre-launch (pre-TGE) permissionless listings, new market category tabs, and expanded multi-level affiliate tooling, with full translations for every new string across all 19 supported locales. Also fixed the mobile leaderboard date filter, where the calendar misbehaved and the preset period buttons were missing.",
1276
+ highlights: [
1277
+ "Pre-launch (pre-TGE) permissionless listings, new is_pretge symbol flag, a Pre-launch markets tab, and an isolated-margin-only risk notice; no funding fee is charged during the pre-launch phase",
1278
+ "New market category tabs (Crypto, TradFi, RWA, Pre-launch) across the markets list and horizontal ticker",
1279
+ "Multi-level affiliate upgrades, referee notes/remarks on the referees table, 'You / Direct referees' commission split columns, direct vs indirect trade rate breakdown, and max rebate rate with base + bonus details",
1280
+ "Referral code validation now accepts 4 to 15 characters with a clearer input placeholder",
1281
+ "Fixed mobile leaderboard date filter, preset period buttons (1D/7D/30D/etc.) are visible again and the calendar no longer resets your selection or incorrectly disables selectable days"
1282
+ ],
1283
+ packages: [
1284
+ "kodiak-orderly-i18n",
1285
+ "kodiak-orderly-types",
1286
+ "kodiak-orderly-hooks",
1287
+ "kodiak-orderly-markets",
1288
+ "kodiak-orderly-affiliate",
1289
+ "kodiak-orderly-trading",
1290
+ "kodiak-orderly-trading-leaderboard",
1291
+ "kodiak-orderly-ui",
1292
+ "kodiak-orderly-app"
1293
+ ],
1294
+ type: "improvement"
1295
+ },
1272
1296
  "2.9.4": {
1273
1297
  date: "2026-06-15",
1274
1298
  title: "Marketplace CLI: public plugin search, production endpoints, and hardened auth",