aloha-vue 2.57.1 → 2.57.3
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 +10 -0
- package/dist/aloha-vue.es.js +4277 -4244
- package/dist/aloha-vue.umd.js +49 -49
- package/package.json +1 -1
- package/src/ATableForm/ATableForm.js +29 -25
- package/src/ATableForm/ATableFormCellAction/ATableFormCellAction.js +20 -11
- package/src/ATableForm/ATableFormRow/ATableFormRow.js +26 -20
- package/src/ATableForm/compositionAPI/ClassesAPI.js +23 -23
- package/src/ui/AInputCurrency/compositionAPI/InputEventsAPI.js +16 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@
|
|
|
7
7
|
---
|
|
8
8
|
# Versions
|
|
9
9
|
|
|
10
|
+
## 2.57.3
|
|
11
|
+
|
|
12
|
+
- Refactor: Reorder and add props (`extra`, `actions*`) in `ATableForm` and related components for improved clarity and consistency
|
|
13
|
+
- `UICurrency`: Fix input currency zero key handling
|
|
14
|
+
|
|
15
|
+
## 2.57.2
|
|
16
|
+
|
|
17
|
+
- Refactor: Simplify class names in `ClassesAPI` and update related components in `ATableForm` for consistency.
|
|
18
|
+
- Refactor: Replace `classes` with `actionsClasses` in `ATableFormCellAction` for consistent naming
|
|
19
|
+
|
|
10
20
|
## 2.57.1
|
|
11
21
|
|
|
12
22
|
- Feature: Add `ClassesAPI` to `ATableForm` and related components for customizable action button styling via `actionsClasses` prop.
|