@syncfusion/ej2-navigations 20.4.52 → 20.4.53

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,14 +2,11 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ## 20.4.51 (2023-02-21)
6
-
7
- ### TreeView
5
+ ### Sidebar
8
6
 
9
7
  #### Bug Fixes
10
8
 
11
- - `#I428766` - Alignment issue in TreeView node without a sub-child in RTL mode has been resolved.
12
- - `#I428002` - The accessibility related issues in the TreeView has been resolved.
9
+ - `#F180770` - While dynamically setting value for showBackdrop property results in creating duplicate DOM elements in Sidebar is resolved.
13
10
 
14
11
  ### ContextMenu
15
12
 
@@ -23,6 +20,23 @@
23
20
 
24
21
  - `#I437629` - Issue with "Breadcrumb overflow mode menu creates a dark point for multiple click " has been resolved.
25
22
 
23
+ ### TreeView
24
+
25
+ #### Bug Fixes
26
+
27
+ - `#I436646`, `#I435360` - Resolved issue, while drag and drop other elements over TreeView component, then "not-allowed" cursor appears.
28
+
29
+ ## 20.4.52 (2023-02-28)
30
+
31
+ ## 20.4.51 (2023-02-21)
32
+
33
+ ### TreeView
34
+
35
+ #### Bug Fixes
36
+
37
+ - `#I428766` - Alignment issue in TreeView node without a sub-child in RTL mode has been resolved.
38
+ - `#I428002` - The accessibility related issues in the TreeView has been resolved.
39
+
26
40
  ## 20.4.49 (2023-02-07)
27
41
 
28
42
  ### Accordion