@innovaccer/design-system 4.11.1 → 4.11.2

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
@@ -1,3 +1,41 @@
1
+ ## 4.11.2 (2025-07-28)
2
+
3
+ ### Highlights
4
+
5
+ - feat(Navigation): add extended support for count prop in VerticalNav & HorizontalNav component (06ca0737)
6
+ - test(HorizontalNav): add test cases for menu count formatting support (cd6d54aa)
7
+
8
+ ### Breaking changes
9
+
10
+ NA
11
+
12
+ ### Migration guide
13
+
14
+ NA
15
+
16
+ ### Deprecations
17
+
18
+ NA
19
+
20
+ ### Features
21
+
22
+ - feat(Navigation): add extended support for count prop in VerticalNav & HorizontalNav component (06ca0737)
23
+ - test(HorizontalNav): add test cases for menu count formatting support (cd6d54aa)
24
+
25
+ ### Fixes
26
+
27
+ NA
28
+
29
+ ### Improvements
30
+
31
+ NA
32
+
33
+ ### Documentation
34
+
35
+ NA
36
+
37
+ ---
38
+
1
39
  ## 4.11.1 (2025-07-22)
2
40
 
3
41
  ### Highlights