@syncfusion/ej2-dropdowns 19.3.53 → 19.4.40

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
+ ## 19.3.56 (2021-12-02)
6
+
7
+ ### MultiSelect
8
+
9
+ #### Bug Fixes
10
+
11
+ - `#I343860` - Issue with "list items are not read by the NVDA screen reader" has been resolved.
12
+
13
+ ### Dropdown Tree
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#I342745` - The performance issue that occurred when selecting a node that was rendered with a huge data source has been resolved.
18
+
19
+ ## 19.3.55 (2021-11-23)
20
+
21
+ ### AutoComplete
22
+
23
+ #### Bug Fixes
24
+
25
+ - `#I343913` - Issue with "exception throws while preventing the request to the server in the `actionBegin` event" has been resolved.
26
+
27
+ ## 19.3.53 (2021-11-12)
28
+
5
29
  ### Dropdown Tree
6
30
 
7
31
  #### Bug Fixes