@syncfusion/ej2-dropdowns 20.2.39 → 20.2.44

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,12 +2,54 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### MultiSelect
6
+
7
+ #### New Features
8
+
9
+ - Provided event details in open and close event arguments in the multiselect component.
10
+
11
+ ### AutoComplete
12
+
13
+ #### New Features
14
+
15
+ - Provided event details in open and close event arguments in the autocomplete component.
16
+
17
+ ### ComboBox
18
+
19
+ #### New Features
20
+
21
+ - Provided event details in open and close event arguments in the combobox component.
22
+
23
+ ### DropDownList
24
+
25
+ #### New Features
26
+
27
+ - Provided event details in open and close event arguments in the dropdownlist component.
28
+
29
+ ## 20.2.43 (2022-08-08)
30
+
5
31
  ### ListBox
6
32
 
7
33
  #### Bug Fixes
8
34
 
9
35
  - `#I384240` - Issue with "`RemoveItems` not working properly after adding items with specific index" has been resolved.
10
36
 
37
+ ## 20.2.40 (2022-07-26)
38
+
39
+ ### MultiSelect
40
+
41
+ #### Bug Fixes
42
+
43
+ - `#F175828` - Now, `customSelection` event is trigger when we render the component with `itemTemplate` and `allowFiltering`.
44
+
45
+ ## 20.2.39 (2022-07-19)
46
+
47
+ ### ListBox
48
+
49
+ #### Bug Fixes
50
+
51
+ - `#I386103` - Issue with "Datasource not update properly after clearing the filtering in the dual listbox" has been resolved.
52
+
11
53
  ## 20.2.36 (2022-06-30)
12
54
 
13
55
  ### ListBox