@kodiak-finance/orderly-react-app 2.9.1-alpha.2 → 2.9.1-alpha.3
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 +27 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +27 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -7
package/dist/index.mjs
CHANGED
|
@@ -1243,8 +1243,34 @@ function useCanTrade() {
|
|
|
1243
1243
|
}
|
|
1244
1244
|
|
|
1245
1245
|
// src/constants/changesets.ts
|
|
1246
|
-
var SDK_VERSION = "2.9.
|
|
1246
|
+
var SDK_VERSION = "2.9.1";
|
|
1247
1247
|
var CHANGESETS = {
|
|
1248
|
+
"2.9.1": {
|
|
1249
|
+
date: "2026-04-22",
|
|
1250
|
+
title: "Solana multi-DVN deposits, exclusive deposit flow, UI refresh, and React Native compatibility",
|
|
1251
|
+
summary: "Hardened Solana cross-chain deposits with LayerZero multi-DVN verification, added a new exclusive-deposit tab for depositing from exchanges and external wallets, refreshed several core UI primitives with a new SymbolBadge component, improved tradingview performance, made the SDK React Native compatible, and completed localization for all v2.9.0 strings.",
|
|
1252
|
+
highlights: [
|
|
1253
|
+
"Solana deposits now use LayerZero 3-DVN (LZ, Canary, Nevermind) verification for stronger cross-chain security",
|
|
1254
|
+
"New 'From exchange / other wallet' tab on the deposit form for exclusive-deposit flow alongside the connected-wallet tab",
|
|
1255
|
+
"New SymbolBadge typography component with broker badge + hover tooltip, adopted across positions, markets, and portfolio",
|
|
1256
|
+
"Sheet and Dialog primitives refreshed with improved variants and props ergonomics",
|
|
1257
|
+
"Tradingview renderer performance improvements for liquidation lines, TP/SL lines, and position lines",
|
|
1258
|
+
"Privy wallet provider rewritten for more reliable initialization and state handling",
|
|
1259
|
+
"SDK is now React Native compatible \u2014 safe window/event shim activates only when DOM APIs are missing, zero impact on web runtime",
|
|
1260
|
+
"Completed translations for all new v2.9.0 SDK strings across 16 supported locales"
|
|
1261
|
+
],
|
|
1262
|
+
packages: [
|
|
1263
|
+
"kodiak-orderly-default-solana-adapter",
|
|
1264
|
+
"kodiak-orderly-ui-transfer",
|
|
1265
|
+
"kodiak-orderly-ui",
|
|
1266
|
+
"kodiak-orderly-ui-tradingview",
|
|
1267
|
+
"kodiak-orderly-wallet-connector-privy",
|
|
1268
|
+
"kodiak-orderly-hooks",
|
|
1269
|
+
"kodiak-orderly-i18n",
|
|
1270
|
+
"kodiak-orderly-utils"
|
|
1271
|
+
],
|
|
1272
|
+
type: "feature"
|
|
1273
|
+
},
|
|
1248
1274
|
"2.9.0": {
|
|
1249
1275
|
date: "2026-04-1",
|
|
1250
1276
|
title: "Isolated margin mode and Orderly SDK v2.10 sync",
|