@kodiak-finance/orderly-eslint-config 2.8.21-rc.2 → 2.8.21

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 +20 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @orderly.network/eslint-config
2
2
 
3
+ ## 2.8.21
4
+
5
+ ### Patch Changes
6
+
7
+ - 0ec609f: Mobile UX improvements and UI polish
8
+
9
+ Improved mobile trading experience with better keyboard input handling, complete leaderboard stats visibility, and enhanced portfolio navigation with volume charts.
10
+
11
+ **Highlights:**
12
+ - Mobile leaderboard now shows all 4 statistics (Volume, Fees, Revenue, PnL) in compact layout
13
+ - Better mobile keyboard support - numeric keypads for leverage and slippage inputs
14
+ - Portfolio symbol performance displays volume charts and updated metrics matching desktop
15
+ - Improved funding rate display alignment across mobile and desktop
16
+
17
+ ## 2.8.21-beta.3
18
+
19
+ ### Patch Changes
20
+
21
+ - minor ui changes
22
+
3
23
  ## 2.8.21-rc.2
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kodiak-finance/orderly-eslint-config",
3
- "version": "2.8.21-rc.2",
3
+ "version": "2.8.21",
4
4
  "main": "index.mjs",
5
5
  "module": "index.mjs",
6
6
  "license": "MIT",