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