@arbocollab/arbo-plugin-item-table 0.0.101 → 0.0.103

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,73 @@
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.103] - 2026-01-30 1:36 PM
6
+
7
+ ### 🚀 Features
8
+
9
+ - Enhance metric editing capabilities and improve UI components
10
+ - Added metric type checks in Vue3CellWrapper to handle popup behavior based on metric types.
11
+ - Updated item-table.vue to allow Enter key confirmation during editing.
12
+ - Modified SearchBoxProps to accept null as a valid modelValue.
13
+ - Introduced MetricType for better type handling in metric configurations.
14
+ - Enhanced metric editing components to support dropdown and input types.
15
+ - Refactored MetricEditor to use new MetricEditorDropdown and MetricEditorInput components.
16
+ - Improved validation logic for metric values in helper functions.
17
+ - Updated styles for better UI consistency and user experience.
18
+ - Added new components for handling metric dropdowns and inputs.
19
+ - Implemented better state management for metric updates in item-table components.
20
+
21
+ ## [0.0.102] - 2026-01-29
22
+
23
+ ### **🚀 New Features**
24
+
25
+ **Filtering & Search**
26
+
27
+ - **Advanced Filter Components:** Added FilterAssignee, FilterArchiveStatus, FilterDateRange, and FilterStatus with improved deep watchers, data exposure methods (getData, clear), and multi-select support.
28
+ - **Complex Logic Support:** Introduced new condition-combine types and behaviors for more complex filtering scenarios.
29
+ - **Dropdown Enhancements:** Filter components now expose methods and emit updates for tighter integration with parent components. SearchList now supports extra items with query context.
30
+
31
+ **UI Components**
32
+
33
+ - **RatingRenderer:** Added a new component to display ratings directly within the item table.
34
+ - **Multi-Date Support:** Updated Calendar.vue, DateInput.vue, MainCalendar.vue, and the useDatePicker composable to handle multiple start/due dates.
35
+ - **Column Management:** Enhanced the column manager to persist configuration and emit change events on updates.
36
+
37
+ **Core & API**
38
+
39
+ - **Caching System:** Implemented useIconMemoryCache and enhanced useImageCache / useRemoteFiles to significantly reduce duplicate network requests for avatars and icons.
40
+ - **ItemService API:** Added getMe, getWorkspaces, and getEntityUserRoles methods, along with improved API configuration.
41
+
42
+ ### **⚡ Improvements & Performance**
43
+
44
+ **Performance Optimization**
45
+
46
+ - **Grid Rendering:** Debounced grid template calculations in DisplayWrapper to improve scroll performance.
47
+ - **Data Fetching:** Optimized useItems fetching logic and improved idempotency in Vue3CellWrapper.
48
+ - **Asset Management:** Reduced console noise and cleaned up unused imports across the codebase.
49
+
50
+ **UX & Polish**
51
+
52
+ - **Loading States:** Refined skeleton screens and loading styles; migrated the loading directive to a class-based implementation for smoother transitions.
53
+ - **Filter UI:** Improved FilterBox styling and active states. The isSearchActive property now accounts for selectedAssignees.
54
+ - **Interaction Design:** Enhanced focus handling, cursor styles, and button hover states across filter components.
55
+ - **Visual Consistency:** Adjusted layouts in MainCalendar and CalendarNavigationControl for better responsiveness.
56
+
57
+ ### **🐛 Bug Fixes**
58
+
59
+ - **MiniPeopleCard:** Fixed Ctrl+Click behavior.
60
+ - **Renderers:** Resolved loading state edge-cases in useMetricRenderer and related components.
61
+ - **AssigneeGroup:** Added explicit empty array checks to prevent rendering errors.
62
+ - **Metric Generation:** Improved the generation logic for people/insight links.
63
+
64
+ ### **🔧 Refactoring & Chores**
65
+
66
+ - **Code Cleanup:** Removed obsolete tests (Button, DisplayWrapper, MetricRender) and deleted unused files.
67
+ - **State Management:** Refactored useMetricRenderer for better icon handling and state clarity.
68
+ - **Reusability:** Centralized the "clear filter" functionality for better code reuse.
69
+ - **Versioning:** Routine package version bumps and dependency updates.
70
+ - **Configuration:** Added getAPIDomain helper and updated base-config endpoints.
71
+
5
72
  ## [0.0.101] - 2026-01-28
6
73
 
7
74
  ### 🚀 Features
package/README.md CHANGED
@@ -180,7 +180,7 @@ import { ItemTable } from '@arbocollab/arbo-plugin-item-table';
180
180
 
181
181
  ## 📝 Changelog
182
182
 
183
- See [CHANGELOG.md](./CHANGELOG.md) for a detailed list of changes in each release.
183
+ See [CHANGELOG.md](https://cdn.jsdelivr.net/npm/@arbocollab/arbo-plugin-item-table@0.0.103/CHANGELOG.md) for a detailed list of changes in each release.
184
184
 
185
185
  ### Latest Release: v0.0.100 (2026-01-28)
186
186