@kodiak-finance/orderly-react-app 2.9.3 → 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.3";
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.3";
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,47 @@ function useCanTrade() {
1267
1267
  }
1268
1268
 
1269
1269
  // src/constants/changesets.ts
1270
- var SDK_VERSION = "2.9.3";
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
+ },
1296
+ "2.9.4": {
1297
+ date: "2026-06-15",
1298
+ title: "Marketplace CLI: public plugin search, production endpoints, and hardened auth",
1299
+ summary: "Overhauled the orderly-devkit Marketplace CLI with a new public `search` command for discovering plugins, a clear split between public read commands and login-gated owner actions, a move to the production Marketplace API/web endpoints, and hardened credential storage and browser-login handling. Shared table-rendering and submission-validation logic were extracted into reusable internal modules, removing large amounts of duplicated command code.",
1300
+ highlights: [
1301
+ "New `search` command to discover public Marketplace plugins by keyword and tag \u2014 no login required, with sortable/paginated results and a `--json` mode for agent and script consumption",
1302
+ "Commands split into public reads (`search`, `view`) that work without auth and owner-scoped actions (`submit`, `list`, `update`, `delete`, `disable`) gated behind a shared `requireAuth` check",
1303
+ "Migrated to the production Marketplace endpoints (marketplace-api.orderly.network / marketplace.orderly.network), replacing the previous Vercel preview URLs",
1304
+ "Hardened credential storage \u2014 auth.json is now written with 0600 permissions and falls back to a temp directory when no home directory is available",
1305
+ "More robust browser login \u2014 the local callback server cancels cleanly on timeout, Ctrl+C, or duplicate callbacks, with correct process exit codes",
1306
+ "Extracted shared table rendering (with clickable terminal links to npm/GitHub) and backend-aligned submission/update validation into reusable internal modules"
1307
+ ],
1308
+ packages: ["kodiak-orderly-devkit"],
1309
+ type: "feature"
1310
+ },
1272
1311
  "2.9.3": {
1273
1312
  date: "2026-06-05",
1274
1313
  title: "Orderly SDK 3.1.0 sync with right-to-left language support",