@innovaccer/design-system 4.11.1 → 4.12.0

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,87 @@
1
+ ## 4.12.0 (2025-08-14)
2
+
3
+ ### Highlights
4
+
5
+ - feat(table): add custom header cell renderer with sorting state support (9fb78957)
6
+ - feat(verticalNav): add support for custom option renderer in vertical nav (fcbcb87f)
7
+ - feat(select): add inline label support for small size select trigger (9f476ce7)
8
+ - feat(table): add support for custom label in table header (404b440b)
9
+ - feat(link): add story for icon support in link component (01d658b2)
10
+
11
+ ### Breaking changes
12
+
13
+ NA
14
+
15
+ ### Migration guide
16
+
17
+ NA
18
+
19
+ ### Deprecations
20
+
21
+ NA
22
+
23
+ ### Features
24
+
25
+ - feat(table): add custom header cell renderer with sorting state support (9fb78957)
26
+ - feat(verticalNav): add support for custom option renderer in vertical nav (fcbcb87f)
27
+ - feat(select): add inline label support for small size select trigger (9f476ce7)
28
+ - feat(table): add support for custom label in table header (404b440b)
29
+ - feat(link): add story for icon support in link component (01d658b2)
30
+
31
+ ### Fixes
32
+
33
+ - fix(table): fix extra api call on sorting in infinite scroll (00f3a26b)
34
+ - fix(table): fix visibility of background cell for pinned columns (29d91d9b)
35
+ - fix(table): update spacing of checkbox for loading state (45109d69)
36
+
37
+ ### Improvements
38
+
39
+ NA
40
+
41
+ ### Documentation
42
+
43
+ - docs(icon): update appearance section for the Icon component (d9c04fa6)
44
+
45
+ ---
46
+
47
+ ## 4.11.2 (2025-07-28)
48
+
49
+ ### Highlights
50
+
51
+ - feat(Navigation): add extended support for count prop in VerticalNav & HorizontalNav component (06ca0737)
52
+ - test(HorizontalNav): add test cases for menu count formatting support (cd6d54aa)
53
+
54
+ ### Breaking changes
55
+
56
+ NA
57
+
58
+ ### Migration guide
59
+
60
+ NA
61
+
62
+ ### Deprecations
63
+
64
+ NA
65
+
66
+ ### Features
67
+
68
+ - feat(Navigation): add extended support for count prop in VerticalNav & HorizontalNav component (06ca0737)
69
+ - test(HorizontalNav): add test cases for menu count formatting support (cd6d54aa)
70
+
71
+ ### Fixes
72
+
73
+ NA
74
+
75
+ ### Improvements
76
+
77
+ NA
78
+
79
+ ### Documentation
80
+
81
+ NA
82
+
83
+ ---
84
+
1
85
  ## 4.11.1 (2025-07-22)
2
86
 
3
87
  ### Highlights
@@ -5199,6 +5199,7 @@ body {
5199
5199
  font-weight: var(--font-weight-medium);
5200
5200
  transition: var(--duration--fast-01) var(--standard-productive-curve);
5201
5201
  box-sizing: border-box;
5202
+ border-bottom: var(--border-width-2-5) solid transparent;
5202
5203
  }
5203
5204
 
5204
5205
  .Link:focus-visible {