aloha-vue 2.68.0 → 2.70.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,15 @@
7
7
  ---
8
8
  # Versions
9
9
 
10
+ ## 2.70.0
11
+
12
+ Feature: Add `fullWidthRowCallback` and `fullWidthRow` slot to `ATableForm` for rendering selected body and footer rows as a single full-width cell
13
+
14
+ ## 2.69.0
15
+
16
+ - Feature: Add readonly `displayValueReadonly` to `AInputCurrency` for formatted display handling, update API, and add comprehensive tests
17
+ - Feature: Extend slotProps in `ATableFormCell` with additional context (`change`, `errorIcon`, `errors`, `id`, `isCreateMode`, `isEditMode`, `isFooter`, `modelValue`) for enhanced slot flexibility
18
+
10
19
  ## 2.68.0
11
20
 
12
21
  - Feature: Add `mergeData` prop to `ASelect`, `ACheckbox`, `ARadio`, and `AMultiselectOrdered` for merging external and internal data sources by ID, update related API, localization, and add comprehensive tests.