@arbocollab/arbo-plugin-item-table 0.0.102 → 0.0.104

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,22 @@
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.103] - 2026-01-30 1:36 PM
6
+
7
+ ### 🚀 Features
8
+
9
+ - Enhance metric editing capabilities and improve UI components
10
+ - Added metric type checks in Vue3CellWrapper to handle popup behavior based on metric types.
11
+ - Updated item-table.vue to allow Enter key confirmation during editing.
12
+ - Modified SearchBoxProps to accept null as a valid modelValue.
13
+ - Introduced MetricType for better type handling in metric configurations.
14
+ - Enhanced metric editing components to support dropdown and input types.
15
+ - Refactored MetricEditor to use new MetricEditorDropdown and MetricEditorInput components.
16
+ - Improved validation logic for metric values in helper functions.
17
+ - Updated styles for better UI consistency and user experience.
18
+ - Added new components for handling metric dropdowns and inputs.
19
+ - Implemented better state management for metric updates in item-table components.
20
+
5
21
  ## [0.0.102] - 2026-01-29
6
22
 
7
23
  ### **🚀 New Features**
package/README.md CHANGED
@@ -180,7 +180,7 @@ import { ItemTable } from '@arbocollab/arbo-plugin-item-table';
180
180
 
181
181
  ## 📝 Changelog
182
182
 
183
- See [CHANGELOG.md](https://cdn.jsdelivr.net/npm/@arbocollab/arbo-plugin-item-table@0.0.102/CHANGELOG.md) for a detailed list of changes in each release.
183
+ See [CHANGELOG.md](https://cdn.jsdelivr.net/npm/@arbocollab/arbo-plugin-item-table@0.0.103/CHANGELOG.md) for a detailed list of changes in each release.
184
184
 
185
185
  ### Latest Release: v0.0.100 (2026-01-28)
186
186