aloha-vue 2.57.0 → 2.57.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 CHANGED
@@ -7,6 +7,15 @@
7
7
  ---
8
8
  # Versions
9
9
 
10
+ ## 2.57.2
11
+
12
+ - Refactor: Simplify class names in `ClassesAPI` and update related components in `ATableForm` for consistency.
13
+ - Refactor: Replace `classes` with `actionsClasses` in `ATableFormCellAction` for consistent naming
14
+
15
+ ## 2.57.1
16
+
17
+ - Feature: Add `ClassesAPI` to `ATableForm` and related components for customizable action button styling via `actionsClasses` prop.
18
+
10
19
  ## 2.57.0
11
20
 
12
21
  - Add `ATableForm` component with drag-and-drop functionality, SCSS styles, and localized translations across supported languages