@arbocollab/arbo-plugin-item-table 0.0.183 → 0.0.185

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,96 @@
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.184 - 2026-02-25
6
+
7
+ ### ✨ Features
8
+
9
+ - **Enhanced API Request Handling**: Implemented a new concurrency management system for API requests to replace the previous time-based throttling. This allows for more granular control over how many requests can be active simultaneously for specific endpoints, with excess requests being automatically queued. This improves application stability and responsiveness under heavy load.
10
+
11
+ ### ⚙️ Chores
12
+
13
+ - Bumped package version to `0.0.184`.
14
+ - Added JSDoc documentation to the Axios configuration file for improved maintainability.
15
+
16
+ ## [0.0.183] - 2026-02-25
17
+
18
+ ### 🚀 Features & Enhancements
19
+
20
+ **Tooltip System**
21
+
22
+ - **Global Registration:** Registered `tooltipDirective` globally to ensure consistent tooltip functionality across the entire application.
23
+
24
+ **Snackbar Component**
25
+
26
+ - **Enhanced Interactivity:** Added tooltip support to the Snackbar component for improved user interaction and accessibility.
27
+
28
+ **API Services**
29
+
30
+ - **Enhanced User Data:** Updated `ItemService` to include `last_completed_by` data in API calls, enabling richer user information in tooltips and UI components.
31
+
32
+ **Table Customization**
33
+
34
+ - **UI Improvements:**
35
+ - Added new icon to the Columns button for better visual identification.
36
+ - Reduced button size for a more compact appearance.
37
+ - Disabled column reordering while searching to prevent conflicts.
38
+
39
+ **Drag & Drop Items**
40
+
41
+ - **Disabled State Feedback:**
42
+ - Added tooltip to move handler indicating when reordering is disabled.
43
+ - Improved metric type display logic for better visual clarity.
44
+
45
+ **Label Renderer**
46
+
47
+ - **Enhanced Tooltips:** Updated `LabelRenderer` to display user avatar and name within tooltips for better context and information.
48
+
49
+ ### 🐛 Bug Fixes
50
+
51
+ **Item Creation (`CreateNewScene.vue`)**
52
+
53
+ - **Focus Management:** Improved focus handling and keyboard navigation, particularly for the `Tab` key to ensure smooth field traversal.
54
+ - **UI Stability:** Prevented the form from closing unexpectedly when clicking on a snackbar notification.
55
+
56
+ **Drag & Drop Items**
57
+
58
+ - **Metric Display:** Corrected metric type display logic in `DragDropItem` for accurate visual representation.
59
+
60
+ ## [0.0.181] - 2026-02-25
61
+
62
+ ### 🚀 Features & Enhancements
63
+
64
+ **Version Management**
65
+
66
+ - Bumped version from 0.0.179 to 0.0.181.
67
+
68
+ **API Services**
69
+
70
+ - **Enhanced User Data:** Updated `ItemService` to include `last_completed_by` data in API calls for richer user information display.
71
+
72
+ **Table Customization**
73
+
74
+ - **UI Polish:**
75
+ - Added new icon to the Columns button.
76
+ - Reduced button size for better space efficiency.
77
+ - Disabled column reordering during search operations.
78
+
79
+ **Drag & Drop Items**
80
+
81
+ - **Tooltip Enhancement:** Added tooltip to move handler to inform users when reordering is disabled.
82
+ - **Metric Type Display:** Fixed metric type display logic for accurate visual representation.
83
+
84
+ **Label Renderer**
85
+
86
+ - **Enhanced Tooltips:** Improved tooltip content to display user avatar and name for better context.
87
+
88
+ ### 🐛 Bug Fixes
89
+
90
+ **Item Creation (`CreateNewScene.vue`)**
91
+
92
+ - **Keyboard Navigation:** Enhanced `Tab` key behavior for better focus management across form fields.
93
+ - **Click-Outside Handling:** Prevented form closure when interacting with snackbar notifications.
94
+
5
95
  ## [0.0.175] - 2026-02-24
6
96
 
7
97
  ### 🚀 Features & Enhancements