aloha-vue 2.66.1 → 2.66.2
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 +4 -0
- package/dist/aloha-vue.es.js +3018 -3000
- package/dist/aloha-vue.umd.js +35 -35
- package/package.json +1 -1
- package/src/ATable/ATable.js +8 -6
- package/src/ATable/ATableTdAction/ATableTdAction.js +9 -4
- package/src/ATable/ATableTr/ATableTr.js +8 -0
- package/src/ATable/ATableTr/compositionAPI/AttributesAPI.js +3 -1
- package/src/ATable/__tests__/ATable.RowIdsAPI.test.js +66 -0
- package/src/ATable/compositionAPI/RowActionsAPI.js +3 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,10 @@
|
|
|
7
7
|
---
|
|
8
8
|
# Versions
|
|
9
9
|
|
|
10
|
+
## 2.66.2
|
|
11
|
+
|
|
12
|
+
- Fix: Add `rowIndexPath` prop to `ATable` components for improved handling of hierarchical row IDs, update implementation, and add comprehensive tests
|
|
13
|
+
|
|
10
14
|
## 2.66.1
|
|
11
15
|
|
|
12
16
|
- Fix: Add `extra` prop support to `ALabel` across multiple components (`AInputFile`, `AInputNumber`, `ASelect`, `ADatepicker`, etc.), enabling enhanced label customization
|