@syncfusion/ej2-vue-dropdowns 20.4.52 → 20.4.54
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
|
@@ -2,6 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 20.4.53 (2023-03-07)
|
|
6
|
+
|
|
7
|
+
### Dropdown Tree
|
|
8
|
+
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- `#I429410` - The issue of facing a delay while unselecting large set of items using close icon in the Dropdown Tree component has been resolved.
|
|
12
|
+
|
|
13
|
+
### MultiSelect
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- `#I439556`, `I442336` - The issue "Script error throws after clear the selected value using clear icon" has been resolved.
|
|
18
|
+
|
|
19
|
+
### ComboBox
|
|
20
|
+
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
23
|
+
- `#I420115` - Resolved issue with Autofill not working when binding the value field property as an integer.
|
|
24
|
+
|
|
5
25
|
## 20.4.49 (2023-02-07)
|
|
6
26
|
|
|
7
27
|
### Dropdown Tree
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-dropdowns.umd.min.js
|
|
3
|
-
* version : 20.4.
|
|
3
|
+
* version : 20.4.54
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|