@syncfusion/ej2-navigations 21.2.8 → 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,26 @@
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
+
5
25
  ### ContextMenu
6
26
 
7
27
  #### Bug Fixes