@syncfusion/ej2-navigations 22.1.34 → 22.1.38

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,28 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Toolbar
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I477200` - An issue with toolbar items flickered while hovering in bootstrap theme has been fixed.
10
+
11
+ ### Toolbar
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#I477752` - An issue with alignment while mobile orientation change has been fixed.
16
+
17
+ ## 22.1.36 (2023-06-28)
18
+
19
+ ### Tab
20
+
21
+ #### Bug Fixes
22
+
23
+ - `#I469389` - Provided `preventFocus` parameter in `selected` event to prevent focus on Tab header focus on selection.
24
+
25
+ ## 22.1.34 (2023-06-21)
26
+
5
27
  ### Carousel
6
28
 
7
29
  #### New Features