@arbocollab/arbo-plugin-item-table 0.0.122 → 0.0.125

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 CHANGED
@@ -2,6 +2,58 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [0.0.125] - 2026-02-04
6
+
7
+ ### 🔧 Bug Fixes & Improvements
8
+
9
+ **Metric Update Button**
10
+
11
+ - Removed Unused Event Handler:
12
+ - Removed `@close="hide"` event handler from SearchList component
13
+ - Cleaner event propagation and better dropdown management
14
+ - Prevents potential conflicts with internal close handling
15
+
16
+ ## [0.0.124] - 2026-02-04
17
+
18
+ ### 🚀 Features
19
+
20
+ **Filter Box Enhancements**
21
+
22
+ - Improved visual design with dynamic padding, borders, and hover effects for active filters
23
+ - Updated archive status handling: default to empty array, simplified counting, and better parameter logic for single/both/none selections
24
+ - Enhanced "Clear All" behavior: truly clears filters while maintaining active items view (status_eq: '1')
25
+
26
+ **Filter Archive Status Component**
27
+
28
+ - Changed default state to empty array, updated reset() to clear selection
29
+ - Added animated chevron icons and improved display labels
30
+
31
+ **Filter Status & Assignee Components**
32
+
33
+ - Added animated chevron icons for consistent dropdown interactions
34
+ - Refined layouts and removed unnecessary options for streamlined UX
35
+
36
+ **Global Style Improvements**
37
+
38
+ - Introduced .icon-up class with 180-degree rotation animation for dropdown chevrons
39
+
40
+ ### 🔧 Technical Improvements
41
+
42
+ - Removed DEFAULT_STATE constant for cleaner state management
43
+ - Unified dropdown animations and improved clear vs. reset distinctions
44
+
45
+ ### 📦 Version Updates
46
+
47
+ - **@arbocollab/arbo-plugin-item-table:** Updated from `0.0.123` to `0.0.124`
48
+
49
+ ### Key Highlights
50
+
51
+ - 🎨 **Enhanced Filter UI:** Better visuals, animations, and predictable behavior
52
+ - 🔄 **Improved Archive Handling:** Flexible status filtering with sensible defaults
53
+ - ⚡ **Cleaner Code:** Removed constants and unified interactions
54
+
55
+ ---
56
+
5
57
  ## [0.0.122] - 2026-02-04
6
58
 
7
59
  ### 🚀 Features