@kodiak-finance/orderly-react-app 2.9.0-rc.2 → 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.js +2 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -7
package/dist/index.mjs
CHANGED
|
@@ -1236,15 +1236,13 @@ function useCanTrade() {
|
|
|
1236
1236
|
var SDK_VERSION = "2.9.0";
|
|
1237
1237
|
var CHANGESETS = {
|
|
1238
1238
|
"2.9.0": {
|
|
1239
|
-
date: "2026-
|
|
1239
|
+
date: "2026-04-1",
|
|
1240
1240
|
title: "Isolated margin mode and Orderly SDK v2.10 sync",
|
|
1241
1241
|
summary: "Synced with Orderly SDK v2.10, introducing isolated margin mode, margin adjustment, effective fee calculations with referral rebates, and trading points support.",
|
|
1242
1242
|
highlights: [
|
|
1243
1243
|
"Switch between Cross and Isolated margin modes per symbol",
|
|
1244
1244
|
"Adjust margin on isolated positions with add/reduce controls",
|
|
1245
|
-
"Effective fee display with referral rebate discounts for regular and RWA markets"
|
|
1246
|
-
"Trading points module with full i18n support across 17 languages",
|
|
1247
|
-
"Storybook Router context fix for new RWA route detection"
|
|
1245
|
+
"Effective fee display with referral rebate discounts for regular and RWA markets"
|
|
1248
1246
|
],
|
|
1249
1247
|
packages: [
|
|
1250
1248
|
"kodiak-orderly-hooks",
|