@syncfusion/ej2-dropdowns 21.2.4 → 21.2.6

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,30 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ - `#I451885` - Resolved the performance issue when multiselect component is rendered with large number of data.
6
+
7
+ ## 21.2.5 (2023-05-16)
8
+
9
+ ### ListBox
10
+
11
+ #### Bug Fixes
12
+
13
+ - `#I461307` - Issue with "No Records Template not renders properly when we set the default string in listbox" has been resolved.
14
+
15
+ ### DropDownList
16
+
17
+ #### Bug Fixes
18
+
19
+ - `I460077` - Issue with "The popup is not closing properly when the focus is moved between two dropdowns" has been resolved.
20
+
21
+ ### ComboBox
22
+
23
+ #### Bug Fixes
24
+
25
+ - `#I452948` - "The memory leak issue detected in the combobox component within the detach element tab of the Edge browser" has been resolved.
26
+
27
+ ## 21.2.4 (2023-05-09)
28
+
5
29
  ### ListBox
6
30
 
7
31
  #### Bug Fixes