aloha-vue 2.63.0 → 2.64.0

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,18 @@
7
7
  ---
8
8
  # Versions
9
9
 
10
+ ## 2.64.0
11
+
12
+ - Feature: Add `formElementEditPropsCallback` support to `ATableForm` for row-specific form element properties in edit mode, update examples, localization, and related tests
13
+
14
+ ## 2.63.2
15
+
16
+ - Fix: Correct `AInputCurrency` formatting for decimal strings received from external models
17
+
18
+ ## 2.63.1
19
+
20
+ - Fix: Swap "Save" and "Cancel" button attributes in `ATableFormCellAction` for consistent behavior and alignment with action logic
21
+
10
22
  ## 2.63.0
11
23
 
12
24
  - Fix: Adjust `ATableForm` focus styles with inset box shadows for improved visual consistency