@syncfusion/ej2-navigations 23.1.40 → 23.1.43

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,12 +2,41 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### TreeView
6
+
7
+ #### Bug fixes
8
+
9
+ - `#F184993` - An issue with the TreeView checkbox status was not updating properly after drag and drop the node has been resolved.
10
+
11
+ ### Toolbar
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#I514442` - An issue with tab index attribute set wrongly for Toolbar templated items has been fixed.
16
+
17
+ ## 23.1.41 (2023-10-17)
18
+
19
+ ### Menu
20
+
21
+ #### Bug Fixes
22
+
23
+ - `#I503763` - The issue with "sub menu closes while click on the vertical scroll of sub menu" has been resolved.
24
+ - The issue with "menu component in ribbon while switching to `arabic` localization" has been resolved
25
+
26
+ ## 23.1.40 (2023-10-10)
27
+
5
28
  ### Accordion
6
29
 
7
30
  #### Bug Fixes
8
31
 
9
32
  - `#I506740` - An issue with the HTML element within the content of an Accordion item has been fixed.
10
33
 
34
+ ### TreeView
35
+
36
+ #### Bug fixes
37
+
38
+ - `#I506080` - The issue with the `ensureVisible` method for self-referential data source has been resolved.
39
+
11
40
  ## 23.1.39 (2023-10-04)
12
41
 
13
42
  ### ContextMenu