File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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%" }} >
You can’t perform that action at this time.
0 commit comments