@syncfusion/ej2-dropdowns 25.2.3 → 25.2.5

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,50 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### DropDownTree
6
+
7
+ - `#I586376` - Trigger the "select" event instantly after the item selection in Dropdown Tree popup.
8
+
9
+ ### MultiSelect
10
+
11
+ #### Bug Fixes
12
+
13
+ - `#I188132` - Fixed an issue where the 'for' attribute was not being added to the label element of MultiSelect.
14
+
15
+ ### DropDownList
16
+
17
+ #### Bug Fixes
18
+
19
+ - `#I583651` - Fixed the issue with the header remaining fixed on the page after scrolling while using dropdown with grouping on a scrollable page.
20
+
21
+ - `#I583092` - Fixed an issue where the dropdownlist did not retrieve the proper index when dynamically updating the datasource with an index.
22
+
23
+ ## 25.2.4 (2024-05-14)
24
+
25
+ ### MultiSelect
26
+
27
+ #### Bug Fixes
28
+
29
+ - `#I583683` - Resolved issue with allow object binding property causing errors when binding fields as integers
30
+
31
+ ### DropDownTree
32
+
33
+ #### Bug Fixes
34
+
35
+ - `#I585791` - Resolved the SelectAll checkbox uncheck issue after closing and opening the Dropdown Tree component.
36
+
37
+ ### DropDownList
38
+
39
+ #### Bug Fixes
40
+
41
+ - `#I580648` - Issue with "The dropdownlist not retrieving the proper index when grouping with allow filtering" has been resolved.
42
+
43
+ - `#I581080` - Fixed the issue with the dropdownlist index value not updating in component instances.
44
+
45
+ - `#I581098` - Fixed issue where aria-controls was not maintained when popup was in closed state.
46
+
47
+ ## 25.2.3 (2024-05-08)
48
+
5
49
  ### ListBox
6
50
 
7
51
  #### Bug Fixes