Skip to content

Commit 0782f3f

Browse files
committed
docs(CHANGELOG): v3.23.0
1 parent 273d87a commit 0782f3f

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
## v3.23.0 (2026-07-06)
2+
3+
### Feat
4+
5+
- **Layout**: container sidebar layout new 3-xl [run-chromatic][skip-cd] (#716)
6+
- **Select**: new noValidate prop for custom validation (#728) [skip-cd]
7+
- **RadioGroup**: add noValidate and setInvalid support for custom validation [skip-cd] (#727)
8+
- **Checkbox**: add noValidate and setInvalid support for custom valdation (#726) [skip-cd]
9+
- **Checkbox**: add noValidate and setInvalid support for custom validation
10+
- **MainnavDropdown**: ariaLabel prop for accessibility (#723) [skip-cd]
11+
- **MainnavDropdown**: add ariaLabel prop for accessible toggle button
12+
- **DropdownItem**: add ariaLabel prop for accessibility [skip-cd] (#722) [skip-cd]
13+
- **DropdownItem**: add ariaLabel prop for accessibility
14+
- **RadioGroup**: add noValidate and setInvalid support for custom validation
15+
- **Select**: add noValidate and setInvalid support for custom validation
16+
- **Combobox**: added new scroll-end event when menu reaches the end [run-chromatic] (#721)
17+
- **Combobox**: added new scroll-end event when menu reaches the end of list
18+
- **SidenavItem**: new ariaLabel prop to forward to shadow button (#720) [skip-cd]
19+
- **SidenavItem**: new ariaLabel prop to forward to shadow button
20+
- **Breakpoint**: update 3-xl max width to be 1296px
21+
- **Grid**: update the breakpoint 3-xl to 1680px
22+
- **Layout**: container sidebar layout new 3-xl
23+
24+
### Fix
25+
26+
- **MainnavItem**: prevent reboot.css anchor styles from overriding slotted link colours [skip-cd][run-chromatic] (#744)
27+
- **MainnavItem**: prevent reboot.css anchor styles from overriding slotted link colors
28+
- **SelectOption, ComboBoxOption**: assign role=presentation flagged from oobee failures (#730)
29+
- **ComboBoxOption**: add role presentation to fix oobee error
30+
- **SelectOption**: add role presentation to fix oobee error
31+
- **CheckboxGroup**: emit sgds-change only from user interaction
32+
- **Card**: prevent slot and tabindex attributes from being forwarded to shadow anchor [skip-cd] (#725)
33+
- **Card**: prevent slot and tabindex attributes from being forwarded to card root anchor
34+
- **Drawer**: remove reflect attribute from ariaLabel (#724) [skip-cd]
35+
- **Drawer**: remove reflect attribute from ariaLabel
36+
- **RadioGroup**: suppress sgds-change event during form reset
37+
- **validatorMixin**: reset clears invalid state when noValidate is active
38+
39+
### Refactor
40+
41+
- **Form**: update typography of label from regular to semibold font weight [run-chromatic][skip-cd] (#729)
42+
- **Form**: update typography of label from regular to semibold font weight
43+
- **RadioGroup**: move sgds-change emission to direct user click and keyboard action
44+
145
## v3.22.1 (2026-06-24)
246

347
### Fix

0 commit comments

Comments
 (0)