@syncfusion/ej2-dropdowns 20.1.56 → 20.1.59

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,17 +2,27 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ### ListBox
5
+ ### DropDownList
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - `F174682` - Issue with "Drag and Drop not working properly while using item template in listbox" has been resolved.
9
+ - "Dropdown List template sample is not working in React 18" issue has been resolved.
10
+
11
+ ## 20.1.58 (2022-05-31)
10
12
 
11
13
  ### AutoComplete
12
14
 
13
15
  #### Bug Fixes
14
16
 
15
- - `I372269` - Issue with "value is displayed instead of text while binding beyond the initial loading data values" has been resolved.
17
+ - `#F34768` - Issue with "change event argument `IsInteracted` returns wrong value while rendering component with disabled custom value" has been resolved
18
+
19
+ ## 20.1.57 (2022-05-24)
20
+
21
+ ### Dropdown Tree
22
+
23
+ #### Bug Fixes
24
+
25
+ - `#I374653` - The issue with "The filtering was not working properly when using a hierarchical data source for the Dropdown Tree component" has been resolved.
16
26
 
17
27
  ### DropDownList
18
28
 
@@ -20,6 +30,20 @@
20
30
 
21
31
  - `I375107` - Issue with "cascading dropdown list doesn't display the updated data while binding the remote data and filtering enabled" has been resolved.
22
32
 
33
+ ## 20.1.56 (2022-05-17)
34
+
35
+ ### ListBox
36
+
37
+ #### Bug Fixes
38
+
39
+ - `F174682` - Issue with "Drag and Drop not working properly while using item template in listbox" has been resolved.
40
+
41
+ ### AutoComplete
42
+
43
+ #### Bug Fixes
44
+
45
+ - `I372269` - Issue with "value is displayed instead of text while binding beyond the initial loading data values" has been resolved.
46
+
23
47
  ## 20.1.52 (2022-05-04)
24
48
 
25
49
  ### ListBox