-
Notifications
You must be signed in to change notification settings - Fork 6
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
Release v2.1.1 #1451
Merged
Merged
Release v2.1.1 #1451
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DSD-1610: better aria attributes for Heading overline
…box-tabindex DSD-1606: tabindex for FeedbackBox and NewsletterSignup
DSD-1572: deprecate secondary and fiftyFifty variants for Hero
DSD-1579: Adds aria-label to input for DatePicker
DSD-1608: Hero custom background colors in dark mode
DSD-1614: Upgrading to Storybook v7.5.1
Prep for Release v2.1.1
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
bigfishdesign13
added
the
DON’T MERGE YET
When somethign has been approved, but should not be merged just yet.
label
Oct 26, 2023
EdwinGuzman
approved these changes
Oct 27, 2023
* release:
bigfishdesign13
added
Ship It
Pull requests that have been reviewed and approved.
and removed
DON’T MERGE YET
When somethign has been approved, but should not be merged just yet.
labels
Oct 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR does the following:
Adds
Heading
component.Updates
Heading
component to set thearia-roledescription
value as"subtitle"
(a more familiar and recognizable value) for theoverline
element.FeedbackBox
andNewsletterSignup
components to set thetabindex
on the internal elements to"-1"
.DatePicker
'sTextInput
to always have anaria-label
attribute that tells screen reader users how to access the calendar.v7.5.1
.Fixes
Hero
component where custom background colors were not rendering properly in dark mode for the"campaign"
and"tertiary"
variants.Deprecates
"secondary"
and"fiftyFifty"
variants of theHero
component.