@kodiak-finance/orderly-eslint-config 2.8.16 → 2.8.18-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +25 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @orderly.network/eslint-config
|
|
2
2
|
|
|
3
|
+
## 2.8.18-rc.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- update ui dumping error
|
|
8
|
+
|
|
9
|
+
## 2.8.17
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- e1225ff: update to add price charts
|
|
14
|
+
- 22836d8: Comprehensive symbol performance analysis feature enabling traders to track detailed per-symbol trading metrics with interactive charts and customizable date ranges.
|
|
15
|
+
- 814108c: update how chart data are fetched
|
|
16
|
+
- c0ac848: Fix symbol performance charts and UX improvements
|
|
17
|
+
- Fix Y-axis even spacing on price chart with intelligent tick calculation
|
|
18
|
+
- Fix fees chart Y-axis to start from 0.0 with no excessive whitespace
|
|
19
|
+
- Add auto-focus to symbol selector input when dropdown opens
|
|
20
|
+
- Make chart tooltips conditional for cumulative data visibility
|
|
21
|
+
- Improve tooltip styling with consistent gray labels for dates
|
|
22
|
+
|
|
23
|
+
- 8548b5d: update
|
|
24
|
+
- dd79522: update line charts
|
|
25
|
+
- 8548b5d: update charts correctly
|
|
26
|
+
- a17dc80: fix price chart to update the end date to align with volume/pnl/fees
|
|
27
|
+
|
|
3
28
|
## 2.8.16
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|