You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a `size` prop to the SegmentedControl component. Users can choose between 'medium' (default), and 'small'. More sizes can be added when/if we find we need them.
Copy file name to clipboardExpand all lines: .github/release_template.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,4 +25,8 @@ Please ensure these items are checked before merging.
25
25
-[ ] No noticeable regressions have not been introduced as a result of changes in this release
26
26
-[ ] Release notes accurately describe the changes made
27
27
28
+
### 🚢 After merge
29
+
30
+
-[ ] Add the preview deployment's link to releases as a way of permalinking to old version's docs. [Example](https://github.com/primer/react/releases/tag/v35.9.0)
31
+
28
32
Please also leave any testing notes as a comment on this pull request. In particular, describing any issues encountered during your testing. This is helpful in providing historical context to maintainers.
Using `aria-label` along with `PageLayout.Header`, `PageLayout.Content`, or `PageLayout.Footer` creates a unique label for that landmark role that can make it easier to navigate between sections of content on a page.
@@ -262,6 +295,20 @@ Each component may be labeled through either `aria-label` or `aria-labelledby` i
Some components, such as `NavList` may already include a landmark role. In these
309
+
situation, these components use an appropriate landmark role and no further
310
+
action is needed when using `PageLayout.Pane`.
311
+
265
312
### Screen readers
266
313
267
314
Most screen readers provide a mechanism through which you can navigate between landmarks on the page. Typically, this is done through a specific keyboard shortcut or through an option in a rotor.
description="Whether the segment is selected. This is used for controlled SegmentedControls, and needs to be updated using the onChange handler on SegmentedControl."
212
222
/>
223
+
<PropsTableRowname="selected"type="'small' | 'medium'"description="The size of the buttons" />
0 commit comments