@arbocollab/arbo-plugin-item-table 0.0.169 → 0.0.171
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 +32 -0
- package/lib/es/index.es.js +14650 -14707
- package/lib/style.css +1 -1
- package/lib/umd/index.umd.js +72 -83
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,38 @@
|
|
|
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.171] - 2026-02-05
|
|
6
|
+
|
|
7
|
+
### 🚀 Features
|
|
8
|
+
|
|
9
|
+
**Item Table**
|
|
10
|
+
|
|
11
|
+
- **item-table.vue**
|
|
12
|
+
- Temporarily disabled `handleCreateNewItem` function
|
|
13
|
+
- Commented out new item creation from table interface for maintenance
|
|
14
|
+
|
|
15
|
+
**Snackbar Component**
|
|
16
|
+
|
|
17
|
+
- **Icon Enhancement:**
|
|
18
|
+
- Replaced hardcoded SVG icons with `<Icon>` component
|
|
19
|
+
- Now uses `CircleCheck` for success messages
|
|
20
|
+
- Now uses `CircleXMark` for error messages
|
|
21
|
+
- Better consistency across notification system
|
|
22
|
+
|
|
23
|
+
- **UI Improvements:**
|
|
24
|
+
- Refined layout alignment and spacing
|
|
25
|
+
- Updated copy button styling with border
|
|
26
|
+
- Enhanced icon color for better visibility
|
|
27
|
+
|
|
28
|
+
**Icon Component**
|
|
29
|
+
|
|
30
|
+
- **Debugging Enhancement:**
|
|
31
|
+
- Added `about` attribute to icon wrapper
|
|
32
|
+
- Displays icon source for easier debugging
|
|
33
|
+
- Improved developer experience when troubleshooting icons
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
5
37
|
## [0.0.151] - 2026-02-05
|
|
6
38
|
|
|
7
39
|
### 🔧 API Services Package
|