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