@arbocollab/arbo-plugin-item-table 0.1.13 → 0.1.15
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 +16 -0
- package/lib/es/index.es.js +4979 -4966
- package/lib/style.css +1 -1
- package/lib/umd/index.umd.js +44 -44
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.15] - 2026-03-04
|
|
4
|
+
|
|
5
|
+
### 🚀 Features & Enhancements
|
|
6
|
+
|
|
7
|
+
- **InputText Focus:** The `InputText` component now focuses the input field when any part of its wrapper is clicked, improving usability.
|
|
8
|
+
- **DateRangeEditor Behavior:** The `DateRangeEditor` now correctly stops the AG Grid cell editing mode when the calendar is closed, preventing the editor from remaining active.
|
|
9
|
+
|
|
10
|
+
### 🎨 UI/UX Improvements
|
|
11
|
+
|
|
12
|
+
- **CloseBadgeWrapper:** Adjusted the opacity on adjacent elements for better visual consistency when a badge is active.
|
|
13
|
+
- **DragDropItem:** Refined the line-height of item labels for improved text alignment.
|
|
14
|
+
|
|
15
|
+
### 📦 Version Updates
|
|
16
|
+
|
|
17
|
+
- **Version:** `0.1.14` → `0.1.15`
|
|
18
|
+
|
|
3
19
|
## [0.1.4] - 2026-03-03
|
|
4
20
|
|
|
5
21
|
### 🚀 Features & Enhancements
|