-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow different heading levels to be used in Setting Row component #5723
Labels
Comments
FE-5610 |
tomdavies73
added a commit
that referenced
this issue
Feb 3, 2023
surfaces the `headingLevel` prop on the `SettingsRow` component to provide consumers with the ability to specify which level of section headings they wish to apply from h1 to h6. fix #5723
14 tasks
tomdavies73
added a commit
that referenced
this issue
Feb 3, 2023
surfaces the `headingLevel` prop on the `SettingsRow` component to provide consumers with the ability to specify which level of section headings they wish to apply from h1 to h6. fix #5723
tomdavies73
added a commit
that referenced
this issue
Feb 7, 2023
surfaces the `headingType` prop on the `SettingsRow` and `Heading` components to provide consumers with the ability to specify which level of section headings they wish to apply from h1 to h6. fix #5723
tomdavies73
added a commit
that referenced
this issue
Feb 7, 2023
surfaces the `headingType` prop on the `SettingsRow` and `Heading` components to provide consumers with the ability to specify which level of section headings they wish to apply from h1 to h6. fix #5723
tomdavies73
added a commit
that referenced
this issue
Feb 7, 2023
surfaces the `headingType` prop on the `SettingsRow` and `Heading` components to provide consumers with the ability to specify which level of section headings they wish to apply from h1 to h6. fix #5723
tomdavies73
added a commit
that referenced
this issue
Feb 9, 2023
…mponents to provide consumers with the ability to specify which level of section headings they wish to apply from h1 to h6. BREAKING CHANGE: default heading level on `SettingsRow` is changed from `h1` to `h4` fix #5723
tomdavies73
added a commit
that referenced
this issue
Feb 9, 2023
surfaces the `headingType` prop on the `SettingsRow` and `Heading` components to provide consumers with the ability to specify which level of section headings they wish to apply from h1 to h6. BREAKING CHANGE: default heading level on `SettingsRow` is changed from `h1` to `h4` fix #5723
tomdavies73
added a commit
that referenced
this issue
Feb 17, 2023
surfaces the `headingType` prop on the `SettingsRow` and `Heading` components to provide consumers with the ability to specify which level of section headings they wish to apply from h1 to h5. BREAKING CHANGE: default heading level on `SettingsRow` is changed from `h1` to `h3` fix #5723
tomdavies73
added a commit
that referenced
this issue
Feb 21, 2023
surfaces the `headingType` prop on the `SettingsRow` and `Heading` components to provide consumers with the ability to specify which level of section headings they wish to apply from h1 to h5. fix #5723
carbonci
pushed a commit
that referenced
this issue
Feb 21, 2023
## [114.16.0](v114.15.0...v114.16.0) (2023-02-21) ### Features * **settings-row,heading:** surface headingType prop on components ([7f53917](7f53917)), closes [#5723](#5723)
🎉 This issue has been resolved in version 114.16.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Desired behaviour
When using the 'Setting Row' component, have the ability to choose what level of heading you require for the 'Title' element. This will resolve the accessibility issue of using headings in non-sequential order.
Similar issue to #4607
Current behaviour
The 'Setting Row' component Title always uses a
h1
for the Title element.Suggested Solution
Allowing use of heading styles defined in the Typography component, or more flexibility in the Heading component to choose which level of heading you require.
CodeSandbox or Storybook URL
https://carbon.sage.com/?path=/docs/setting-row--default-story
Anything else we should know?
Confidentiality
The text was updated successfully, but these errors were encountered: