aloha-vue 2.60.0 → 2.60.1
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 +432 -427
- package/dist/aloha-vue.umd.js +20 -20
- package/package.json +1 -1
- package/src/ATableForm/ATableForm.js +6 -5
- package/src/ATableForm/__tests__/ATableForm.DragAndDropAPI.test.js +3 -1
- package/src/ATableForm/compositionAPI/DragAndDropAPI.js +6 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,10 @@
|
|
|
7
7
|
---
|
|
8
8
|
# Versions
|
|
9
9
|
|
|
10
|
+
## 2.60.1
|
|
11
|
+
|
|
12
|
+
- Refactor: Replace `dndDisabledCallback` with `actionsDisabledCallback` in `ATableForm` to support multiple action-specific callbacks and update related components and APIs
|
|
13
|
+
|
|
10
14
|
## 2.60.0
|
|
11
15
|
|
|
12
16
|
- Feature: Add `dndDisabledCallback` prop to `ATableForm` for disabling drag-and-drop on specific rows and update `DragAndDropAPI` to respect row-level drag-and-drop restrictions
|