@innovaccer/design-system 4.25.1 → 4.26.1

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,45 @@
1
+ ## 4.26.0 (2026-07-14)
2
+
3
+ ### Highlights
4
+
5
+ - Broad accessibility improvements across form patterns, Dropdown, Grid, Icon, Select, and VerticalNav — screen-reader announcements, associated labels, and consistent autocomplete handling.
6
+
7
+ ### Breaking changes
8
+
9
+ NA
10
+
11
+ ### Migration guide
12
+
13
+ NA
14
+
15
+ ### Deprecations
16
+
17
+ NA
18
+
19
+ ### Fixes
20
+
21
+ - fix(a11y): form pattern stories — headings, labels & autocomplete (0828d520c)
22
+ - fix(Dropdown): hide decorative option icons from screen readers (2a86cabe7)
23
+ - fix(StepperForm): add persistent format hint for Prefix input (52f992a52)
24
+ - fix(Forms): add placeholder to Stepper regex textarea (90d697b3b)
25
+ - fix(Dropdown): wire Time label in Date And Time Picker story (90d270792)
26
+ - fix(TimePeriodForm): reflow Region and Organization selects at 320px (9e8845c3f)
27
+ - fix(avatar): udpate accessibility props in avatar selection component (86c9f88ae)
28
+ - fix(Icon): announce aria-label instead of icon name (role=img) (77d3829d9)
29
+ - fix(InputMask): honor consumer autoComplete (c91ddf556)
30
+ - fix(Grid): accessible table cell/row structure (3a1a9b826)
31
+ - fix(Grid): announce loading state to screen readers (60176b291)
32
+ - fix(Forms): label Create User gender/user-type selects for screen readers (dbad104b6)
33
+ - fix(Forms): use direct aria-label for Set as Default checkbox (0244aab4c)
34
+ - fix(Forms): remove no-op DOB autocomplete on Create User (217b7252c)
35
+ - fix(Forms): wire field labels and autocomplete on Create User & Inline Label forms (db5f4dcfd)
36
+ - fix(VerticalNav): announce selected item via aria-selected (c5f1c4d61)
37
+ - fix(Forms): convey Inline Form gender selection via aria-pressed (a4b0b946d)
38
+ - fix(Select): announce option text and hide decorative trigger icons (6e762c62d)
39
+ - fix(Forms): accessible password show/hide toggle (4a9ce22dd)
40
+
41
+ ---
42
+
1
43
  ## 4.25.1 (2026-07-01)
2
44
 
3
45
  ### Highlights