@syncfusion/ej2-vue-dropdowns 22.2.8 → 22.2.10
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
|
+
### DropDown List
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I481443` - Resolved the issue where the "no records" template was not being displayed and a console error occurred.
|
|
10
|
+
|
|
11
|
+
### MultiSelect
|
|
12
|
+
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
- `#I479749` - Resolved the issue of "Unable to retrieve preselected variable values that are not present in the data source".
|
|
16
|
+
|
|
17
|
+
### Dropdown Tree
|
|
18
|
+
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- `#F183599` - The issue duplicate child was rendered when using `expanded` field in Dropdown Tree component with Web API adaptor has been resolved.
|
|
22
|
+
|
|
23
|
+
## 22.2.9 (2023-08-15)
|
|
24
|
+
|
|
5
25
|
### ComboBox
|
|
6
26
|
|
|
7
27
|
#### Bug Fixes
|
|
@@ -12,6 +32,15 @@
|
|
|
12
32
|
|
|
13
33
|
#### Bug Fixes
|
|
14
34
|
|
|
35
|
+
- `#I477135` - Fixed a memory leak issue in the Dropdownlist Component.
|
|
36
|
+
- `#I486973` - Fixed an issue where the last selected item in the DropDownList would be retained in the list of items when the data source was changed.
|
|
37
|
+
|
|
38
|
+
## 22.2.8 (2023-08-08)
|
|
39
|
+
|
|
40
|
+
### DropDown List
|
|
41
|
+
|
|
42
|
+
#### Bug Fixes
|
|
43
|
+
|
|
15
44
|
- `#I474541` - Fixed an issue where the position of the popup was incorrect when enabling RTL mode.
|
|
16
45
|
|
|
17
46
|
### ListBox
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-dropdowns.umd.min.js
|
|
3
|
-
* version : 22.2.
|
|
3
|
+
* version : 22.2.10
|
|
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
|