@kodiak-finance/orderly-eslint-config 2.8.15 → 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 +21 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @orderly.network/eslint-config
2
2
 
3
+ ## 2.8.16-rc.0
4
+
5
+ ### Patch Changes
6
+
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
+
3
24
  ## 2.8.15
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kodiak-finance/orderly-eslint-config",
3
- "version": "2.8.15",
3
+ "version": "2.8.16-rc.0",
4
4
  "main": "index.mjs",
5
5
  "module": "index.mjs",
6
6
  "license": "MIT",