aloha-vue 2.11.2 → 2.12.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 CHANGED
@@ -7,6 +7,14 @@
7
7
  ---
8
8
  # Versions
9
9
 
10
+ ## 2.12.0
11
+
12
+ - Add `ASelectIcon` component
13
+
14
+ ## 2.11.3
15
+
16
+ - Prioritize data from server for ASelect
17
+
10
18
  ## 2.11.2
11
19
 
12
20
  - Refactor focus handling in `UiAPI`
@@ -258,6 +266,10 @@ An exclusive option can be defined as a special choice that, when selected, prev
258
266
 
259
267
  ***
260
268
 
269
+ ## 1.12.1
270
+
271
+ - Prioritize data from server for ASelect
272
+
261
273
  ## 1.11.1
262
274
 
263
275
  - Fix in `keyDisabledCallback`