@arbocollab/arbo-plugin-item-table 0.1.2 → 0.1.3

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,48 @@
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.1.3] - 2026-03-02
6
+
7
+ ### 🚀 Features & Enhancements
8
+
9
+ - **Keyboard Navigation:**
10
+ - Introduced `useKeyboardNavigation` composable for improved keyboard accessibility in dropdowns.
11
+ - Enhanced `ButtonDropdown` with full keyboard support (Arrows, Enter, Escape).
12
+ - **Focus Management:**
13
+ - Implemented global focus tracking in the main item table to manage element focus states.
14
+ - Added `data-tab-index` attributes to primary UI controls (`New` button, `Filter`, `Search`, `Refresh`, `Columns`) for a logical tab order.
15
+ - **Styling & UI Refinements:**
16
+ - Standardized checkbox styles across `Checkbox.vue` and `HeaderCheckbox.vue` to match the design spec (default, hover, disabled, checked states).
17
+ - Improved `DisplayWrapper` grid calculation for more robust prefix/suffix element handling.
18
+ - Refined `InputText` and `SearchBox` component styles for better alignment and icon presentation.
19
+ - Enhanced `FilterBox` and `FilterAssignee` UI for better visibility and interaction on hover/focus.
20
+
21
+ ### 🔧 Technical Improvements
22
+
23
+ - **Code Quality:** Removed unused styles and console logs from `AgTable.vue` and `CellFactory.ts`.
24
+ - **Component Refactoring:** Refactored multiple components to improve styling, add accessibility attributes, and enhance keyboard interaction.
25
+
26
+ ## [0.1.2] - 2026-03-02
27
+
28
+ ### ⚡ Performance & UX
29
+
30
+ - **Tooltip Responsiveness:**
31
+ - Reduced the default tooltip delay from `1000ms` to `300ms` across the application.
32
+ - This change affects the main `tooltipDirective`, `userProfileDirective`, `ListItem`, and `TippySingleton` helper.
33
+ - Provides faster and more responsive feedback on hover.
34
+
35
+ ## [0.1.1] - 2026-02-27
36
+
37
+ ### 🔧 Code Quality
38
+
39
+ - **Cleanup:** Removed various `console.log` statements from several components to clean up the console output. Components cleaned include:
40
+ - `CellFactory.ts`
41
+ - `CreateNewScene.vue`
42
+ - `AssigneeGroupRenderer.vue`
43
+ - `AddNewAssignee.vue`
44
+ - `AddNewStatus.vue`
45
+ - `HeaderWrapper.vue`
46
+
5
47
  ## [1.0.203] - 2026-02-27 (Live)
6
48
 
7
49
  ### 🎯 Release Summary (0.0.36 → 0.0.203)