@syncfusion/ej2-dropdowns 21.1.36 → 21.1.38

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,29 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Dropdown Tree
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I450984` - Resolved issue, when manually select the all items then `SelectAll` state not updated for the Dropdown Tree component.
10
+
11
+ ## 21.1.37 (2023-03-29)
12
+
13
+ ### Mention
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#I449973` - Resolved issue where the Mention character would still display after selecting a name from the suggestion list.
18
+
19
+ ### ListBox
20
+
21
+ #### Bug Fixes
22
+
23
+ - `#I442262` - Issue with "Script error thrown while using destroy method in change event of list box" has been resolved.
24
+ - `#I445397` - Issue with "Script error thrown when navigate the listbox item in grouping listbox through keyboard navigation" has been resolved.
25
+
26
+ ## 21.1.35 (2023-03-23)
27
+
5
28
  ### ListBox
6
29
 
7
30
  #### Bug Fixes