@arbocollab/arbo-plugin-item-table 1.1.51 โ 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 +107 -0
- package/lib/es/index.es.js +14450 -14275
- package/lib/style.css +1 -1
- package/lib/umd/index.umd.js +70 -70
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,112 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
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.
|
|
9
|
+
|
|
10
|
+
### ๐งฑ Architecture & Maintainability
|
|
11
|
+
|
|
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.
|
|
16
|
+
|
|
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
|
|
27
|
+
|
|
28
|
+
### ๐ Features & Enhancements
|
|
29
|
+
|
|
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
|
|
42
|
+
|
|
43
|
+
### ๐จ UI/UX Improvements
|
|
44
|
+
|
|
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.
|
|
47
|
+
|
|
48
|
+
### ๐งฑ Architecture & Maintainability
|
|
49
|
+
|
|
50
|
+
- **Action handling improved:** Refined scene action behavior and supporting editor integration for more consistent interaction flow.
|
|
51
|
+
|
|
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
|
|
103
|
+
|
|
104
|
+
- **Component styling refined:** Adjusted styling across buttons, filters, list items, and drag-and-drop related components for more consistent interaction feedback.
|
|
105
|
+
|
|
106
|
+
### ๐ฆ Version Updates
|
|
107
|
+
|
|
108
|
+
- **Version:** `0.1.51-alpha.0` โ `0.1.52`
|
|
109
|
+
|
|
3
110
|
## [0.1.15] - 2026-03-04
|
|
4
111
|
|
|
5
112
|
### ๐ Features & Enhancements
|