Skip to content

Commit 2c2cb1d

Browse files
committed
Merge branch 'main' of https://github.com/OrderlyNetwork/documentation into main
2 parents b340fd9 + d534df8 commit 2c2cb1d

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

changelog/sdk.mdx

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,43 @@ import { Chip } from "/snippets/chip.mdx";
99

1010

1111

12+
## January 30, 2026 - v2.8.13
13+
14+
<div style={{ display: "table", width: "100%" }}>
15+
<div style={{ display: "table-row", width: "auto" }}>
16+
<Chip type="new" />
17+
<div
18+
style={{
19+
float: "left",
20+
display: "table-column",
21+
paddingLeft: "30px",
22+
width: "calc(80% - 30px)",
23+
}}
24+
>
25+
**Features**
26+
- Add a new RWA tab to the Market page
27+
- Add in tooltips for "hidden order", "Post Only", "IOC", "FOK" in order entry component
28+
- Optimize API requests, remove redundant API request.
29+
</div>
30+
</div>
31+
32+
<div style={{ display: "table-row", width: "auto" }}>
33+
<Chip type="bug" />
34+
<div
35+
style={{
36+
float: "left",
37+
display: "table-column",
38+
paddingLeft: "30px",
39+
width: "calc(80% - 30px)",
40+
}}
41+
>
42+
**Fixes**
43+
- Fix deposit button display logic on mWeb
44+
- Fix network switching issues with Privy login
45+
</div>
46+
</div>
47+
</div>
48+
1249
## January 16, 2026 - v2.8.12
1350

1451
<div style={{ display: "table", width: "100%" }}>

0 commit comments

Comments
 (0)