@syncfusion/ej2-navigations 21.2.6 → 21.2.9

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,40 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Menu
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I466216` - The issue with "hideItems and enableItems method not working properly when we placed more than one menu component in single page" has been resolved.
10
+
11
+ ### Tab
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#I464872` - Resolved the issue where the Home or End key interaction was not working properly if the first and last tabs were hidden or disabled.
16
+
17
+ ### Toolbar
18
+
19
+ #### Bug Fixes
20
+
21
+ - `#I461446`, `#I468087` - An issue with toolbar items reorder issue when resize in extended and popup overflow mode has been fixed.
22
+
23
+ ## 21.2.8 (2023-05-30)
24
+
25
+ ### ContextMenu
26
+
27
+ #### Bug Fixes
28
+
29
+ - `#I829933` - The issue with "hideItems method of context menu not working properly for sub menu item" has been resolved.
30
+
31
+ ### TreeView
32
+
33
+ #### Bug fixes
34
+
35
+ - `#I457872` - Resolved the issue where customized theme styles were not correctly applied for active node text of TreeView component.
36
+
37
+ ## 21.2.6 (2023-05-23)
38
+
5
39
  ### Accordion
6
40
 
7
41
  #### Bug Fixes