aloha-vue 2.2.0 → 2.3.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 CHANGED
@@ -7,6 +7,17 @@
7
7
  ---
8
8
  # Versions
9
9
 
10
+ ## 2.3.1
11
+
12
+ - Fix: import `APopupAPI` and functions
13
+
14
+ ## 2.3.0
15
+
16
+ - `AModal`: don't close modal if popup opened
17
+ - `AAlert`: new props ariaAtomic and role
18
+ - `AHttpAPI`: ignoreErrorHandler as function
19
+ - `ASelect`: Fixed validator for isExclusiveOptionEnabled.
20
+
10
21
  ## 2.2.0
11
22
 
12
23
  ### Enhancements:
@@ -145,6 +156,22 @@ An exclusive option can be defined as a special choice that, when selected, prev
145
156
 
146
157
  ***
147
158
 
159
+ ## 1.8.0
160
+
161
+ - `AModal`: don't close modal if popup opened
162
+
163
+ ## 1.7.0
164
+
165
+ - `AAlert`: new props ariaAtomic and role
166
+
167
+ ## 1.6.0
168
+
169
+ - `AHttpAPI`: ignoreErrorHandler as function
170
+
171
+ ## 1.5.1
172
+
173
+ - `ASelect`: Fixed validator for isExclusiveOptionEnabled.
174
+
148
175
  ## 1.5.0
149
176
 
150
177
  ### Enhancements: