aloha-vue 2.67.0 → 2.68.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 +5 -0
- package/dist/aloha-vue.es.js +2411 -2388
- package/dist/aloha-vue.umd.js +36 -36
- package/package.json +1 -1
- package/src/ui/ACheckbox/ACheckbox.js +11 -6
- package/src/ui/AMultiselectOrdered/AMultiselectOrdered.js +11 -6
- package/src/ui/ARadio/ARadio.js +11 -6
- package/src/ui/ASelect/ASelect.js +11 -6
- package/src/ui/compositionApi/UiDataWithKeyIdAndLabelAPI.js +12 -4
- package/src/ui/compositionApi/__tests__/UiDataWithKeyIdAndLabelAPI.test.js +128 -0
package/CHANGELOG.md
CHANGED
|
@@ -7,9 +7,14 @@
|
|
|
7
7
|
---
|
|
8
8
|
# Versions
|
|
9
9
|
|
|
10
|
+
## 2.68.0
|
|
11
|
+
|
|
12
|
+
- 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.
|
|
13
|
+
|
|
10
14
|
## 2.67.0
|
|
11
15
|
|
|
12
16
|
- Feature: Add step change tracking to `AWizard` and `AModalWizard`, including `changeStep` event, `scrollToTopOnStepChange` prop, updated API docs, localization, and comprehensive tests
|
|
17
|
+
- Feature: Add the `mergeData` prop to `ASelect`, `ACheckbox`, `ARadio`, and `AMultiselectOrdered` for merging prop and internally loaded data by ID
|
|
13
18
|
|
|
14
19
|
## 2.66.2
|
|
15
20
|
|