@syncfusion/ej2-navigations 23.1.40 → 23.1.41

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,27 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Menu
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I503763` - The issue with "sub menu closes while click on the vertical scroll of sub menu" has been resolved.
10
+ - The issue with "menu component in ribbon while switching to `arabic` localization" has been resolved
11
+
12
+ ## 23.1.40 (2023-10-10)
13
+
5
14
  ### Accordion
6
15
 
7
16
  #### Bug Fixes
8
17
 
9
18
  - `#I506740` - An issue with the HTML element within the content of an Accordion item has been fixed.
10
19
 
20
+ ### TreeView
21
+
22
+ #### Bug fixes
23
+
24
+ - `#I506080` - The issue with the `ensureVisible` method for self-referential data source has been resolved.
25
+
11
26
  ## 23.1.39 (2023-10-04)
12
27
 
13
28
  ### ContextMenu