@syncfusion/ej2-dropdowns 19.3.47 → 19.3.56

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,44 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### MultiSelect
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I343860` - Issue with "list items are not read by the NVDA screen reader" has been resolved.
10
+
11
+ ### Dropdown Tree
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#I342745` - The performance issue that occurred when selecting a node that was rendered with a huge data source has been resolved.
16
+
17
+ ## 19.3.55 (2021-11-23)
18
+
19
+ ### AutoComplete
20
+
21
+ #### Bug Fixes
22
+
23
+ - `#I343913` - Issue with "exception throws while preventing the request to the server in the `actionBegin` event" has been resolved.
24
+
25
+ ## 19.3.53 (2021-11-12)
26
+
27
+ ### Dropdown Tree
28
+
29
+ #### Bug Fixes
30
+
31
+ - `#I345378` - The issue with "The interaction value is not updated properly in the select event while selecting via Select All checkbox" has been resolved.
32
+
33
+ ## 19.3.48 (2021-11-02)
34
+
35
+ ### Dropdown Tree
36
+
37
+ #### Bug Fixes
38
+
39
+ - `#I344723` - The issue with "The selected value is not removed from the Dropdown Tree while using the value property as two-way binding" has been resolved.
40
+
41
+ ## 19.3.47 (2021-10-26)
42
+
5
43
  ### Dropdown Tree
6
44
 
7
45
  #### Bug Fixes