@arbocollab/arbo-plugin-item-table 0.1.3 → 0.1.4
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.
- package/CHANGELOG.md +15 -2
- package/lib/es/index.es.js +4045 -4039
- package/lib/umd/index.umd.js +51 -51
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
## [0.1.4] - 2026-03-03
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
### 🚀 Features & Enhancements
|
|
6
|
+
|
|
7
|
+
**HeaderSorting Component**
|
|
8
|
+
|
|
9
|
+
- **Metric Type Handling:** Enhanced `HeaderSorting` component with improved metric type detection and display
|
|
10
|
+
- Added proper metric type checking for accurate icon and label display
|
|
11
|
+
- Improved visual indicators for different metric types (Woohoo, Point, etc.)
|
|
12
|
+
- Better integration with metric metadata in column definitions
|
|
13
|
+
- Fixed metric type detection logic in header rendering
|
|
14
|
+
|
|
15
|
+
### 📦 Version Updates
|
|
16
|
+
|
|
17
|
+
- **Version:** `0.1.3` → `0.1.4`
|
|
18
|
+
- Updated package.json with new version
|
|
6
19
|
|
|
7
20
|
### 🚀 Features & Enhancements
|
|
8
21
|
|