Skip to content

Commit 351a4c2

Browse files
SDK update 2.8.14
1 parent c7db414 commit 351a4c2

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

changelog/sdk.mdx

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff 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%" }}>

0 commit comments

Comments
 (0)