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,41 @@ import { Chip } from "/snippets/chip.mdx";
99
1010
1111
12+ ## February 10, 2026 - v2.8.14
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+ - Added in left hand mode for mWeb
27+ - Hide announcements if their symbol list does not exist
28+ </div >
29+ </div >
30+
31+ <div style = { { display: " table-row" , width: " auto" }} >
32+ <Chip type = " bug" />
33+ <div
34+ style = { {
35+ float: " left" ,
36+ display: " table-column" ,
37+ paddingLeft: " 30px" ,
38+ width: " calc(80% - 30px)" ,
39+ }}
40+ >
41+ ** Fixes**
42+ - Fixed a minor leverage setting error
43+ </div >
44+ </div >
45+ </div >
46+
1247## January 30, 2026 - v2.8.13
1348
1449<div style = { { display: " table" , width: " 100%" }} >
You can’t perform that action at this time.
0 commit comments