@bexis2/bexis2-core-ui 0.1.10 → 0.1.11
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.md
CHANGED
|
@@ -1,12 +1,22 @@
|
|
|
1
1
|
# bexis-core-ui
|
|
2
|
+
## v0.1.11
|
|
3
|
+
### update
|
|
4
|
+
- MultiSelect
|
|
5
|
+
- grouped source also works now in case of complex source & return single value
|
|
2
6
|
|
|
3
|
-
## v0.1.
|
|
7
|
+
## v0.1.10
|
|
4
8
|
### update
|
|
5
9
|
- MultiSelect
|
|
6
|
-
- pass events - placeholder
|
|
7
10
|
- set isMulti to false to get also a single value
|
|
8
11
|
|
|
9
12
|
|
|
13
|
+
## v0.1.9
|
|
14
|
+
### update
|
|
15
|
+
- MultiSelect
|
|
16
|
+
- pass events
|
|
17
|
+
- placeholder
|
|
18
|
+
|
|
19
|
+
|
|
10
20
|
## v0.1.8
|
|
11
21
|
### update
|
|
12
22
|
- MultiSelect
|
package/package.json
CHANGED