@kodiak-finance/orderly-eslint-config 2.8.15-rc.0 → 2.8.16-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +36 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,16 +1,49 @@
1
1
  # @orderly.network/eslint-config
2
2
 
3
- ## 2.8.15-rc.0
3
+ ## 2.8.16-rc.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - adding volume chart to portfolio page
7
+ - ## Symbol Performance Enhancement: Table View, Chart Fixes, and i18n Updates
8
+
9
+ ### Features
10
+ - Added table view toggle for Symbol Performance page with Chart/Table switching capability
11
+ - Implemented DataTable component displaying aggregated performance data with columns: Date, Daily P&L (color-coded), Daily Volume (K/M/B formatted), Daily Fees (K/M/B formatted)
12
+ - Added `formatVolumeValue()` helper for consistent number formatting across charts and tables
13
+
14
+ ### Bug Fixes
15
+ - Fixed x-axis label alignment in PnL and Volume bar charts - labels now properly center on their corresponding bars
16
+ - Restored tooltip display on Volume and Fees charts for all data points, including zero values, matching PnL chart behavior
17
+ - Fixed chart margins and reference line styling for consistent visualization
18
+
19
+ ### i18n Translations
20
+ - Updated portfolio.symbolPerformance translation keys across all 15 language files (de, en, es, fr, id, it, ja, ko, nl, pl, pt, ru, tr, uk, vi, zh)
21
+ - Added new translation keys for table columns: realizedPnL, volume, fees, dailyPnL, dailyVolume, dailyFees
22
+ - Added aggregation-related keys: timeframe, aggregated, cumulative for improved UI labeling
23
+
24
+ ## 2.8.15
25
+
26
+ ### Patch Changes
27
+
28
+ - 940da7a: Added portfolio volume chart visualization and comprehensive CSV export functionality for trading data. Improved performance component date range handling with
8
29
 
9
30
  ## 2.8.14
10
31
 
11
32
  ### Patch Changes
12
33
 
13
- - d608e46: Fixed 1D broker stats date range issue where start_date and end_date weren't being properly set to the current date. The broker
34
+ - Added portfolio volume chart visualization and comprehensive CSV export functionality for trading data. Improved performance component date range handling with
35
+
36
+ ## 2.8.14-prerelease.1
37
+
38
+ ### Patch Changes
39
+
40
+ - c281f57: update csv
41
+
42
+ ## 2.8.14-prerelease.0
43
+
44
+ ### Patch Changes
45
+
46
+ - Adding export to csv options
14
47
 
15
48
  ## 2.8.13
16
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kodiak-finance/orderly-eslint-config",
3
- "version": "2.8.15-rc.0",
3
+ "version": "2.8.16-rc.0",
4
4
  "main": "index.mjs",
5
5
  "module": "index.mjs",
6
6
  "license": "MIT",