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 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.