aloha-vue 2.11.2 → 2.11.3
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 +8 -0
- package/dist/aloha-vue.css +12128 -12128
- package/dist/aloha-vue.es.js +49236 -49236
- package/dist/aloha-vue.umd.js +199 -199
- package/package.json +1 -1
- package/src/ui/compositionApi/UiDataWithKeyIdAndLabelAPI.js +5 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,10 @@
|
|
|
7
7
|
---
|
|
8
8
|
# Versions
|
|
9
9
|
|
|
10
|
+
## 2.11.3
|
|
11
|
+
|
|
12
|
+
- Prioritize data from server for ASelect
|
|
13
|
+
|
|
10
14
|
## 2.11.2
|
|
11
15
|
|
|
12
16
|
- Refactor focus handling in `UiAPI`
|
|
@@ -258,6 +262,10 @@ An exclusive option can be defined as a special choice that, when selected, prev
|
|
|
258
262
|
|
|
259
263
|
***
|
|
260
264
|
|
|
265
|
+
## 1.12.1
|
|
266
|
+
|
|
267
|
+
- Prioritize data from server for ASelect
|
|
268
|
+
|
|
261
269
|
## 1.11.1
|
|
262
270
|
|
|
263
271
|
- Fix in `keyDisabledCallback`
|