@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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +25 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +25 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -7
package/dist/index.mjs
CHANGED
|
@@ -1265,8 +1265,32 @@ function useCanTrade() {
|
|
|
1265
1265
|
}
|
|
1266
1266
|
|
|
1267
1267
|
// src/constants/changesets.ts
|
|
1268
|
-
var SDK_VERSION = "2.9.
|
|
1268
|
+
var SDK_VERSION = "2.9.5";
|
|
1269
1269
|
var CHANGESETS = {
|
|
1270
|
+
"2.9.5": {
|
|
1271
|
+
date: "2026-07-20",
|
|
1272
|
+
title: "Orderly SDK 3.1.6 sync and mobile leaderboard date filter fix",
|
|
1273
|
+
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.",
|
|
1274
|
+
highlights: [
|
|
1275
|
+
"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",
|
|
1276
|
+
"New market category tabs (Crypto, TradFi, RWA, Pre-launch) across the markets list and horizontal ticker",
|
|
1277
|
+
"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",
|
|
1278
|
+
"Referral code validation now accepts 4 to 15 characters with a clearer input placeholder",
|
|
1279
|
+
"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"
|
|
1280
|
+
],
|
|
1281
|
+
packages: [
|
|
1282
|
+
"kodiak-orderly-i18n",
|
|
1283
|
+
"kodiak-orderly-types",
|
|
1284
|
+
"kodiak-orderly-hooks",
|
|
1285
|
+
"kodiak-orderly-markets",
|
|
1286
|
+
"kodiak-orderly-affiliate",
|
|
1287
|
+
"kodiak-orderly-trading",
|
|
1288
|
+
"kodiak-orderly-trading-leaderboard",
|
|
1289
|
+
"kodiak-orderly-ui",
|
|
1290
|
+
"kodiak-orderly-app"
|
|
1291
|
+
],
|
|
1292
|
+
type: "improvement"
|
|
1293
|
+
},
|
|
1270
1294
|
"2.9.4": {
|
|
1271
1295
|
date: "2026-06-15",
|
|
1272
1296
|
title: "Marketplace CLI: public plugin search, production endpoints, and hardened auth",
|