@syncfusion/ej2-navigations 20.3.57 → 20.3.60

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
@@ -6,9 +6,26 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - `#I417236` - The accessibility issue mentioned in the TreeView component has been resolved.
9
+ - `#I415237` - The TreeView performance issue in Vue3 framework has been resolved.
10
+
11
+ ## 20.3.58 (2022-11-22)
12
+
13
+ ### Carousel
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#I419341` - The Blank carousel item displayed on `autoplay` when a single item alone is rendered has been resolved.
18
+
19
+ ### TreeView
20
+
21
+ #### Bug Fixes
22
+
10
23
  - `#I415849` - The issue with "Expand animation is not working for the dynamically added node on initial expanding in TreeView" has been resolved.
11
24
 
25
+ ## 20.3.57 (2022-11-15)
26
+
27
+ - `#I417236` - The accessibility issue mentioned in the TreeView component has been resolved.
28
+
12
29
  ## 20.3.50 (2022-10-18)
13
30
 
14
31
  ### ContextMenu