@arbocollab/arbo-plugin-item-table 1.1.44 β 1.1.63
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 +90 -37
- package/lib/es/index.es.js +20850 -20494
- package/lib/style.css +1 -1
- package/lib/umd/index.umd.js +73 -73
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,58 +1,111 @@
|
|
|
1
1
|
# Changelog
|
|
2
|
-
## [1.1.44] - 2026-03-16
|
|
3
2
|
|
|
4
|
-
|
|
3
|
+
## [0.1.63] - 2026-03-30
|
|
4
|
+
|
|
5
|
+
### π Features & Enhancements
|
|
6
|
+
|
|
7
|
+
- **Month selection components added:** Introduced `MonthPicker` and `MonthCalendar`, exported them from the calendar package, and added Storybook stories for both components.
|
|
8
|
+
- **Helpers package introduced:** Added a new `@arbocollab/helpers` workspace package with DOM helpers, date/time utilities, color helpers, link generation, mapping helpers, session storage helpers, tooltip helpers, and Vue mounting helpers.
|
|
5
9
|
|
|
6
|
-
|
|
10
|
+
### π§± Architecture & Maintainability
|
|
7
11
|
|
|
8
|
-
|
|
12
|
+
- **Shared types expanded:** Added `MonthPickerProps` and calendar-related types to the shared types package and re-exported them from the main type entrypoints.
|
|
13
|
+
- **Import paths standardized:** Refactored packages to use `@arbocollab/types` instead of the older `types` alias.
|
|
14
|
+
- **Code structure cleanup:** Applied follow-up readability refactors across UI, calendar, api-services, core-table, and item-table packages.
|
|
15
|
+
- **Keyboard navigation cleanup:** Removed the older `useKeyboardNavigation` composable from the UI package as part of the refactor path.
|
|
9
16
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
17
|
+
### π§ͺ Tooling & Dependencies
|
|
18
|
+
|
|
19
|
+
- **Workspace tooling updated:** Added test and build support for the new helpers and calendar-related workspace changes.
|
|
20
|
+
- **Lockfile refreshed:** Updated `pnpm-lock.yaml` to reflect the new packages and supporting dependencies.
|
|
21
|
+
|
|
22
|
+
### π¦ Version Updates
|
|
23
|
+
|
|
24
|
+
- **Version:** `0.1.62` β `0.1.63`
|
|
25
|
+
|
|
26
|
+
## [0.1.62] - 2026-03-25
|
|
15
27
|
|
|
16
28
|
### π Features & Enhancements
|
|
17
29
|
|
|
18
|
-
- **
|
|
19
|
-
- **
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
30
|
+
- **Calendar package introduced:** Added a standalone `@arbocollab/calendar` package with `Calendar`, `CalendarNavigationControl`, `DateInput`, `MainCalendar`, date-picker composables, date utilities, and package exports.
|
|
31
|
+
- **Storybook coverage added:** Added a Storybook story for the calendar package.
|
|
32
|
+
|
|
33
|
+
### π§ͺ Tooling & Dependencies
|
|
34
|
+
|
|
35
|
+
- **Calendar package tooling:** Added package-level Vite, ESLint, Cypress, and TypeScript configuration for the new calendar workspace package.
|
|
36
|
+
|
|
37
|
+
### π¦ Version Updates
|
|
38
|
+
|
|
39
|
+
- **Version:** `0.1.61` β `0.1.62`
|
|
40
|
+
|
|
41
|
+
## [0.1.61] - 2026-03-25
|
|
23
42
|
|
|
24
43
|
### π¨ UI/UX Improvements
|
|
25
44
|
|
|
26
|
-
- **
|
|
27
|
-
- **
|
|
28
|
-
- **Button and dropdown polish:** Updated `Button`, `ButtonDropdown`, `ListItem`, and related popup components for cleaner menu presentation, better sizing, more consistent radii, and improved action semantics.
|
|
29
|
-
- **Table customization improvements:** Improved column customization search, drag/drop interaction, checkbox focus handling, and disabled-state messaging when reordering is unavailable.
|
|
30
|
-
- **Notification polish:** Updated snackbar icon colors, spacing, action click handling, and button visuals for more consistent interactive notifications.
|
|
31
|
-
- **Visual consistency:** Standardized many components to use shared radius and spacing tokens across avatars, calendars, popups, wrappers, list items, badges, skeletons, upload areas, and metric/status UI.
|
|
45
|
+
- **More-option interactions refined:** Improved focus, blur, rename, and refocus flows around more-options editors and scene name editing.
|
|
46
|
+
- **Table interaction cleanup:** Removed noisy logs in several metric and item-table interaction paths while tightening focus handling.
|
|
32
47
|
|
|
33
|
-
###
|
|
48
|
+
### π§± Architecture & Maintainability
|
|
34
49
|
|
|
35
|
-
- **
|
|
36
|
-
- **People insight links:** Fixed people insight links to pass the actual selected user id instead of an empty value.
|
|
37
|
-
- **Scene creation feedback:** Updated create-scene notifications to use dynamic terminology and clearer follow-up actions such as βFind in tableβ and βFull viewβ.
|
|
38
|
-
- **Popup close handling:** Prevented popups and tippy-based overlays from closing incorrectly when users interact with snackbar notifications or people insight overlays.
|
|
39
|
-
- **AG Grid editing flow:** Fixed date-range editing so closing the calendar also stops AG Grid edit mode correctly.
|
|
40
|
-
- **Row state handling:** Added disabled-row support based on bulk process state and improved bulk-process rendering so error/processing states are represented more accurately.
|
|
41
|
-
- **Metric icon fallback:** Added a safer fallback icon when metric symbols are missing.
|
|
42
|
-
- **Sort mapping:** Corrected the `completedOn` sort mapping to use `actual_due_date`.
|
|
43
|
-
- **Item mapping resilience:** Hardened several item/permission/metric mapping paths to tolerate incomplete API items by using optional access for item ids and related data.
|
|
50
|
+
- **Action handling improved:** Refined scene action behavior and supporting editor integration for more consistent interaction flow.
|
|
44
51
|
|
|
45
|
-
###
|
|
52
|
+
### π¦ Version Updates
|
|
53
|
+
|
|
54
|
+
- **Version:** `0.1.59` β `0.1.61`
|
|
55
|
+
|
|
56
|
+
## [0.1.59] - 2026-03-24
|
|
57
|
+
|
|
58
|
+
### π Features & Enhancements
|
|
59
|
+
|
|
60
|
+
- **Metric presentation improved:** Added `MetricCellRenderer` to improve metric label display and type indicators.
|
|
61
|
+
|
|
62
|
+
### π¨ UI/UX Improvements
|
|
63
|
+
|
|
64
|
+
- **Display wrapper styling refined:** Updated `DisplayWrapper` styling to use configurable background color behavior.
|
|
65
|
+
|
|
66
|
+
### π¦ Version Updates
|
|
67
|
+
|
|
68
|
+
- **Version:** `0.1.58` β `0.1.59`
|
|
69
|
+
|
|
70
|
+
## [0.1.58] - 2026-03-24
|
|
71
|
+
|
|
72
|
+
### π Features & Enhancements
|
|
73
|
+
|
|
74
|
+
- **Metrics functionality expanded:** Enhanced the metrics app with AG Grid integration, infinite loading behavior, metric editing flows, and a dedicated `MetricService`.
|
|
75
|
+
- **Renderer and editor support improved:** Expanded wrapper and renderer behavior across core-table and UI components to support the metrics workflow.
|
|
76
|
+
|
|
77
|
+
### π¨ UI/UX Improvements
|
|
78
|
+
|
|
79
|
+
- **Metric rendering refined:** Improved metric and rating presentation in table cells and related dropdown flows.
|
|
80
|
+
|
|
81
|
+
### π¦ Version Updates
|
|
82
|
+
|
|
83
|
+
- **Version:** `0.1.53` β `0.1.58`
|
|
84
|
+
|
|
85
|
+
## [0.1.53] - 2026-03-20
|
|
86
|
+
|
|
87
|
+
### π Features & Enhancements
|
|
88
|
+
|
|
89
|
+
- **Metrics app added:** Introduced the `apps/metrics` Vue 3 application with its own Vite, TypeScript, and build configuration.
|
|
90
|
+
- **Grid demo scaffolding added:** Added initial metric table integration, app bootstrap files, and development configuration.
|
|
91
|
+
|
|
92
|
+
### π¦ Version Updates
|
|
93
|
+
|
|
94
|
+
- **Version:** `0.1.52` β `0.1.53`
|
|
95
|
+
|
|
96
|
+
## [0.1.52] - 2026-03-19
|
|
97
|
+
|
|
98
|
+
### π Features & Enhancements
|
|
99
|
+
|
|
100
|
+
- **Event handling improved:** Refined button, list item, and dropdown event contracts for better click, escape, and select behavior.
|
|
101
|
+
|
|
102
|
+
### π¨ UI/UX Improvements
|
|
46
103
|
|
|
47
|
-
- **
|
|
48
|
-
- **Switch handling updates:** Improved `switchStore` so switch actions can use either injected or stored switch instances more reliably.
|
|
49
|
-
- **Click-outside focus reset:** Added outside-click handling to clear focused grid cells when users click away from the table.
|
|
50
|
-
- **Dependency updates:** Added `@vueuse/core` to `core-table` and upgraded `@arbocollab/arbo-common-utils` to `0.0.9-alpha.0`.
|
|
51
|
-
- **Cleanup and refactoring:** Removed outdated comments and several debug leftovers while restructuring wrappers, popups, and editor integrations.
|
|
104
|
+
- **Component styling refined:** Adjusted styling across buttons, filters, list items, and drag-and-drop related components for more consistent interaction feedback.
|
|
52
105
|
|
|
53
106
|
### π¦ Version Updates
|
|
54
107
|
|
|
55
|
-
- **Version:** `1.0
|
|
108
|
+
- **Version:** `0.1.51-alpha.0` β `0.1.52`
|
|
56
109
|
|
|
57
110
|
## [0.1.15] - 2026-03-04
|
|
58
111
|
|