@arbocollab/arbo-plugin-item-table 1.1.63 โ†’ 1.1.72

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
@@ -1,5 +1,33 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.1.72] - 2026-04-28
4
+
5
+ ### ๐Ÿš€ Features & Enhancements
6
+
7
+ - **Calendar & Dates:** Replaced `DateCalendar` with `DateRangeCalendar` in `index.ts`. Enhanced `DateCalendar` and `DateInput` components with timezone support, event logging, and placeholder support. Added `auto-confirmation` and refactored conditional logic in `useDatePicker` for clear maintainability.
8
+ - **UI & Components:**
9
+ - Implemented `maxDecimalChar` prop in the `InputText` component, and supported it inside `MetricEditor` and `MetricEditorInput`.
10
+ - Enhanced `DropdownWrapper`, `BulkUpdate`, and `ClearButton` components with toggle functionalities, new directives, and improved focus handling.
11
+ - Added `sceneId` to cell renderers and rating components for enhanced data handling.
12
+ - **Internal APIs & Data handling:** Extended `App.vue` with an event emission system for API call success and error handling. Later optimized grid cache management by adding and removing `refreshGrid` functionality.
13
+ - **Build & Configuration:**
14
+ - Introduced a new `vite-config-custom` package with initial configuration.
15
+ - Added a `shared-scripts` module containing a `build-injector.sh` and reset scripts for safer `package.json` manipulations during CI/CD.
16
+ - Extensively configured `exports` fields across multiple `package.json` files for improved module resolution distribution.
17
+ - Renamed internal packages safely (e.g., `api-services` to `@arbocollab/api-services`).
18
+
19
+ ### ๐Ÿ”ง Bug Fixes
20
+
21
+ - **Calendar:** Updated `tsconfig.json` mappings to properly include `MonthPicker.vue`.
22
+ - **Vite Config:** Directed the Vite configuration to safely build and distribute types via the new paths and `dts` plugins.
23
+ - **UI Integration:** Adjusted `MetricRenderer` to handle "formula" states correctly.
24
+
25
+ ### ๐Ÿงน Chores & Refactoring
26
+
27
+ - **Metric Services:** Repeatedly refactored `MetricService`, `MetricRating.vue`, `RatingRenderer.vue`, and `MetricRenderer` layout mapping for improved readability and functionality.
28
+ - **Dependencies:** Cleaned up unused local resources (like Tippy.js CSS imports inside `Calendar.vue` and numerous `console.log` artifacts). Integrated `lodash-es` types and synced all monorepo version increments inside the `pnpm-lock.yaml`.
29
+ - **Versioning:** Bumped versions repeatedly across standard workspaces and the component library.
30
+
3
31
  ## [0.1.63] - 2026-03-30
4
32
 
5
33
  ### ๐Ÿš€ Features & Enhancements
package/README.md CHANGED
File without changes
package/lib/csv.svg CHANGED
File without changes