aloha-vue 2.8.4 → 2.9.1
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 +9 -0
- package/dist/aloha-vue.css +300 -0
- package/dist/aloha-vue.css.map +1 -1
- package/dist/aloha-vue.es.js +2 -2
- package/dist/aloha-vue.umd.js +1 -1
- package/package.json +1 -1
- package/scss/utils/grid.scss +7 -0
- package/src/AModal/compositionAPI/ZIndexAPI.js +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,15 @@
|
|
|
7
7
|
---
|
|
8
8
|
# Versions
|
|
9
9
|
|
|
10
|
+
## 2.9.1
|
|
11
|
+
|
|
12
|
+
- `AModal`: added "modal inside a modal" feature with proper `z-index` stacking support
|
|
13
|
+
|
|
14
|
+
## 2.9.0
|
|
15
|
+
|
|
16
|
+
- Added `.column_offset_right_*` classes to grid utilities for right column offsets with dynamic margin-right
|
|
17
|
+
calculations
|
|
18
|
+
|
|
10
19
|
## 2.8.4
|
|
11
20
|
|
|
12
21
|
- `ADatePicker`: Added customizable class prop and fixed `SCSS` indentation
|