@syncfusion/ej2-dropdowns 19.3.55 → 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,20 @@
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
+
5
19
  ### AutoComplete
6
20
 
7
21
  #### Bug Fixes