aloha-vue 1.2.268 → 1.2.270
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/README_VERSIONS.md
CHANGED
|
@@ -7,6 +7,14 @@
|
|
|
7
7
|
---
|
|
8
8
|
# Versions
|
|
9
9
|
|
|
10
|
+
## 1.2.270
|
|
11
|
+
|
|
12
|
+
- Fixed styling issues for the `ALoading` component when used in the footer of the `AModal` component.
|
|
13
|
+
|
|
14
|
+
## 1.2.269
|
|
15
|
+
|
|
16
|
+
- Fixed an issue with the `"select all"` button in the `ASelect` component to ensure it functions correctly.
|
|
17
|
+
|
|
10
18
|
## 1.2.268
|
|
11
19
|
|
|
12
20
|
- Enhanced the `AWizard` component to support icons in addition to numbers, providing more flexibility in step representation. Documentation has been updated to include details on this new feature.
|
package/package.json
CHANGED