@@ -9,6 +9,61 @@ import { Chip } from "/snippets/chip.mdx";
99
1010
1111
12+ ## January 16, 2026 - v2.8.12
13+
14+ <div style = { { display: " table" , width: " 100%" }} >
15+ <div style = { { display: " table-row" , width: " auto" }} >
16+ <Chip type = " bug" />
17+ <div
18+ style = { {
19+ float: " left" ,
20+ display: " table-column" ,
21+ paddingLeft: " 30px" ,
22+ width: " calc(80% - 30px)" ,
23+ }}
24+ >
25+ ** Fixes**
26+ - Fixed a bug where Vault page tab couldn't be opened under certain scenarios.
27+ </div >
28+ </div >
29+ </div >
30+
31+ ## January 14, 2026 - v2.8.11
32+
33+ <div style = { { display: " table" , width: " 100%" }} >
34+ <div style = { { display: " table-row" , width: " auto" }} >
35+ <Chip type = " new" />
36+ <div
37+ style = { {
38+ float: " left" ,
39+ display: " table-column" ,
40+ paddingLeft: " 30px" ,
41+ width: " calc(80% - 30px)" ,
42+ }}
43+ >
44+ ** Features**
45+ - Implemented a feature in the order book to show the buy vs sell order ratio, allowing users to quickly see which side has more orders.
46+ - Added clear explanations about liquidation fees in both the order entry form and position list.
47+ - Support for a new message type: "Community Vote" for announcements.
48+ </div >
49+ </div >
50+
51+ <div style = { { display: " table-row" , width: " auto" }} >
52+ <Chip type = " bug" />
53+ <div
54+ style = { {
55+ float: " left" ,
56+ display: " table-column" ,
57+ paddingLeft: " 30px" ,
58+ width: " calc(80% - 30px)" ,
59+ }}
60+ >
61+ ** Fixes**
62+ - Fixed a bug with clearing leverage input.
63+ </div >
64+ </div >
65+ </div >
66+
1267## December 19, 2025 - v2.8.10
1368
1469<div style = { { display: " table" , width: " 100%" }} >
0 commit comments