@arbocollab/arbo-plugin-item-table 0.0.122 → 0.0.124
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 +41 -0
- package/lib/es/index.es.js +15564 -15485
- package/lib/style.css +1 -1
- package/lib/umd/index.umd.js +72 -72
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,47 @@
|
|
|
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.124] - 2026-02-04
|
|
6
|
+
|
|
7
|
+
### 🚀 Features
|
|
8
|
+
|
|
9
|
+
**Filter Box Enhancements**
|
|
10
|
+
|
|
11
|
+
- Improved visual design with dynamic padding, borders, and hover effects for active filters
|
|
12
|
+
- Updated archive status handling: default to empty array, simplified counting, and better parameter logic for single/both/none selections
|
|
13
|
+
- Enhanced "Clear All" behavior: truly clears filters while maintaining active items view (status_eq: '1')
|
|
14
|
+
|
|
15
|
+
**Filter Archive Status Component**
|
|
16
|
+
|
|
17
|
+
- Changed default state to empty array, updated reset() to clear selection
|
|
18
|
+
- Added animated chevron icons and improved display labels
|
|
19
|
+
|
|
20
|
+
**Filter Status & Assignee Components**
|
|
21
|
+
|
|
22
|
+
- Added animated chevron icons for consistent dropdown interactions
|
|
23
|
+
- Refined layouts and removed unnecessary options for streamlined UX
|
|
24
|
+
|
|
25
|
+
**Global Style Improvements**
|
|
26
|
+
|
|
27
|
+
- Introduced .icon-up class with 180-degree rotation animation for dropdown chevrons
|
|
28
|
+
|
|
29
|
+
### 🔧 Technical Improvements
|
|
30
|
+
|
|
31
|
+
- Removed DEFAULT_STATE constant for cleaner state management
|
|
32
|
+
- Unified dropdown animations and improved clear vs. reset distinctions
|
|
33
|
+
|
|
34
|
+
### 📦 Version Updates
|
|
35
|
+
|
|
36
|
+
- **@arbocollab/arbo-plugin-item-table:** Updated from `0.0.123` to `0.0.124`
|
|
37
|
+
|
|
38
|
+
### Key Highlights
|
|
39
|
+
|
|
40
|
+
- 🎨 **Enhanced Filter UI:** Better visuals, animations, and predictable behavior
|
|
41
|
+
- 🔄 **Improved Archive Handling:** Flexible status filtering with sensible defaults
|
|
42
|
+
- ⚡ **Cleaner Code:** Removed constants and unified interactions
|
|
43
|
+
|
|
44
|
+
---
|
|
45
|
+
|
|
5
46
|
## [0.0.122] - 2026-02-04
|
|
6
47
|
|
|
7
48
|
### 🚀 Features
|