@syncfusion/ej2-vue-dropdowns 19.4.41 → 19.4.50
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 +20 -0
- package/dist/ej2-vue-dropdowns.umd.min.js +10 -1
- package/dist/global/ej2-vue-dropdowns.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +18 -4
- package/styles/bootstrap.css +18 -4
- package/styles/bootstrap4.css +18 -4
- package/styles/bootstrap5-dark.css +18 -4
- package/styles/bootstrap5.css +18 -4
- package/styles/fabric-dark.css +18 -4
- package/styles/fabric.css +18 -4
- package/styles/highcontrast-light.css +18 -4
- package/styles/highcontrast.css +18 -4
- package/styles/list-box/bootstrap-dark.css +10 -0
- package/styles/list-box/bootstrap.css +10 -0
- package/styles/list-box/bootstrap4.css +10 -0
- package/styles/list-box/bootstrap5-dark.css +10 -0
- package/styles/list-box/bootstrap5.css +10 -0
- package/styles/list-box/fabric-dark.css +10 -0
- package/styles/list-box/fabric.css +10 -0
- package/styles/list-box/highcontrast-light.css +10 -0
- package/styles/list-box/highcontrast.css +10 -0
- package/styles/list-box/material-dark.css +10 -0
- package/styles/list-box/material.css +10 -0
- package/styles/list-box/tailwind-dark.css +10 -0
- package/styles/list-box/tailwind.css +10 -0
- package/styles/material-dark.css +18 -4
- package/styles/material.css +18 -4
- package/styles/multi-select/bootstrap-dark.css +8 -4
- package/styles/multi-select/bootstrap.css +8 -4
- package/styles/multi-select/bootstrap4.css +8 -4
- package/styles/multi-select/bootstrap5-dark.css +8 -4
- package/styles/multi-select/bootstrap5.css +8 -4
- package/styles/multi-select/fabric-dark.css +8 -4
- package/styles/multi-select/fabric.css +8 -4
- package/styles/multi-select/highcontrast-light.css +8 -4
- package/styles/multi-select/highcontrast.css +8 -4
- package/styles/multi-select/material-dark.css +8 -4
- package/styles/multi-select/material.css +8 -4
- package/styles/multi-select/tailwind-dark.css +8 -4
- package/styles/multi-select/tailwind.css +8 -4
- package/styles/tailwind-dark.css +18 -4
- package/styles/tailwind.css +18 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### ListBox
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I330291` - Issue with Duplicate items not removed properly using remove items method has been resolved.
|
|
10
|
+
|
|
11
|
+
### DropDownList
|
|
12
|
+
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
- `#I357666` - Issue with "value is not updated dynamically when its not present in the popup" has been resolved.
|
|
16
|
+
|
|
17
|
+
## 19.4.42 (2022-01-11)
|
|
18
|
+
|
|
19
|
+
### MultiSelect
|
|
20
|
+
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
23
|
+
- `#FB31100` - Issue with "popup is not opened while changing the `popupHeight` dynamically in the `beforeOpen` event" has been resolved.
|
|
24
|
+
|
|
5
25
|
## 19.3.56 (2021-12-02)
|
|
6
26
|
|
|
7
27
|
### MultiSelect
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-dropdowns.umd.min.js
|
|
3
|
-
* version : 19.4.
|
|
3
|
+
* version : 19.4.50
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
|
+
* Use of this code is subject to the terms of our license.
|
|
6
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
+
* applicable laws.
|
|
9
|
+
*/
|
|
10
|
+
/*!
|
|
11
|
+
* filename: ej2-vue-dropdowns.umd.min.js
|
|
12
|
+
* version : 19.2.55
|
|
4
13
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
14
|
* Use of this code is subject to the terms of our license.
|
|
6
15
|
* A copy of the current license can be obtained at any time by e-mailing
|