@kodiak-finance/orderly-eslint-config 2.8.15 → 2.8.16-rc.1

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 +27 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @orderly.network/eslint-config
2
2
 
3
+ ## 2.8.16-rc.1
4
+
5
+ ### Patch Changes
6
+
7
+ - update
8
+
9
+ ## 2.8.16-rc.0
10
+
11
+ ### Patch Changes
12
+
13
+ - ## Symbol Performance Enhancement: Table View, Chart Fixes, and i18n Updates
14
+
15
+ ### Features
16
+ - Added table view toggle for Symbol Performance page with Chart/Table switching capability
17
+ - 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)
18
+ - Added `formatVolumeValue()` helper for consistent number formatting across charts and tables
19
+
20
+ ### Bug Fixes
21
+ - Fixed x-axis label alignment in PnL and Volume bar charts - labels now properly center on their corresponding bars
22
+ - Restored tooltip display on Volume and Fees charts for all data points, including zero values, matching PnL chart behavior
23
+ - Fixed chart margins and reference line styling for consistent visualization
24
+
25
+ ### i18n Translations
26
+ - 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)
27
+ - Added new translation keys for table columns: realizedPnL, volume, fees, dailyPnL, dailyVolume, dailyFees
28
+ - Added aggregation-related keys: timeframe, aggregated, cumulative for improved UI labeling
29
+
3
30
  ## 2.8.15
4
31
 
5
32
  ### 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.1",
4
4
  "main": "index.mjs",
5
5
  "module": "index.mjs",
6
6
  "license": "MIT",