aloha-vue 2.39.6 → 2.40.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 +4 -0
- package/dist/aloha-vue.es.js +826 -790
- package/dist/aloha-vue.umd.js +37 -37
- package/package.json +1 -1
- package/src/AModalForm/AModalForm.js +6 -0
- package/src/ui/AFieldset/AFieldset.js +529 -512
- package/src/ui/AForm/AForm.js +17 -1
- package/src/ui/AGroup/AGroup.js +15 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,10 @@
|
|
|
7
7
|
---
|
|
8
8
|
# Versions
|
|
9
9
|
|
|
10
|
+
## 2.40.0
|
|
11
|
+
|
|
12
|
+
- Feature: Add `useHtmlIdAsKey` prop to support using `htmlId` instead of index as key for form elements across AForm, AGroup, AFieldset, AModalForm, and related components. Update i18n files with descriptions.
|
|
13
|
+
|
|
10
14
|
## 2.39.6
|
|
11
15
|
|
|
12
16
|
- Fix: Update modal responsive widths for large, XL, and XXL variants in SCSS.
|